Commit Graph

232 Commits

Author SHA1 Message Date
snj
4cf6501fa6 Bump date for last. Fix a spelling error. 2004-03-27 19:29:36 +00:00
darcy
c97d629435 Document COMPAT_AOUT option.
This closes PR misc/13819
2004-03-27 12:31:06 +00:00
wiz
2e8499f745 Bump date for previous. 2004-03-17 14:20:17 +00:00
aymeric
0aace148c4 document new powerpc-specific option PMAP_MEMLIMIT 2004-03-17 14:15:30 +00:00
wiz
0568bf7421 Uppercase CPU. 2004-02-13 09:55:51 +00:00
wiz
73abe3ee52 Bump date for previous. Remove trailing whitespace. 2004-01-12 21:17:15 +00:00
is
80c46878b1 Add a reference to options(4) in md(4).
Document missing options which change md(4) behaviour.
2004-01-12 20:03:39 +00:00
wiz
7959ce3d95 Describe NO_TSC_TIME. Bump date. 2003-11-20 15:07:07 +00:00
wiz
a936fb8471 Bump date for previous. 2003-09-22 21:08:49 +00:00
cl
177e4581bf document COMPAT_16 (requested by Izumi Tsutsui) 2003-09-22 17:13:32 +00:00
wiz
a607a10950 Punctuation fix. 2003-09-08 18:06:40 +00:00
wiz
47190e80b8 Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.
2003-09-07 16:22:20 +00:00
yamt
12d2d59f94 there's no VNODEPAGER option anymore. 2003-07-11 12:59:54 +00:00
wiz
edd3200d61 John Heasley thinks there is a comma missing, and I agree. Add it. 2003-07-08 14:45:48 +00:00
wiz
c0c518f05b Grammar fixes. 2003-07-04 13:28:44 +00:00
wiz
0be7101cdd New sentence, new line; punctuation nit; remove superfluous comment. 2003-07-04 13:26:52 +00:00
wiz
667a6670a9 Drop trailing whitespace. 2003-07-04 13:11:14 +00:00
ragge
101a9d3a8a Add descriptions of the new options SOMAXKVA, TCP_INIT_WIN and IFQ_MAXLEN.
While here, also write descriptions of TCP_SENDSPACE, TCP_RECVSPACE and SB_MAX.
2003-07-03 20:13:26 +00:00
heas
dffbba95bc filesystem -> file system
id/uid/gid -> caps
Add a keywords section including description of the kernel configuration
keywords (options, file-system, etc) and add info about the 'no' form
for those it works with.
2003-07-02 17:33:33 +00:00
wiz
86ca06c9ea pseudo-device instead of pseudodevice. From Leandro Costa via jmc@openbsd. 2003-05-06 19:03:21 +00:00
wiz
09757d7c39 Typo and punctuation fix, one each, from Patrick Welche. 2003-05-06 10:21:13 +00:00
wiz
7401645eb4 New sentence, new line. Bump date for last. Fix Xrefs. 2003-05-06 08:36:29 +00:00
gmcgarry
b01d08c7d6 Add description for NBUF. From Greg A. Woods in PR#17397. 2003-05-04 01:56:52 +00:00
gmcgarry
3dac715ee8 Document MTRR. Addresses PR#14735. 2003-05-02 09:11:07 +00:00
wiz
21b07cfaf5 Bump date for last. 2003-04-22 08:53:02 +00:00
fair
3be73adced Remove the reference to the gdb "-k" option,
which is deprecated, per PR 19106
2003-04-22 08:45:57 +00:00
wiz
c619997735 Bump date for last. 2003-04-11 06:04:23 +00:00
christos
5334b7dc7d bye bye UCONSOLE 2003-04-10 22:10:12 +00:00
jmmv
3634aeb3d8 ... and bump date. 2003-04-09 17:04:40 +00:00
jmmv
91f7948df4 Move description of IPSEC* related options from options(4) to ipsec(4) and
add them to the SYNOPSIS section.  Closes my own PR misc/17634.
2003-04-09 16:44:46 +00:00
wiz
2319d7cfda IPsec, not IPSEC. 2003-04-06 20:11:24 +00:00
wiz
3425830569 Uppercase ULTRIX. Igor Sobrado in PR 19678. 2003-03-30 21:20:17 +00:00
wiz
09c94bad02 Uppercase prom and eeprom. 2003-03-30 18:05:22 +00:00
wiz
bb0017433e Bump date for BRIDGE_IPF description. 2003-03-17 08:01:58 +00:00
perseant
10c8856e8b Document BRIDGE_IPF in options(4). 2003-02-27 20:00:48 +00:00
wiz
1eb62c4c83 Describe option MBUFTRACE. Improved by comments from matt, dan, mrg, and perhaps others ;). 2003-02-26 07:34:34 +00:00
atatat
df0a9badc6 Introduce "top down" memory management for mmap()ed allocations. This
means that the dynamic linker gets mapped in at the top of available
user virtual memory (typically just below the stack), shared libraries
get mapped downwards from that point, and calls to mmap() that don't
specify a preferred address will get mapped in below those.

This means that the heap and the mmap()ed allocations will grow
towards each other, allowing one or the other to grow larger than
before.  Previously, the heap was limited to MAXDSIZ by the placement
of the dynamic linker (and the process's rlimits) and the space
available to mmap was hobbled by this reservation.

This is currently only enabled via an *option* for the i386 platform
(though other platforms are expected to follow).  Add "options
USE_TOPDOWN_VM" to your kernel config file, rerun config, and rebuild
your kernel to take advantage of this.

Note that the pmap_prefer() interface has not yet been modified to
play nicely with this, so those platforms require a bit more work
(most notably the sparc) before they can use this new memory
arrangement.

This change also introduces a VM_DEFAULT_ADDRESS() macro that picks
the appropriate default address based on the size of the allocation or
the size of the process's text segment accordingly.  Several drivers
and the SYSV SHM address assignment were changed to use this instead
of each one picking their own "default".
2003-02-20 22:16:05 +00:00
wiz
b810a5c518 Bump date for kern.dump_on_panic addition. 2003-02-10 15:30:52 +00:00
atatat
a8481319cb Add a kern.dump_on_panic sysctl variable (and documentation, and a
kernel config option) that controls whether the kernel dumps to the
dump device on panic.  Dumps can still be forced via the ``sync''
command from ddb.  Defaults to ``on''.
2003-02-10 00:35:15 +00:00
jmmv
bb8f35d1fa Remove references to the pccons(4) manpage (which does not exist), using
the pccons word by itself.
Rename *_KEYBOARD options to be *_KBD, as the former are not recognized in
the kernel.
Add missing wscons(4) reference in SEE ALSO, as suggested by kleink.
2003-02-02 22:53:57 +00:00
abs
cfb215a4f2 Document NOFILE 2002-12-13 22:44:09 +00:00
junyoung
a16598462b Document NEW_BUFQ_STRATEGY. Hopefully it should become the default before
the next major release is available.

Idea of documenting it suggested (and Ok'ed) by Hubert Feyrer.
2002-11-29 04:25:38 +00:00
simonb
a5bd4ec465 Fix a grammatical nit. 2002-11-19 04:16:02 +00:00
wiz
b40029428b Sort some arch lists, grammar and whitespace fixes.
Bump date for COMPAT_DARWIN/COMPAT_MACHO additions.
2002-11-16 12:28:04 +00:00
grant
fc7122989c minor mdoc and whitespace cleanup. 2002-11-16 11:42:33 +00:00
manu
7c8e5410cd Added COMPAT_MACH, COMPAT_DARWIN, and EXEC_MACHO. Updated LINUX supported
archs.
2002-11-16 11:35:47 +00:00
grant
f803190e5b remove spurious blank line. 2002-11-07 01:14:30 +00:00
grant
7434f686a8 Mention ALTQ options (from openbsd), fixes part of kern/18836.
From Jason Lingohr <jason at lucid dot net dot au> in private mail.
2002-11-07 01:13:57 +00:00
jdc
98cf4923e8 Remove SUN_MS_BPS. It is already present in ms(4).
Pointed out by mrg.
2002-10-17 07:48:12 +00:00
jdc
3fd663afdd New sentence, new line. 2002-10-16 19:48:33 +00:00