summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Properly capitalize the subsection title on setting MAC labels.chris2003-02-011-1/+1
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Fix table formatting for printed man pages.chris2003-02-011-4/+4
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Catch up with new categories and note that ports-base is essential withoutschweikh2003-02-011-2/+10
| | | | | | | | ports-all. PR: 47774 Submitted by: Sergei Kolobov <sergei@kolobov.com> MFC after: 3 days
* Add new categories hungarian and portuguese.schweikh2003-02-012-0/+4
| | | | | | PR: 47772 Submitted by: Sergei Kolobov <sergei@kolobov.com> MFC after: 3 days
* Add a section on the areas of enforcement and the sysctls used to tunechris2003-02-011-0/+100
| | | | | | enforcement. Sponsored by: DARPA, Network Associates Laboratories
* The umass(4) driver now supports the Trek Thumbdrive 8MB.trhodes2003-01-301-0/+2
|
* On -CURRENT, we need "device apm" and not "device apm0 at nexus?".mux2003-01-291-1/+1
|
* Document WANT_EXT2FS_MODULE.obrien2003-01-292-0/+7
|
* fix pathname typosam2003-01-281-2/+2
| | | | Submitted by: Jim Geovedi <negative@magnesium.net>
* Fix typo and update information.simokawa2003-01-252-8/+16
|
* Rescaning the bus is usually unnecessary.simokawa2003-01-251-32/+12
|
* Correct License text.pdeuskar2003-01-241-20/+23
| | | | MFC after: 1 day
* Say goodbye to `freen' and `freend'.wollman2003-01-242-2/+3
| | | | | | | | | | freen: imputed typo in original wordlist. I can find no evidence for this being an actual English word, not even in the OED. freend: archaic spelling of `friend'. In a modern document, it is far more likely that this appears as a typo or a dialect word than it does under the original meaning, so remove it as not to cause false negatives for spelling checkers.
* Fix formatting of rev. 1.6 so that the note fits on a line.wollman2003-01-241-1/+1
|
* Correct grammatical error.wollman2003-01-241-1/+1
|
* Added UFS library to the bsd.libnames.mk namespace.ru2003-01-231-0/+1
|
* List all of the assignment operators explicitly, for those who have beenfanf2003-01-222-19/+21
| | | | traumatized by perl.
* Update with the current list of scanners that the driver supports.joe2003-01-211-3/+29
|
* use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.alfred2003-01-212-4/+4
|
* Catch up to WAIT/NOWAIT cleanup.alfred2003-01-212-30/+3
|
* hook fast_ipsec.4 upsam2003-01-211-0/+1
|
* fast ipsec protocolssam2003-01-211-0/+105
|
* Augment the model number list.obrien2003-01-212-6/+8
|
* Properly mark up column lists. This does not affect output; I just hadchris2003-01-203-8/+8
| | | | | | the arguments to .Bl incorrect. Sponsored by: DARPA, Network Associates Laboratories
* Reference the MAC chapter in the user Handbook.chris2003-01-201-0/+5
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Support for the "Seiko Epson Perfection 1260 scanner".joe2003-01-201-0/+1
| | | | | Submitted by: Michael Lestinsky <michael@lestinsky.de> MFC After: 3 days
* Add required commas that were ommitted in the previous delta; thesheldonh2003-01-192-2/+2
| | | | SEE ALSO section's list of manual pages must be comma-separated.
* Kill whitespace at EOL.mtm2003-01-191-1/+1
| | | | | Approved by: markm (mentor) Noticed by: ru
* Note that Wisecom's PCI adapter works.tom2003-01-181-0/+1
|
* Document lock order reversals possible when calling allocation functionsalfred2003-01-182-14/+28
| | | | | | | | | | | with vnode interlocks held. Emphasize that users need to be careful with malloc flags versus mbuf flags. Remove stale portion in vnode.9 about v_tag. We don't have it anylonger. Submitted by: Hiten Pandya <hiten@unixdaemons.com>
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. Theyrwatson2003-01-182-0/+19
| | | | | | are not the same. Suggested by: Hiten Pandya <hiten@unixdaemons.com>
* Mention net.inet.ip.accept_sourceroute.ru2003-01-171-0/+3
|
* kernel:njl2003-01-163-10/+14
| | | | | | | | | | | | * Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0 user: * Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in charge of timeouts and the value was in ms, not seconds. * Bring two debugging printfs under the debug flag * Clean up man page to show increased testing on isp(4) Submitted by: gibbs (bugfixes)
* Add missing . to mandoc macrokeramida2003-01-151-1/+1
| | | | | PR: docs/47092 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
* Slightly better grammar.chris2003-01-151-1/+1
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Update cross-references to include mac(4).chris2003-01-1510-1/+11
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Welcome mac(4), the central source of information for all things MAC.chris2003-01-152-0/+132
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Add rc_debug knob to rc.conf. The code for it has been in rc.subr formtm2003-01-141-0/+81
| | | | | | | | some time now. Document all knobs introduced by rc.d Approved by: markm (mentor) Reviewd by: gordon (earlier revision)
* Cross reference lio_listio(2).tjr2003-01-141-0/+1
|
* Manual page for sem.ko/options P1003_1B_SEMAPHORES, similar to aio(4).tjr2003-01-142-0/+68
|
* Note that the Dlink Air 660 is supported.trhodes2003-01-141-0/+1
|
* Add check for AIO support before starting up.njl2003-01-131-0/+27
|
* Sort. Move /usr/heimdal to /var/heimdal where it really is.ceri2003-01-101-12/+12
| | | | | | PR: docs/46637 Submitted by: Igor Sobrado <sobrado@acm.org> Approved by: ru
* Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH.trhodes2003-01-091-1/+1
| | | | | | | Update the URL to reflect this. PR: 45010 Submitted by: Kim Scarborough <sluggo@unknown.nu> (Original patch)
* Regen:sheldonh2003-01-091-47/+111
| | | | * Boemler: vendors.txt (2002-12-27)
* Do not do manually what sendmail(8) can do better automatically.wollman2003-01-081-13/+12
| | | | | Tell sendmail to clean up its own host status cache. The error condition handling could probably be done better.
* o Refer to "Network Associates Laboratories" instead of "NAI Labs" orchris2003-01-0810-41/+38
| | | | | | | | "Network Associates Labs" in the copyright notice. o Remove clause #3 in the license terms. o Remove the line break from my name. Sponsored by: DARPA, Network Associates Laboratories
* Include a proper reference to the Developers' Handbook in thechris2003-01-081-0/+4
| | | | | | SEE ALSO section. Sponsored by: DARPA, Network Associates Laboratories
* Cross-reference mac_lomac.4chris2003-01-089-0/+9
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Document the LOMAC security policy.chris2003-01-082-0/+197
| | | | | | This man page was co-written by Brian Feldman <green>. Sponsored by: DARPA, Network Associates Laboratories
OpenPOWER on IntegriCloud