Commit graph

7751 commits

Author SHA1 Message Date
Takeshi Shibagaki a94c7d66aa Add an information and fix typo. 2003-03-27 19:33:22 +00:00
Giorgos Keramidas e40f1e0cb6 Fix typo in the version of the diff that I committed.
Submitted by:	Simon L. Nielsen <simon@nitro.dk>
2003-03-26 17:32:45 +00:00
Giorgos Keramidas 2524b0b29b Document mountd_flags.
PR:		50023
Submitted by:	Simon L.Nielsen <simon@nitro.dk>
2003-03-26 01:39:29 +00:00
Giorgos Keramidas 13301127c8 Update amr(4) to note that LSILogic MegaRAID 320-[1/2] cards work.
PR:		50139
Submitted by:	asmodai
2003-03-26 01:34:23 +00:00
Giorgos Keramidas 743ccf1f36 Add missing Danish (doc/da_*) language doc subdirectory
PR:		docs/50290
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-03-26 01:25:39 +00:00
John Baldwin e7561407e2 Revert previous commit which accidentally snuck in with some unrelated
changes.

Reported by:	bde
2003-03-25 19:46:55 +00:00
Tom Rhodes ab199d7ca6 Fix a typo in msmith's email address.
Noticed by:	Jesus R. Camou <jcamou@azstarnet.com>
2003-03-25 18:13:20 +00:00
Paul Saab b4cb26bfd2 Add some HP cards to the supported list of cards. Also mention
that 1000BaseTX only supports full-duplex.

Submitted by:	John Cagle <john.cagle@hp.com>
2003-03-25 18:08:57 +00:00
Tom Rhodes 7ca75716dc Remove MAKEDEV rot.
PR:		50286, 50285
Submitted by:	Sergey A. Osokin <soa@FreeBSD.org.ru>
2003-03-25 18:08:50 +00:00
John Baldwin 7313b3d87e Remove obsolete at_fork() and at_exit() manpages. Curiously, at_exec()
didn't have a manpage.

Reminded by:	ru
2003-03-25 16:36:47 +00:00
Christian Brueffer f3dab005a8 Remove reference to MAKEDEV 2003-03-25 15:12:07 +00:00
Giorgos Keramidas 2ff5429d8f Add a tiny manpage to make sure users aren't surprised when they
search for MAKEDEV, now that it's deprecated.
2003-03-25 15:07:01 +00:00
Giorgos Keramidas f0adacd705 Delete MAKEDEV references
PR:		50284
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 15:01:10 +00:00
Giorgos Keramidas 5eef84809c Delete MAKEDEV references and update the text about /dev/foo control
devices that return the next available device when opened.

PR:		50280, 50281, 50282, 50283
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:49:02 +00:00
Giorgos Keramidas 12c63b8e4b Delete MAKEDEV references and add small blurb that points to devfs(5)
and devd(8).

PR:		docs/50278
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:35:27 +00:00
Giorgos Keramidas 55be6e6c7f Delete MAKEDEV reference.
PR:		docs/50277
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
2003-03-25 14:26:33 +00:00
Giorgos Keramidas 494a5dab55 Delete MAKEDEV traces 2003-03-25 12:09:06 +00:00
Philippe Charnier 9d09157a0f The .Fn function. Use .Xr where appropriate. 2003-03-24 16:05:24 +00:00
Christian Brueffer 980243565f Remove MAKEDEV.8. MAKEDEV itself has been nuked some time ago.
Approved by:		ceri (mentor), phk
Not objected by:	ru
2003-03-23 19:02:41 +00:00
Ruslan Ermilov 75eb8a4350 Sync types with headers. 2003-03-23 08:23:43 +00:00
David E. O'Brien 919b002617 s/loaded as a module/available as a module/g
Submitted by:	ru
2003-03-23 04:23:10 +00:00
Nate Lawson f82fb1a862 Clarify the proper bitmask for target mode with another example. 2003-03-23 00:56:20 +00:00
Ruslan Ermilov 7726f76f80 Document the net.inet.icmp branch of the sysctl(3) MIB.
Submitted by:	mdodd
2003-03-22 13:47:28 +00:00
Ruslan Ermilov e91fabac7b mdoc(7) police: Tidy up the formatting. 2003-03-22 13:43:06 +00:00
Ruslan Ermilov c6885e2617 Added GEOM library to the bsd.libnames.mk namespace. 2003-03-21 14:31:51 +00:00
Ceri Davies a6f87194d6 Correct typo in function declaration (s/if_dont/if_done).
PR:		docs/50136
Submitted by:	Scott Mitchell <scott+freebsd@fishballoon.org>
MFC After:	4.8
2003-03-19 22:27:21 +00:00
Crist J. Clark 5d75ba3db9 A new rc-ng script to build linker.hints files with kldxref(8)
automatically at boot time. Associated rc.conf(5) knobs and
documentation are included.
2003-03-17 23:15:53 +00:00
David E. O'Brien 3ea0ca53aa Make PREFETCHDISTFILES the default. Set NO_PREFETCHDISTFILES if you don't
like this.  Also make it easier to issue the distfile fetching on command.
2003-03-16 22:59:00 +00:00
Jeffrey Hsu 01f98321e6 Document the net.inet.tcp.rfc3390 sysctl variable. 2003-03-13 01:44:58 +00:00
Jeffrey Hsu edcd017d67 Document the net.inet.tcp.rfc3042 sysctl variable. 2003-03-12 20:44:06 +00:00
Ruslan Ermilov 6f63bc577d Record the sudden death of bsd.kern.mk and bsd.sgml.mk. 2003-03-12 14:31:36 +00:00
Sean Chittenden 99c24e2b2c Update sendfile.2 to include a TUNING section that documents the
various tunables that are applicable to sendfile(2).  Update tuning.7
to mention a reference to sendfile.2.

Approved by:	keramida
2003-03-12 09:28:44 +00:00
Sam Leffler d947796288 manual page for rndtest driver/module 2003-03-11 19:16:42 +00:00
Poul-Henning Kamp c1c8575100 Try to clarify how orphaning works. 2003-03-09 09:48:50 +00:00
Mark Murray 9bc062a34a KerberosIV deorbit: Remove references. 2003-03-08 13:39:41 +00:00
Mark Murray 96594358d3 KerberosIB deorbit: Remove library references. 2003-03-08 13:38:06 +00:00
Mark Murray 19cc9881b2 KerberosIV deorbit sequence: We no longer build a krb4 distribution. 2003-03-08 11:49:40 +00:00
Mark Murray 5b7cde36b6 KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option. 2003-03-08 11:47:44 +00:00
Mark Murray 5788da46b1 Update for kerberos 5 2003-03-08 11:45:47 +00:00
Poul-Henning Kamp 5a42be36e3 Remove reference to unavailable paper. 2003-03-07 09:36:58 +00:00
Ceri Davies 146098408b Spelling fix: interwining -> intertwining. 2003-03-06 23:55:51 +00:00
Wolfram Schneider c467be1f1c Added FreeBSD 5.0 2003-03-06 15:55:47 +00:00
Tim J. Robbins ae9fbc92ec Remove a remnant of netns. 2003-03-06 05:02:36 +00:00
Warner Losh c266c8aa6c Update those versions of firmware that support ibss mode 2003-03-05 02:37:20 +00:00
Peter Wemm 3d006bcac3 Add cvsroot-all to the example 2003-03-04 19:02:27 +00:00
Sheldon Hearn eaf6239655 Regen:
* Boemler:	vendors.txt (2003-02-13)
2003-03-04 09:13:28 +00:00
Ruslan Ermilov 379e8aa7ec If we carry our MODULES_WITH_WORLD, we probably also do not want
for installkernel to wipe them out later.  So install them under
/boot/modules if that is the case.
2003-03-03 22:54:35 +00:00
Ruslan Ermilov d59dfc2ed1 Correct the path to the modules directory. 2003-03-03 22:48:49 +00:00
Ruslan Ermilov f1e65894d2 mdoc(7) police: Revision. 2003-03-03 11:51:30 +00:00
Dag-Erling Smørgrav 6dca5fe95d Nuke caddr_t.
Reminded by:	ru
2003-03-03 10:49:37 +00:00