Commit Graph

10468 Commits

Author SHA1 Message Date
simon
d26ec6ea63 VFS_LOCK_GIANT and VFS_UNLOCK_GIANT are actually defined in sys/mount.h,
so also include sys/mount.h in SYNOPSIS.

PR:		docs/90541
Submitted by:	Wojciech A. Koszek dunstan^freebsd.czest.pl
MFC after:	1 week
2005-12-18 08:07:30 +00:00
marcel
0a081d09f4 Make our ELF64 type definitions match standards. In particular this
means:
o  Remove Elf64_Quarter,
o  Redefine Elf64_Half to be 16-bit,
o  Redefine Elf64_Word to be 32-bit,
o  Add Elf64_Xword and Elf64_Sxword for 64-bit entities,
o  Use Elf_Size in MI code to abstract the difference between
   Elf32_Word and Elf64_Word.
o  Add Elf_Ssize as the signed counterpart of Elf_Size.

MFC after: 2 weeks
2005-12-18 04:52:37 +00:00
joel
9d17e4c81e Make the SYNOPSIS section a bit more informative. 2005-12-15 21:02:16 +00:00
joel
7317a691d6 Make the SYNOPSIS section a bit more informative. 2005-12-15 20:25:41 +00:00
brueffer
f835cdfb05 VIA Tech V-RAID write support added. 2005-12-15 17:02:11 +00:00
iedowse
0b71e714c9 Remove usbd(8) and all references to it. It is no longer necessary
since devd(8) now provides the same functionality.

Submitted by:	Anish Mistry
2005-12-15 01:04:51 +00:00
brueffer
c006ecd0ec Add Via VT8251 support. 2005-12-14 21:10:59 +00:00
davidxu
952c53a74a Style fixs, add missing word 'signal'.
Reviewed by: deischen
2005-12-14 01:59:11 +00:00
ru
e279c872b1 [mdoc] add missing space before a punctuation type argument. 2005-12-13 17:07:52 +00:00
davidxu
da6fd2f691 Add siginfo. 2005-12-13 00:28:09 +00:00
brueffer
bf92a08699 Mention SiS write support and add a missing parenthesis. 2005-12-12 16:46:19 +00:00
flz
c001683d8c - Add a note about latest changes to the iwi(4) driver. A message is printed
if the firmware can't be found in /boot/firmware.

Approved by:	brueffer
2005-12-12 15:00:45 +00:00
dougb
156819c498 Remove rcconf.sh from /etc/rc.d, and instead load the configuration
as part of rc. Doing this, and the sourcing of rc.subr after we have
determined if we are booting diskless (and correspondingly run
rc.initdiskless if necessary) are safe, and actually allow fewer files
to be needed on the diskless box. This also allows variables from
the configuration to be available to rc itself, such as ...

Add a variable to rc.conf, early_late_divider, which designates the
script which separates the early and late stages of the boot process.
Default this to mountcritlocal, and add text to etc/defaults/rc.conf,
rc.conf(5) and diskless(8) which describes how and why one might want
to change this.

Reviewed by:	brooks
2005-12-10 20:21:46 +00:00
ru
b7b8dddecb Adopt for modern FreeBSD.
Requested by:	az
2005-12-10 12:09:54 +00:00
brueffer
567d471732 Xref padlock(4), also fast_ipsec(4) and geli(8) as consumers of this device.
MFC after:	3 days
2005-12-10 10:51:55 +00:00
brueffer
3bea9cf763 Manpage for the padlock driver (VIA C3/Eden AES support and RNG).
MFC after:	3 days
2005-12-10 10:44:44 +00:00
ru
808f83c06f config.5 was repocopied from share/man/man5/ to usr.sbin/config/.
Repocopied by:	peter
2005-12-09 06:46:41 +00:00
ru
d1f4a1c280 Add a MACHINE_CPU entry for "ev67". 2005-12-06 13:47:23 +00:00
scottl
0fcccb0032 More review and adjustment for reality that should have happened 3 years
ago.  Document the real behavior of bus_dma_tag_create, bus_dmamap_load,
and other functions.  Also document their arguments and return values.

MFC After: 3 days
2005-12-05 23:25:59 +00:00
jcamou
a0efd8b6a9 Fix a couple typos.
PR:		docs/89881
Submitted by:	Seán Farley <sean-freebsd@farley.org>
Approved by:	trhodes (mentor)
MFC after:	3 days
2005-12-05 22:10:09 +00:00
brueffer
2de362e312 Document Intel MatrixRAID write support. 2005-12-05 18:11:36 +00:00
jkoshy
d78bb7ea61 Document the public targets and make variables supported by the
build system.

Reviewed by:	ru (multiple passes)
2005-12-05 16:59:45 +00:00
davidxu
3e3a125a10 Fix markup. 2005-12-05 09:31:23 +00:00
stefanf
0991121b47 Add an MLINKS entry for times.1.
Noticed by:	ru
2005-12-05 08:01:10 +00:00
davidxu
c6b37936db Add document about mqueuefs. 2005-12-05 05:18:23 +00:00
stefanf
3b94a4234c Add the times builtin. 2005-12-04 18:59:34 +00:00
bmah
89e7da8869 Add Sony TJ37 to the uvisor manpage.
Prompted by:	simon
MFC after:	1 week
2005-12-04 15:44:54 +00:00
ru
239dea2f89 Document "makeoption", "nocpu", and "nomakeoptions" directives.
(Indeed this should be repo-copied to src/usr.sbin/config/.)
2005-12-03 20:07:32 +00:00
emax
f83dd5362c Add bluetooth.device.conf(5) man page
MFC after:	3 days
2005-12-02 00:17:33 +00:00
jhb
1b3a7d3baf - Use .fn to markup untimeout in two places it was missing.
- Reword a confusing sentence.

PR:		docs/89810
Submitted by:	Marius Nuennerich marius dot nuennerich at gmx dot net
MFC after:	3 days
2005-12-01 19:16:35 +00:00
joel
dcf36fe327 Make the SYNOPSIS section a bit more informative. 2005-12-01 12:58:51 +00:00
jhb
f08da93e6a - We don't install USD docs for games anymore since the games with docs
(trek) aren't in the base system anymore.
- dm(8) isn't in the base system anymore either, so don't xref it either.

Submitted by:	Björn König (2)
2005-11-29 17:11:09 +00:00
jhb
447e250f2c Remove references to rdist(1) and friends.
Submitted by:	Björn König
2005-11-29 17:07:04 +00:00
jhb
067557e546 - Axe the PARTITIONING and IOCTLS section as this has been made obsolete
now that all that stuff has been abstracted out of the disk drivers with
  GEOM.
- Reference bsdlabel(8) rather than disklabel(8).

Ok'd by:	phk, scottl (1)
Submitted by:	Björn König (2)
2005-11-29 16:51:49 +00:00
brueffer
53e5fb0f4c New SiS support. 2005-11-29 06:40:19 +00:00
joel
c0d115aa84 s/Advance/Avance/ 2005-11-28 18:56:38 +00:00
joel
ac70b6ff8f No one cares about when the manual page first appeared. Mention when the
driver appeared instead.
2005-11-28 18:47:00 +00:00
joel
f391e36f66 Add AUTHORS section. 2005-11-28 17:48:09 +00:00
brueffer
6f0fbd7fc6 Xref snd_atiixp.4 2005-11-28 16:47:52 +00:00
joel
eef40a6948 Add manual page for snd_atiixp(4) and hook it up to the build.
Reviewed by:	ru
2005-11-28 07:53:29 +00:00
brueffer
d656f62998 Document 82571 and 82572 support.
MFC after:	3 days
2005-11-27 16:49:19 +00:00
brueffer
7f50bf45e9 Add a CAVEATS section that mentions missing RAID5 support.
MFC after:	3 days
2005-11-27 09:46:56 +00:00
keramida
48d1341ff9 Clarify a comment to make it clear that it is NO_NIS that "If it is set"
refers to and add extra '#' comment characters at the beginning of two
lines that started with TABs, to avoid warnings like:

"/etc/make.conf", line 128: Unassociated shell command "# If set, you might need to adopt your"
"/etc/make.conf", line 129: Unassociated shell command "# nsswitch.conf(5) and remove `nis' entries."

PR:		misc/89423
Submitted by:	Scot W. Hetzel
2005-11-27 07:30:21 +00:00
brueffer
72732908e8 In preparation for automatic hardware notes generation, reword the
hardware section text to include the driver name.

MFC after:	3 days
2005-11-26 10:06:21 +00:00
brueffer
bbd2c2f158 Sort Xrefs in the SEE ALSO section correctly.
Pointy hat to:	brueffer
2005-11-26 00:47:07 +00:00
brueffer
32acede991 Update the list of drivers that need wlan(4).
MFC after:	3 days
2005-11-26 00:40:57 +00:00
jkoshy
71d7616dda Reorder the variable lists on this page alphabetically by make variable
name.

Discussed with:		ru
2005-11-25 14:31:34 +00:00
ru
7e502ce9b3 Fix prototype. 2005-11-24 15:10:38 +00:00
joel
7eed0b9958 s/5.5/6.0/ in HISTORY section.
Discussed with:	ru
2005-11-24 09:25:10 +00:00
ru
e2eb41467b - Merge FreeBSD Configuration subsection etc. with SYNOPSIS.
- Remove the description of how to build a module.
- Remove the description of how to patch the sources.
- Refer to the polling(4) manpage on how to enable the polling mode.
- Tidy up markup.
2005-11-21 16:44:16 +00:00