Commit Graph

8561 Commits

Author SHA1 Message Date
kleink f811c80a93 Document LOGNAME; from Pavel Cahyna in PR misc/30671. 2005-07-05 19:46:02 +00:00
wiz d4a56979fa Enable ACS characters in rxvt. Closes PR 30655. 2005-07-05 15:35:06 +00:00
augustss 002fc8d619 Add a list of the supported ATI chips. 2005-07-04 13:01:54 +00:00
wiz 05db58f8f8 Update rxvt entry to the one coming with rxvt-2.7.10. 2005-07-03 21:00:59 +00:00
wiz 3b8ef989f3 Sort SEE ALSO. 2005-07-02 10:59:10 +00:00
wiz f7cc9825ae New sentence, new line; use more markup. 2005-07-01 17:13:32 +00:00
kleink e02a83a82d Xref m_tag(9); suggested by Peter Postma for closure of kern/20170. 2005-07-01 15:19:16 +00:00
peter f4f599fe83 Add ".An -nosplit" to avoid getting newlines for every .An macro. 2005-07-01 14:54:02 +00:00
elad 78efb764e3 Sync with code. Partly based on the OpenBSD manpage. 2005-06-30 18:45:51 +00:00
kent d5bd8c269f add references to auixp(4) and azalia(4) 2005-06-28 09:21:03 +00:00
wiz 72b7daedb3 Also remove references to sp(4) (same as pss(4)). 2005-06-28 08:43:22 +00:00
wiz dce48280aa Remove references to removed pss(4). 2005-06-28 08:42:32 +00:00
kent eabe9bbfa4 remove pss(4) driver. It has never been workable and has not been
compilable for a long time.
2005-06-28 08:36:47 +00:00
peter df0caa2637 Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it
appeared and whether it's really part of pf or not is still unclear. Looking
at the other *BSDs it seems that they have left out spamd when importing pf,
and now we do that too. Also, the name conflicted with another more popular
used tool, after the rename to pfspamd it was left with completely unusable
documentation which apparently no-one wanted to fix.

A port of the latest spamd will be imported into pkgsrc soon.

Suggested by several people, no objections on last proposal on tech-userlevel.
2005-06-27 20:32:39 +00:00
wiz f6a26780ce Bump date for new magic symlinks, and add uname(1) to SEE ALSO. 2005-06-26 10:11:05 +00:00
jmmv 2864abffb8 And bump date for previous... 2005-06-26 09:22:52 +00:00
jmmv 63ae1d1feb Add Kingston DataTraveler 2.0 to the list of known working devices. 2005-06-26 09:22:16 +00:00
wiz 02287e794c New sentence, new line.
Change copyright year to when this page was committed.
2005-06-26 08:55:48 +00:00
wiz 536ce37138 Bump date for previous. 2005-06-26 08:41:42 +00:00
fair 1bffc74f4f More clearly document the amazing lossage of this chip/core in an
expanded BUGS section. Sprinkle more mdoc macros in appropriate
places.
2005-06-26 01:50:52 +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
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