summaryrefslogtreecommitdiffstats
path: root/share/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove usbhidaction(1) manual page under SEE ALSO section. This will betrhodes2002-08-161-1/+0
| | | | | | | added again if/when we port the framework. Submitted by: mwlucas Approved by: joe
* Fix typo.mux2002-08-151-1/+1
|
* mdoc(7) police: fixed indentation in synopsis.ru2002-08-152-4/+14
| | | | Submitted by: bde
* mdoc(7) police: fixed indentation in SYNOPSIS.ru2002-08-141-2/+16
| | | | Submitted by: style(9) police (bde)
* mdoc(7) police: minor nits.ru2002-08-131-2/+5
| | | | Approved by: imp
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
|
* Add a bugs section to mention that this device probably doesn't workjoe2002-08-131-0/+4
| | | | properly.
* mdoc(7) police: nits.ru2002-08-131-4/+6
|
* mdoc(7) police: typos.ru2002-08-131-2/+2
|
* mdoc(7) police: nit.ru2002-08-131-1/+1
|
* mdoc(7) police: tidy up formatting.ru2002-08-131-11/+13
|
* mdoc(7) police: revert to a valid construct.ru2002-08-131-1/+1
|
* mdoc(7) police: removed hard sentence break.ru2002-08-132-2/+4
|
* mdoc(7) police: Bump document date, removed (again) hard sentence breaks..ru2002-08-131-7/+14
|
* mdoc(7) police: nit.ru2002-08-131-1/+2
|
* mdoc(7) police: laundry.ru2002-08-131-18/+24
|
* mdoc(7) police: laundry.ru2002-08-131-10/+22
|
* mdoc(7) police: added missing paragraph breaks.ru2002-08-131-1/+7
|
* mdoc(7) police: typo and removed stray .Pp.ru2002-08-131-2/+1
|
* mdoc(7) police: pseudo-devices are gone from -CURRENT.ru2002-08-131-19/+21
|
* mdoc(7) police: nits in rev. 1.4.ru2002-08-131-14/+18
|
* Attach uvisor(4) to the build.trhodes2002-08-131-0/+1
|
* Add the uvisor(4) manual page.trhodes2002-08-131-0/+76
| | | | | Obtained from: NetBSD Requested by: joe
* Replace /dev/tty with /dev/ucom.joe2002-08-121-2/+2
| | | | Submitted by: wilko
* Reflect support for 82801CA (ICH3) and 82801DC (ICH4) PCI chips.mp2002-08-121-1/+1
|
* Add the uftdi ucom driver which supports the following adapters:joe2002-08-112-0/+81
| | | | | | | | | Inland UAS111 QVS USC-1000 HP USB-Serial adapter shipped with some HP laptops Submitted by: takawata MFC After: 7 days
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+12
|
* Restore autoloading of ACPI module.obrien2002-08-091-0/+5
| | | | | Document the approved ways of disabling it. Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Add support for SX cards using TBI such as Netgear GA621ambrisko2002-08-081-0/+2
| | | | | Sponsored by: Vernier Networks. MFC after: 1 week
* Remove the reference to NOUUCP, ans we no longer have base UUCP.markm2002-08-021-5/+0
|
* Correct a few grammar bogons.schweikh2002-07-311-5/+4
| | | | MFC after: 3 days
* Correct links to Handbook's pages, old URLs does not work anymore.blackend2002-07-301-2/+2
| | | | MFC after: 1 week
* Add a bunch more cards that are known to work.imp2002-07-301-4/+31
| | | | | | Add a warning about the Symbol LA-4100 series of cards. You gotta load special firmware, and the wi driver in the tree doesn't support that yet.
* Ignore -C, -p, and -S options of install(1) when used with the -dru2002-07-291-1/+1
| | | | | | | option. Warn about COPY being phased out. Restore the old method of always comparing before installing: INSTALL="install -C". Requested by: bde
* Fix typo.murray2002-07-291-1/+1
| | | | | PR: docs/41091 MFC after: 1 day
* Document DOCRELEASETAG and PORTSRELEASETAG.jhb2002-07-271-0/+16
|
* Document PREFETCHDISTFILES.jhb2002-07-271-1/+9
|
* Document KERNEL_FLAGS and WORLD_FLAGS.jhb2002-07-271-0/+18
|
* - Move BUILDNAME up before CHROOTDIR.jhb2002-07-271-16/+16
| | | | - RELEASETAG is an optional variable, not a required one.
* Feedback also included this.ru2002-07-261-1/+1
|
* Fix markup issues introduced in earlier commit.pdeuskar2002-07-261-4/+5
| | | | | Feedback from: ru (Ruslan Ermilov) MFC after: 3 days
* Updated man page to include support forpdeuskar2002-07-261-5/+7
| | | | | | 82546 based adapters. MFC after: 3 days
* - now, IPV6CTL_V6ONLY is on by default.ume2002-07-261-2/+2
| | | | - .Nx -> .Fx
* sync types with headers.ume2002-07-261-5/+5
|
* note that we intentionally violate RFC2553 for security reasons.ume2002-07-261-12/+13
| | | | | Adviced by: itojun Obtained from: NetBSD
* Clarify the sizeof(var) rule. This is the result of the consensus inimp2002-07-251-0/+5
| | | | | | arch@ between myself, bde and markm. I kept the parts that all of us agreed to, and omitted some more extensive text that I'd originally wanted.
* Mention the new bind(1) sh builtin.tjr2002-07-232-0/+3
|
* Mention SAVENAME and SAVESTART in the namei(9) operation flag descriptionrwatson2002-07-231-0/+11
| | | | | | | | | since apparently people were missing that you aren't supposed to access the name buffer following namei() unless you specify one of these flags. Pointed out by: green Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Update ucred.9 to talk a bit more about correct use of credentials,rwatson2002-07-231-8/+58
| | | | | | | | | including documenting that ucreds must not be pulled out of thin air, when to use td_cred vs. p_ucred, how to avoid race conditions in credential updates, and why to use p_ucred when targetting a thread or process in an access control operation involving two processes. Reviewed by: julian, jhb (earlier revision)
* Typo: s/If the this option/If this option/schweikh2002-07-201-1/+1
| | | | MFC after: 1 week
OpenPOWER on IntegriCloud