Commit Graph

8539 Commits

Author SHA1 Message Date
soda
d7d417394c mark 2.0.2 as "security/critical release" instead of "patch release" like 1.X.Y,
as described in http://www.netbsd.org/Releases/release-map.html
2005-06-24 20:59:38 +00:00
soda
b1347f76b4 NetBSD 1.4 branch was EOL'ed, announced on 2002-09-22
NetBSD 1.5 branch was EOL'ed, announced on 2005-01-26
NetBSD 2.0.2, 2005-04-14
2005-06-24 19:29:49 +00:00
soda
2a362e2a6a Sync w/ FreeBSD v1.94.
DragonFly 1.2.0, FreeBSD 5.4, MacOS 10.4, OpenBSD 3.7, etc.
2005-06-24 19:28:28 +00:00
rpaulo
27b63578ab Mention ASIX AX88140A and AX88141 and add me as the author
of the support for those chipsets.
Bump date.

Reviewed by Thomas Klausner and ok'ed by Hubert Feyrer.
2005-06-24 16:52:46 +00:00
wiz
2fdb742bc5 new sentence, new line. 2005-06-24 12:23:00 +00:00
peter
d8045b5285 Add ".An -nosplit" to avoid getting newlines for every .An macro. 2005-06-23 12:47:38 +00:00
christos
4bcc1eddf4 Add ST_MAGICLINKS and sort. 2005-06-23 02:04:08 +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
kent
4239255ec0 correct synopsis: "audio* at audiobus?", not "audio* at devicename?"
bump date
2005-06-22 04:30:08 +00:00
kent
ea2fd937b5 - cross-reference from/to ac97(4)
- correct synopsis: "audio* at audiobus?" instead of "audio* at devicename?"

bump date
2005-06-22 04:19:09 +00:00
wiz
1129c8c029 Add ac97(4) man page from OpenBSD, written by Constantine Sapuntzakis.
Suggested by kent@.
2005-06-21 18:11:38 +00:00
kent
c782306795 add azalia(4) man page 2005-06-21 17:37:06 +00:00
peter
52eb5d87eb Use .Fx for FreeBSD. 2005-06-20 14:02:30 +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
briggs
b75c4bf0e2 Add an initial man page for ataraid(4). 2005-06-20 03:08:25 +00:00
atatat
df13e3579e Change the rest of the sysctl subsystem to use const consistently.
The __UNCONST macro is now used only where necessary and the RW macros
are gone.  Most of the changes here are consumers of the
sysctl_createv(9) interface that now takes a pair of const pointers
which used not to be.
2005-06-20 02:49:18 +00:00
peter
9b5bad91b8 Use 'pattr' consistently, bump date. 2005-06-19 11:36:55 +00:00
peter
8704f18e38 Install vinum(4) manpage. 2005-06-17 17:12:57 +00:00
peter
63e19c89a6 - Correct the IFQ_ENQUEUE macro.
- Fix some internal variable names for some macros.
- A few corrections from the OpenBSD manpage.
2005-06-17 14:10:50 +00:00
peter
34a350c3ee s/CPU_DUMPCONF/CPU_ROOTCONF/ 2005-06-14 12:51:19 +00:00
peter
714eadb4be Add FOS to the acronyms list, from PR/21549. 2005-06-14 12:26:32 +00:00
peter
c414450863 Sync struct sockaddr_in6 with sys/netinet6/in6.h. 2005-06-14 12:14:15 +00:00
peter
8a4c428f96 Sync struct sockaddr_in with sys/netinet/in.h. 2005-06-14 12:13:14 +00:00
peter
0bd9d20336 Sync with sys/ufs/ffs/fs.h. 2005-06-14 12:11:20 +00:00
dyoung
960c071724 Add definitions for the new "host tools " disklabel and fdisk.
Define TOOL_DISKLABEL and TOOL_FDISK.  Also introduce HOST_INSTALL_DIR
and HOST_INSTALL_SYMLINK.  These re-usable definitions help me to
install headers for disklabel and fdisk into ${TOOLDIR}/include/nbinclude/.
2005-06-12 19:31:25 +00:00
wiz
23332a2615 Improve .An support: recognize -nosplit. 2005-06-11 23:46:57 +00:00
wiz
6ffd1dd8c1 NetBSD -> .Nx. 2005-06-10 20:48:59 +00:00
wiz
7cbffa94c5 Remove superfluous word, found by Jared Yanovich,
forwarded by jmc@openbsd.
2005-06-10 17:48:34 +00:00
mrg
11e42a915f re(4) works on sparc64 now. bump date. 2005-06-10 08:06:33 +00:00
junyoung
5f95214f7d More clarification on uintN_t. 2005-06-10 06:35:41 +00:00
thorpej
83f1b1db79 EtherLink 16, not EtherLink II 2005-06-10 01:11:49 +00:00
soren
444a2a0572 Revert previous change; the microphone input DMA channel is still not visible
to userland.
2005-06-08 17:55:06 +00:00
wiz
b0d70faefb Grammar fix and improvement from jmc@openbsd. 2005-06-06 02:04:03 +00:00
he
34094b7804 Catch up to changes in prototype for a few functions, which changed some
"char*" parameters to "const char*".
2005-06-05 15:36:47 +00:00
wiz
fc2b917f4e Bump date for BUGS section removal. 2005-06-05 15:22:04 +00:00
soren
4b45984050 Xref ahd.4. 2005-06-05 15:21:23 +00:00
soren
489bf9d06d Microphone support was added some time ago. 2005-06-05 15:19:35 +00:00
uwe
c7dd3646ae Update to reflect the constification of the arguments of
ttyldisc_lookup and ttyldisc_remove.
2005-06-04 22:49:32 +00:00
lukem
87b3e94478 Don't add -Wno-uninitialized to CFLAGS if WARNS > 0 and HAVE_GCC != no,
as gcc3 generates much less false positives for -Wuninitalized and I
have found genuine bugs with this warning enabled.
Tested by building a full release of NetBSD/i386.
2005-06-04 12:17:45 +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
wiz
e14c57c8cd New sentence, new line. Add xrefs to csh and ksh.
From jmc@openbsd.
2005-06-03 20:49:12 +00:00
wiz
35d02e369c Update pool_prime description to match change in v1.55 of kern/subr_pool.c
(from 2001).
Noted by go@, no comment to diff for over a month from thorpej@.
2005-06-02 11:42:16 +00:00
bad
cf6ebbf616 Be explicit about which beginning the offset is applied to in m_copydata(). 2005-06-02 11:38:28 +00:00
christos
6ab7ef4333 Move to the genassym source directory. 2005-05-31 11:35:21 +00:00
christos
3088775912 We need a non-tool version of genassym. 2005-05-31 03:45:42 +00:00
thorpej
c4bf9a57c0 Describe TOOL_GENASSYM. 2005-05-31 02:25:36 +00:00
thorpej
deae2cc0cf Add TOOL_GENASSYM. Part of PR toolchain/30350 2005-05-30 15:52:16 +00:00