Commit Graph

6349 Commits

Author SHA1 Message Date
Ruslan Ermilov
5f6a3b99a1 mdoc(7) police: WITNESS is a #define, mark it as such. 2001-11-21 11:47:55 +00:00
Ruslan Ermilov
d1919ca628 mdoc(7) police: cosmetique. 2001-11-21 11:44:36 +00:00
Ruslan Ermilov
eb8c09f97f mdoc(7) police: bump document date, fix markup. 2001-11-21 11:36:23 +00:00
Ruslan Ermilov
8af059a2d5 Put missing space. 2001-11-21 10:42:18 +00:00
Ruslan Ermilov
b392c160c5 Grammar nit. 2001-11-21 10:39:12 +00:00
Ruslan Ermilov
f61a06f510 mdoc(7) police: anchor punctuation. 2001-11-21 10:33:42 +00:00
Brian Feldman
4085c80697 Add an initial lomac(4) manpage.
Sponsored by:	DARPA, NAI Labs (CBOSS project)
2001-11-20 19:22:37 +00:00
Andrey A. Chernov
ae4ee2f52e Improve Greek support in syscons
PR:		32119
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:48:58 +00:00
Akinori MUSHA
018d9f6237 Remove the printf builtin command from sh(1), which command is not
used so often that it's worth keeping it as a builtin.

Now that all the printf invocations from within the system startup
scripts, we can safely remove it.

Urged by:	sheldonh  :)

No MFC is planned so far because it may break compatibility and
violate POLA.
2001-11-20 18:33:59 +00:00
Andrew R. Reiter
c25081010f - Fix a number of man pages broken by the KSE merger. 2001-11-20 18:19:19 +00:00
Andrey A. Chernov
64f9eb2f00 Replace wrong CP437 font by actual Latin7 one
PR:		32120
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:17:29 +00:00
Andrey A. Chernov
d913f523df Fix long months standard form
PR:		32120
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:10:08 +00:00
Andrey A. Chernov
1d8a0a5145 Fix upper/lower mapping
PR:		32133
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 17:53:53 +00:00
Andrew R. Reiter
be8989d516 - Fix man page that was broke during KSE merger. This is the first in a
few commits relating to VOP_* calls and moving in struct thread.

Reviewed by: rwatson
2001-11-20 17:48:55 +00:00
Ruslan Ermilov
0594f3d2e5 mdoc(7) police: Fix markup. 2001-11-20 16:18:21 +00:00
Ruslan Ermilov
ed92f13717 mdoc(7) police:
- removed whitespace at EOL
- removed hard sentence breaks
- removed duplicate word
- spelling
2001-11-20 15:25:12 +00:00
Ruslan Ermilov
3a021a4706 mdoc(7) police: one-line literal displays are faster. 2001-11-20 15:17:51 +00:00
Josef Karthauser
0a98bc0cfa Bring in the ugen manual page from NetBSD. 2001-11-20 14:13:36 +00:00
Akinori MUSHA
80f5a425c1 Add false(1), test(1) and true(1) cross-references.
Pointed out by:	sheldonh
2001-11-20 13:05:53 +00:00
Jun Kuriyama
a5908fe02a Add support for Intel's i820/i840/i845/i850/i860 chipset.
Submitted by:	nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
2001-11-19 07:15:45 +00:00
Dima Dorfman
bdb28ff4ac Correct typo.
PR:		32066
Submitted by:	Peter Avalos <pavalos@theshell.com>
2001-11-18 00:33:12 +00:00
Sheldon Hearn
cfbfffc8e9 Add missing Nvidia chips.
Obtained from:	http://www.yourvote.com/pci/
2001-11-17 22:54:06 +00:00
Akinori MUSHA
d90c5c4ab4 Make test(1) a builtin command of our sh(1) for efficiency. The
binary size increase is 3,784 bytes (about 0.6%).

I don't drop the printf builtin while I'm here because some /etc/rc.*
scripts seem to use it before mounting /usr where printf(1) resides.

Reviewed by:	arch (sheldonh)
Inspired by:	NetBSD, ksh
Clued by:	ume (on how the printf builtin is used)
2001-11-17 19:10:11 +00:00
Garrett Wollman
ff03d48894 Except for a comment in zone.tab (about the location of the ISO 3166 table),
we are now using the vendor files verbatim.
2001-11-16 17:23:23 +00:00
Maxim Sobolev
f209c33139 Add support for entering the Ukrainian letter GHE with upturn and for Russian
YO (`e' with two dots).

PR:		28573
Submitted by:	Alexey Klimov <klim@unique.kiev.ua>
MFC after:	2 weeks
2001-11-14 21:28:10 +00:00
Maxim Sobolev
553011e3cf Style: don't mix decimal and hex values in the same file (convert all to
decimal).

MFC after:	2 weeks
2001-11-14 21:14:39 +00:00
Alexey Zelkin
8b8d1b2903 fix ukrainian translation of 'Norwegian' word
PR:		misc/28605
Submitted by:	Alexey Klimov <klim@unique.kiev.ua>
2001-11-14 18:52:43 +00:00
Yaroslav Tykhiy
54c9dd6d12 Rework the utmp(5) page:
o Fix a number of wrong statements
o Clarify the structure of the files and the C structures theirselves
o Add cross-references to login(3), logout(3), logwtmp(3)

MFC after:	1 month
2001-11-14 05:03:37 +00:00
Andrew R. Reiter
853fbff5f7 - Modify to make the generated device driver code work with current.
- Use M_ZERO instead of another call to bzero().

Inspired by: misc/31905
2001-11-13 17:58:14 +00:00
Andrew R. Reiter
a220d00e74 Update the KLD examples so they will work with current.
Reviewed: jhb
2001-11-13 07:42:30 +00:00
Gregory Neil Shapiro
6dbfffa308 Fix NO_SENDMAIL knob. When FreeBSD's old BSD version of vacation was
replaced with the new version in sendmail's distribution, vacation and
the necessary libraries (libsmdb and libsmutil) were changed so they
were always compiled.  This broke people who didn't checkout
src/contrib/sendmail/.  I don't know if it's best to think of NO_SENDMAIL
as no sendmail sources available or no sendmail binary.  It is now the former.

Also, remove the sendmail chapter from System Managers Manual (SMM) if
NO_SENDMAIL is defined (for similar reasons -- source not available).

PR:		31863, 31865
Submitted by:	matusita, Joe Kelsey <joe@zircon.seattle.wa.us>
MFC after:	3 days
2001-11-11 05:26:59 +00:00
Garrett Wollman
4db0d96f5f This commit was generated by cvs2svn to compensate for changes in r86223,
which included commits to RCS files with non-trunk default branches.
2001-11-09 19:19:42 +00:00
Garrett Wollman
ed29a08ba0 Add `Theory' file from tzcode which explains how and why zones are named. 2001-11-09 19:19:42 +00:00
Garrett Wollman
a3773c1a40 Merge tzdata2001d update from vendor branch.
PR:		conf/31851
Obtained from:	Arthur David Olson and the timezone database maintainers
MFC after:	1 week
2001-11-09 19:17:59 +00:00
Garrett Wollman
8b648aad4d Updated timezone database from Arthur Olson.
PR:		conf/31851
2001-11-09 19:00:37 +00:00
Garrett Wollman
8838ea170e This commit was generated by cvs2svn to compensate for changes in r86218,
which included commits to RCS files with non-trunk default branches.
2001-11-09 19:00:37 +00:00
Dima Dorfman
95d555de20 NMBCLUSTERS, not NMBCLUSTER.
Submitted by:	markus ryynnen <markus.ryynanen@kolumbus_nospam.fi>
2001-11-07 14:36:50 +00:00
Peter Wemm
d16d31f42e Document the reset command. I would have thought it blatently obvious,
but here it is:  reset - Hard reset the system
2001-11-05 23:46:10 +00:00
Murray Stokely
6c412638de Add the Farallon NetLINE 10/100 PCI to the list of cards supported by
rl(4).

PR:		docs/31270
Submitted by:	Gary W. Swearingen <swear@blarg.net>
2001-11-05 09:17:23 +00:00
Murray Stokely
5e77dc7342 Describe handling of NULLs passed to pthread_setcancelstate().
PR:		docs/31745
Submitted by:	Andrew <andrew@ugh.net.au>
2001-11-05 08:21:32 +00:00
Andrey A. Chernov
fba9768c41 Add bg_BG.CP1251
PR:		25472
Submitted by:	Peter Pentchev <roam@ringlet.net>
2001-11-05 07:21:03 +00:00
Andrey A. Chernov
d0f08415a8 Add bg_BG.CP1251
PR:		25472
Submitted by:	Peter Pentchev <roam@ringlet.net>
2001-11-05 07:08:39 +00:00
Andrey A. Chernov
3b484902af Add bg_BG.CP1251
PR:		25472
Submitted by:	Peter Pentchev <roam@ringlet.net>
2001-11-05 06:58:02 +00:00
Dima Dorfman
dbb10b1eaa Catch up to proc->thread changes.
PR:		31428
Submitted by:	Chad David <davidc@acns.ab.ca>
2001-11-05 00:41:39 +00:00
Dima Dorfman
5e52f30031 Mark up NULL in .Dv.
PR:		31747
Submitted by:	<andrew@ugh.net.au>
2001-11-04 23:13:03 +00:00
Jeroen Ruigrok van der Werven
d7c2057f75 Disconnect sb.4.
This is a manual page left over from the old pcm/voxware driver era.
Superceded by newpcm's sbc.4.
2001-11-04 15:00:12 +00:00
Jeroen Ruigrok van der Werven
91747e9bed We ditched controller a long while ago in favour of device. 2001-11-04 14:21:21 +00:00
Giorgos Keramidas
62ec3f2fb0 Typo correction: detailled -> detailed.
Approved by:	nik
2001-11-02 14:59:51 +00:00
Jeroen Ruigrok van der Werven
f690459da2 Document support for VIA 82C596 ATA-33 and ATA-66. 2001-11-02 12:22:17 +00:00
Jeroen Ruigrok van der Werven
5ca843861c Explicitely mention this driver supports the RealTek 8029.
This should lessen some questions.
2001-11-02 09:43:45 +00:00