wiz
45668e3378
Bump date for previous.
2004-03-08 23:02:40 +00:00
dbj
b90a643725
note that pool_init and pool_destroy should never be called
...
in interrupt context.
if this is not a desired restriction, then those functions
should be reviewed for safety, at least protecting pool_head_slock
with splvm()
2004-03-08 22:58:34 +00:00
wiz
bd1daad209
Fix layout problem reported by Stefan Krueger (skrueger europe com).
2004-03-08 12:28:17 +00:00
jmc
add0ecfaa7
Turn off MKKERBEROS4 if MKKERBEROS==no.
2004-03-08 06:30:33 +00:00
wiz
9c543ca4e1
Remove a sentence about the optimum interleave
...
factor, since it is not really up-to-date wrt to hardware any longer;
per Greg Oster, via Stefan Krueger. Bump date.
2004-03-05 15:10:18 +00:00
wiz
26aafcf21c
Be consistent in spelling "autoconfiguration" without a hyphen.
...
Noted by John Heasley.
2004-03-05 14:56:47 +00:00
wiz
1ccde4aa19
Be consistent in spelling "autoconfiguration" without a hyphen.
...
Noted by John Heasley.
2004-03-05 14:43:01 +00:00
wiz
26008f03cf
+JHD (just hit delete'')
2004-03-04 19:03:41 +00:00
rtr
e53122f357
+ += extension flags for dri components if X11DRI != "no"
2004-03-04 13:14:57 +00:00
rtr
cf1f75909b
+ add switch for DRI components of X11 build.
2004-03-04 13:10:28 +00:00
jschauma
59d787d6b3
Add OSI and FDDI.
2004-03-03 04:20:26 +00:00
jdc
a1dcfde51e
Add hpcarm and sparc64 key sequences.
...
Remove sun3x key sequence (no longer a separate port).
2004-03-02 20:57:45 +00:00
perry
c5864f334b
re-format the main list of man pages -- it was getting ugly.
2004-03-01 00:51:57 +00:00
perry
3d7676a405
add ath.4
2004-03-01 00:20:35 +00:00
wiz
d2d12e838d
Drop trailing whitespace; use Pa for paths; grammar/spelling fixes.
2004-02-29 23:46:04 +00:00
oster
68c863d6ad
Briefly document the new RF_ACC_TRACE. Finally get around to at least
...
mentioning a little of what the other debugging options are and what they do
(at a very high level).
2004-02-29 22:04:11 +00:00
wiz
b76a21626b
Use Dq macro; just put the Nd argument right behind .Nd.
2004-02-29 18:43:23 +00:00
snj
e0106050d8
Drop trailing space. Give full month name. Use \*[Gt] instead of >.
...
Remove superfluous .Re. Use .An for author names. Remove superfluous
.Pp. Fix a typo.
2004-02-29 17:51:18 +00:00
perry
997b8eba04
add a quick note in the header comment explaining the origin of the
...
man page...
2004-02-29 16:46:22 +00:00
perry
88f1abf3ad
First cut of Atheros man page -- needs a bit of work
2004-02-29 16:39:18 +00:00
hubertf
810f44f51e
Give an idea what wscons stands for, bump date.
2004-02-26 23:03:58 +00:00
itojun
5f588e21c2
update URL, requested by Wolfram Schneider
2004-02-26 02:08:33 +00:00
skrll
e6fbf37618
hppa can uses the standard flags so remove the unnecessary special case.
2004-02-23 21:12:13 +00:00
wiz
3679535d35
New sentence, new line. Some minor fixes.
2004-02-23 19:39:48 +00:00
perry
e5d95c012e
reformat the SUBDIR section to make it fit in less than 80 columns
2004-02-23 17:17:27 +00:00
reinoud
de7e86e2c5
Add NetBSD/acorn32 boot manpage
2004-02-23 17:03:28 +00:00
uwe
1e2e037e02
Flip HAVE_GCC3 switch for sh3 ports.
2004-02-22 01:41:39 +00:00
jdolecek
d5693762c3
bump date for previous
2004-02-18 16:50:25 +00:00
wiz
15abe007fe
Remove duplicate word. From Ognyan Kulev in PR 24472.
2004-02-18 15:24:25 +00:00
wiz
ca8578461e
Remove superfluous double quotes, add back a comma
...
in an enumeration, and remove an article.
2004-02-18 13:46:18 +00:00
yamt
d448296d2d
- document selnotify.
...
- add ref. to knote(9).
2004-02-18 13:35:46 +00:00
enami
beb14b71ef
The source file is changed.
2004-02-18 08:54:30 +00:00
jschauma
de7415c243
``AFAIC'' should be in here, AFAIC.
2004-02-17 13:51:56 +00:00
grant
1059ac7b7e
remove space before comma.
2004-02-17 12:32:25 +00:00
snj
24e8be17bc
New sentence, new line. Okayed by wiz.
2004-02-15 22:54:27 +00:00
skrll
b263dbdd73
Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode
...
and exception handling have a chance of working properly.
- creates libgcc, libgcc_eh and libgcc_s
- updates LIBGCC_SPEC to use them appropriately.
There's a hack in here at the moment with respect to libgcc_so in that it
is preferable to link against libgcc_so will only when -shared-libgcc is
specified (the c++ frontend does this automatically.) Configurations where
LINK_EH_SPEC is defined already do this. The gcc configuration for
NetBSD/alpha and another NetBSD platform (I forget which) actually define
LINK_EH_SPEC probably by accident rather than design.
- updates share/mk to use the compiler's knowledge of what needs linking into
libraries and executables. This removes an hppa hack.
- updates the sets for the newly created libgcc* files.
- support for linking against the _pg version of libgcc has been removed.
2004-02-15 19:52:27 +00:00
joda
fa19f68324
remove reference to non-existent webpage
2004-02-14 16:45:01 +00:00
hannken
142e9d5deb
Add a generic copy-on-write hook to add/remove functions that will be
...
called with every buffer written through spec_strategy().
Used by fss(4). Future file-system-internal snapshots will need them too.
Welcome to 1.6ZK
Approved by: Jason R. Thorpe <thorpej@netbsd.org>
2004-02-14 00:00:56 +00:00
snj
da29ae843c
Gack! Bump date for last.
2004-02-13 21:06:03 +00:00
snj
96d3a9db51
Sprinkle a couple of commas and update to reflect x86_64 being renamed to
...
amd64. Okayed by wiz.
2004-02-13 20:39:45 +00:00
wiz
5076ce85e9
Mention hw.cnmagic. From Christian Biere in PR 24405.
...
Also, Xr cnmagic(9) and bump date.
2004-02-13 17:22:30 +00:00
wiz
d20841bb64
Uppercase CPU, plural is CPUs.
2004-02-13 11:36:08 +00:00
wiz
0568bf7421
Uppercase CPU.
2004-02-13 09:55:51 +00:00
lukem
803c713ae9
Change STRIPFLAG from "-s" to ""; we now don't strip binaries with install(1).
...
The benefits of having the symbol table available by default (easier
debugging of core dumps, etc) outweigh the minor (3%) increase in
the size of the distribution, and end-users can always strip(1) their
systems if they're concerned about that 3% of disk space.
2004-02-13 05:13:37 +00:00
rtr
5310db3656
oops, FOOBAR= foo shouldn't be in here
2004-02-11 11:28:17 +00:00
wiz
48999965ad
Add comma in enumeration.
2004-02-10 16:55:43 +00:00
wiz
e2463bc63b
Comment out macepci, since it is not described and there is
...
no man page for it either.
2004-02-10 16:54:19 +00:00
wiz
eb6f3a717b
Uppercase Ethernet.
2004-02-10 16:54:02 +00:00
wiz
477cccd730
New sentence, new line.
2004-02-10 16:35:50 +00:00
wiz
7529399d2c
Describe gio(4).
2004-02-10 16:34:38 +00:00