Commit Graph

310 Commits

Author SHA1 Message Date
wiz
bb3c26cb98 Remove bogus line (pasto?). 2006-02-04 18:50:39 +00:00
wiz
f95c736511 New sentence, new line. Fix typo. 2006-02-04 18:37:20 +00:00
jmmv
0b879f1cfc Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.
2006-02-03 11:08:23 +00:00
rpaulo
36bb4dfe7d bump date for previous 2006-02-02 17:35:37 +00:00
reinoud
ffe00306fe Add the `file-system UDF' option to the options(4) man page. Also cross
reference it to the mount_udf(8) manpage.
2006-02-02 16:33:54 +00:00
darrenr
5987976cc1 if db_onpanic is -1, do not invoke any ddb functions at all when handling
a panic.  This allows ddb's behaviour on a panic to be controlled via
sysctl rather than just compiling it in/out.
2006-01-28 14:37:31 +00:00
bouyer
8e24dbfd8a Note DDB_COMMANDONENTER option. 2006-01-28 11:54:48 +00:00
darrenr
434c8e8a28 document newly introduced behaviour for ddb.onpanic=2 2006-01-28 08:23:28 +00:00
is
dbe99782bc Clarify that option values are C constants. 2006-01-26 10:02:48 +00:00
wiz
be32f9b107 \-1, not -1 (correct PS output). 2006-01-12 19:52:13 +00:00
xtraeme
c9f2b0fc40 AMD PowerNow K7 driver written by Martin Vegiard via PR port-i386/26239.
Enabled by default on GENERIC and GENERIC_LAPTOP.

Imported 1 year later... but it's here finally.
2005-12-31 17:55:55 +00:00
elad
1864f3b314 - Add a new section, "Security Options"
- Move INSECURE to be under it, and fix wording - we hardwire to -1, not 0.
- Add Veriexec options.
2005-12-20 18:15:30 +00:00
wiz
fc9c16cb33 Mention COMPAT_LINUX is available for x86_64. Bump date. 2005-12-15 20:52:20 +00:00
tsutsui
c91f73110a options VNODE_OP_NOINLINE is gone. 2005-12-07 12:46:32 +00:00
tsutsui
e8946f3801 Mention options FFS_NO_SNAPSHOT. Maybe incomplete, but better than nothing... 2005-12-07 12:08:37 +00:00
hubertf
a7477788d0 bump date for previous (PIM) 2005-12-02 21:06:22 +00:00
hubertf
0ae416724f Add a bit more data on where to go with option PIM 2005-12-02 21:03:44 +00:00
jmmv
56e945ca0d Mention "file-system tmpfs". Pointed out by Rui Paulo. 2005-10-08 11:22:13 +00:00
wiz
4321428753 New sentence, new line. 2005-09-23 20:47:25 +00:00
gavan
532593dd52 Note that MEMORY_DISK_DYNAMIC is incompatible with mdsetimage(8). 2005-09-23 17:31:10 +00:00
yamt
b0f1e65487 note that VMSWAP is on by default. 2005-09-17 14:44:09 +00:00
yamt
a9fc4cefe5 revive VMSWAP. 2005-09-17 14:42:39 +00:00
christos
21e4f1184e mention ICMPPRINTFS; from Liam Foy 2005-08-19 12:28:37 +00:00
yamt
852a558e35 revert 1.286 for now. (VMSWAP) 2005-07-31 04:13:20 +00:00
yamt
39df1811b1 document VMSWAP. 2005-07-31 01:07:02 +00:00
wiz
4a1c381386 Sort SEE ALSO. 2005-07-18 14:03:40 +00:00
hubertf
673730506c Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
2005-07-17 00:08:27 +00:00
abs
ff3ec262da remove reference to ncr(4) 2005-07-08 13:21:48 +00:00
rpaulo
71901faf8f Mention PTYFS under the file-systems section and bump date.
Ok'ed by Christos Zoulas and reviewed by Thomas Klausner.
2005-06-25 19:07:04 +00:00
wiz
c6e79dc331 Avoid marking up brackets. 2005-06-25 18:55:29 +00:00
thorpej
65412a2710 Implement expansion of special "magic" strings in symlinks into
system-specific values.  Submitted by Chris Demetriou in Nov 1995 (!)
in PR kern/1781, modified only slighly by me.

This is enabled on a per-mount basis with the MNT_MAGICLINKS mount
flag.  It can be enabled at mountroot() time by building the kernel
with the ROOTFS_MAGICLINKS option.

The following magic strings are supported by the implementation:

	@machine	value of MACHINE for the system
	@machine_arch	value of MACHINE_ARCH for the system
	@hostname	the system host name, as set with sethostname()
	@domainname	the system domain name, as set with setdomainname()
	@kernel_ident	the kernel config file name
	@osrelease	the releaes number of the OS
	@ostype		the name of the OS (always "NetBSD" for NetBSD)

Example usage:

	mkdir /arch/i386/bin
	mkdir /arch/sparc/bin
	ln -s /arch/@machine_arch/bin /bin
2005-06-23 00:30:28 +00:00
peter
0105f057d6 siginfo(5) -> siginfo(2). 2005-06-20 13:48:14 +00:00
peter
a9b411c198 Change all .Xr config 8 to .Xr config 1, following the recent move of
config from usr.sbin -> usr.bin.

Reviewed by wiz.
2005-06-20 13:25:23 +00:00
peter
395b29c382 Document MAXFILES, bump date. From PR/29136. 2005-06-20 10:41:29 +00:00
wiz
cc2834abee Spell out month in Dd; move a line that is not in an
item before list begin; case fix.
2005-06-04 09:33:51 +00:00
yamt
3541658446 document BUFQ_READPRIO and BUFQ_PRIOCSCAN. 2005-06-04 06:52:35 +00:00
augustss
e1ecf19d60 Explain PCKBD_CNATTACH_MAY_FAIL. 2005-05-04 02:39:19 +00:00
wiz
c3605e4fae Fix a tyo, and add an article. 2005-05-02 15:13:43 +00:00
uwe
2d43262c9a Explain why we need PCKBC_CNATTACH_SELFTEST. 2005-04-29 22:48:25 +00:00
augustss
a4b28de3dd Mention PCKBC_CNATTACH_SELFTEST and PCKBD_LAYOUT. 2005-04-29 20:03:47 +00:00
peter
6eb040d87b Bump date for previous. 2005-03-27 16:28:55 +00:00
peter
d36c3ea1bc Document file-system SMBFS. 2005-03-27 16:27:28 +00:00
wiz
6affcf4372 Bump date for IPSEC_NAT_T. 2005-02-20 21:06:13 +00:00
wiz
b11822a48f Drop trailing whitespace. 2005-02-20 21:05:20 +00:00
manu
5c217c1a67 Add support for IPsec Network Address Translator traversal (NAT-T), as
described by RFC 3947 and 3948.
2005-02-12 12:31:07 +00:00
wiz
1eef56ee01 Bump date for previous two, and restore part of sentence
that got lost in v1.261. Drop trailing whitespace.
2005-01-25 01:59:07 +00:00
rumble
bd6d6c9a81 INET is not required. 2005-01-25 00:53:03 +00:00
rumble
4d1829e17f Document SOFTDEP and UFS_DIRHASH options. 2005-01-24 19:08:23 +00:00
snj
ff3f288f8c Bump date for last and kill an unnecessary Pa. 2005-01-22 05:18:01 +00:00
briggs
3ea9d17cf2 Document option P1003_1B_SEMAPHORE 2005-01-22 03:34:44 +00:00