summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Document most of bsd.doc.mk variables.ru2002-10-301-4/+33
|
* All uses of CD_HACK have been eliminated.ru2002-10-301-9/+0
|
* Fixes to get rid of CD_HACK.ru2002-10-302-5/+12
|
* Regen:sheldonh2002-10-301-136/+198
| | | | | * Hart: rev 339 of pcidevs.txt (2002-10-21) * Boemler: vendors.txt (2002-10-28)
* Fixes to get rid of CD_HACK.ru2002-10-308-23/+24
|
* Man page for ATAPI/CAM.thomas2002-10-301-0/+112
| | | | Reviewed by: roberto
* PRINTERDEVICE can now take multiple values.ru2002-10-296-52/+68
|
* Index is unique for each PRINTERDEVICE.ru2002-10-291-6/+16
| | | | | | Abuse .for so that the variable expansion works inside the N modifier. This won't be a simple abuse with the next version of bsd.doc.mk which will support multi-value PRINTERDEVICE.
* Use a single style for share/doc/ makefiles.ru2002-10-2934-150/+129
|
* Sort SUBDIR list.ru2002-10-291-3/+2
| | | | Don't mention SGML docs which now live elsewhere.
* bsd.doc.mk changes:ru2002-10-2922-179/+163
| | | | | | | | | | | | | | | Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
* o Change .Nd to be less redundant and more consistent with upcoming policychris2002-10-291-2/+2
| | | | | | | | man pages. o Move a misplaced comment. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Labs
* Correctly spell "te" as "mls".chris2002-10-281-1/+1
|
* Add a man page describing the Mandatory Access Control label format.chris2002-10-282-1/+81
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Labs
* Clarify style(9) WRT comments following #endif, #else.rwatson2002-10-281-1/+63
| | | | | | | | | | | The closing comment is required only for long conditionally defined code sections, with the exception of lint cases. Attempt to document also the logic for using '!' before the SOMETIMESSOMETHGINGHERE. The goal of these comments is to make complex cases more comprehensible, not to require them in all cases. The rules here are derived from behavior used in 90+% of the kernel source code. Reviewed by and discussed with: jhb, bde, mike
* Remove stale information from these two manpage, and point the readersluigi2002-10-282-299/+36
| | | | | | to the one up-to-date page which is ipfw(8). MFC after: 3 days
* Add & hookup manpage for pthread_attr_get_np(3).phantom2002-10-261-0/+95
| | | | MFC after: 3 days
* Add lt_LT.ISO8859-13ache2002-10-2513-0/+431
| | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
* Add a new /etc/periodic/security script to check for packetsthomas2002-10-251-0/+7
| | | | | | | | rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf knob (daily_status_security_ipfdenied_enable). Reviewed by: roberto Approved by: re@
* add manpages for FireWire.simokawa2002-10-251-0/+3
|
* Make the example "assertion failure" message match reality.tjr2002-10-251-1/+1
|
* Update the Standards section for the addition of the C99 va_copy macro.tjr2002-10-251-2/+4
|
* Preprocess with tbl(1) only where needed.ru2002-10-255-3/+6
|
* Don't preprocess with tbl(1).ru2002-10-251-2/+0
|
* Kill the remnants of BOG.ru2002-10-252-26/+0
|
* Preprocess with tbl(1).ru2002-10-252-0/+3
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Simplify.ru2002-10-251-6/+4
|
* Don't preprocess with tbl(1).ru2002-10-251-1/+0
|
* Preprocess with tbl(1).ru2002-10-251-0/+1
|
* Eliminate warnings.ru2002-10-241-2/+5
|
* Preprocess with tbl(1), eliminate warnings.ru2002-10-242-5/+5
|
* Fixed a warning.ru2002-10-241-1/+1
|
* * Modernize aio(4), providing instructions for static and dynamic kernelsheldonh2002-10-241-1/+8
| | | | | | | | | | | | | | linking. * Fix disorder in the SEE ALSO sections of aio_*(2). * Remove unnecessary cross-references from the SEE ALSO sections of aio_*(2); config(8), kldload(8) and kldunload(8) are cross-referenced from aio(4). * Remove the KERNEL OPTIONS sections from aio_*(2), now that these pages cross-reference aio(4), which contains suitable kernel linking reference material.
* Fixed references and a bunch of other warnings.ru2002-10-249-9/+266
|
* Add a simple man page for the aio facility.des2002-10-242-0/+62
|
* Minor tweaks to the acpi.4 man page: xref acpiconf.8, and one of therwatson2002-10-241-6/+2
| | | | | | bugs (device naming) isn't present [anymore]. Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
* Minor grammar fix: referenced to -> in reference to.keramida2002-10-221-1/+1
|
* Add description of fetch-recursive target.keramida2002-10-221-1/+3
|
* Refer to doc/en_US.ISO8859-1 for documentation.keramida2002-10-221-2/+2
|
* Split an excessively long sentence.keramida2002-10-221-3/+3
|
* Improve wording by removing repetitive use of 'default'.keramida2002-10-221-1/+1
|
* The ipfw module is only loaded if necessary.keramida2002-10-221-1/+3
|
* s/then/than/ where appropriate.keramida2002-10-221-4/+4
|
* rulset -> rulesetkeramida2002-10-221-1/+1
|
* List some of the Compact Flash readers known to work with this driver.luigi2002-10-221-0/+8
| | | | MFC after: 3 days
* Change to match NO_MAKEDEV* -> MAKEDEV*.phk2002-10-222-12/+11
|
* Update for BSD.include.dist r1.60 (addition of include/dev/ofw).tmm2002-10-221-0/+2
| | | | | Forgotten by: tmm Prodded by: ru
* Add mac(9), a man page providing a basic introduction to the conceptsrwatson2002-10-212-1/+200
| | | | | | | | associated with the TrustedBSD MAC Framework, as well as some credits to developers and contributors. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
OpenPOWER on IntegriCloud