summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Revert previous change, I misread it as an if( when it reallycpiazza1999-10-101-1/+1
| | | | wasn't.
* Add the missing ')' incpiazza1999-10-091-1/+1
| | | | (p = f()) == NULL
* 5 minutes == 300 seconds, not 600 !brian1999-10-061-1/+1
| | | | Submitted by: Robert Inder <R.Inder@ed.ac.uk>
* Remove the description of the deprecated savecore_enable option,sheldonh1999-10-061-7/+8
| | | | | | | | which is no longer used. Expand the description of the dumpdev option accordingly. PR: 14152 Reported by: nrahlstr
* Add comment about the debugging flagn_hibma1999-10-052-0/+4
|
* Bring in line with reality.grog1999-10-051-18/+51
|
* Recommend "secure-stable-supfile" instead of "secure-supfile".ru1999-10-041-1/+1
|
* Set the i4b bandwidth - i4b doesn't report it via tcgetattr.brian1999-10-031-0/+1
| | | | Suggested by: Joe Karthauser <joe@uk.FreeBSD.org>
* sv_SE collateache1999-10-036-2/+207
| | | | | | | add one missing dependance PR: 13928 Submitted by: Palle Girgensohn <girgen@partitur.se>
* ISO8859-5 time definitionache1999-10-035-0/+373
|
* ISO8859-5 collateache1999-10-036-0/+462
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* ISO8859-5 localeache1999-10-034-0/+559
| | | | Submitted by: Nikolai Saoukh <nms@ethereal.ru>
* Update man page to loader.conf(5) days.dcs1999-10-022-46/+28
|
* Fix typo.des1999-10-021-1/+1
| | | | Pointed out by: Kelly Yancey <kbyanc@posi.net>
* Correctly escape a macro call in the description of the .D1 macro.mpp1999-09-301-2/+2
| | | | | | | | Also use the correct macro (.D1, not .Dl) to format the text, and in the example output. PR: docs/14051 Submitted by: <andrew@ugh.net.au>
* Correct typos and -mdoc usage. Improve clarity of language.jkoshy1999-09-302-30/+52
| | | | | | PR: docs/140007 (partial) Submitted by: Adam Wight <adamw@holonet.net>
* Bring kernel malloc documentation up to date, including the example.dillon1999-09-291-9/+16
| | | | PR: docs/10059
* Fixes a silly bug that somehow escaped my notice all these months.dcs1999-09-291-3/+3
|
* Show an example of ``set cd off''brian1999-09-261-0/+4
|
* Update the Starfire driver comments and man page to include the URL ofwpaul1999-09-262-4/+4
| | | | | the AIC-6915 Programmer's Manual which I finally found online at Adaptec's site.
* Document the make_dev(9) and remove_dev(9) facilities.chris1999-09-252-2/+98
| | | | | | remove_dev(9) is created as a link to the existing make_dev(9) page. Reviewed by: phk
* Update the dictionary to contain all of the words injhb1999-09-251-0/+938
| | | | | | | | /usr/share/dict/{eign,web2,propernames}. Most of the additions are proper names, but the word 'all' is a notable exception. PR: misc/12285 Reviewed by: bde
* mdoc style cleanupdillon1999-09-251-2/+6
| | | | Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
* mdoc cleanupdillon1999-09-251-1/+3
| | | | Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
* Remove a useless new line.chris1999-09-251-2/+1
|
* Document the devtoname(9) kernel interface.chris1999-09-252-2/+60
|
* More locking clarifications. Add skeleton manual page for VOP_LEASEdillon1999-09-244-11/+72
|
* More synchronization of the VOP documentation to the real world.dillon1999-09-241-1/+1
|
* More clarification of locking requirements.dillon1999-09-242-6/+18
|
* Bring more VOP manual pages up to date in regards to lockingdillon1999-09-242-6/+6
| | | | requirements.
* Update errors in documentation for various VOP_ calls. Specifically,dillon1999-09-245-7/+18
| | | | describe the correct locking state expected on entry and return.
* Add to .Nm devstat_end_transaction_buf().phantom1999-09-231-2/+3
| | | | | | Do some ordering. Noticed by: ken
* Bring ccd documentation up to date. Reference vinum, elucidate moredillon1999-09-231-4/+47
| | | | on mirroring and interleaving.
* .PB -> .Elphantom1999-09-221-1/+1
| | | | | PR: docs/13283 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
* Fix style typo.phantom1999-09-222-2/+4
| | | | | PR: docs/13134 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
* mdoc(7)'fyphantom1999-09-222-13/+33
|
* Document the new free/erase transaction type.phk1999-09-221-1/+6
| | | | Reminded about by: ken
* Mention in the documentation that the AOpen/Acer ALN-320 is a supportedwpaul1999-09-222-14/+16
| | | | ethernet card (PCI, VIA Rhine II chipset).
* Update man page to include the sysclts and kernel options commonly usedroger1999-09-222-14/+216
|
* Describe the 'start_vinum' rc.conf knob.jkoshy1999-09-221-0/+7
| | | | | PR: conf/13357 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
* Cross-reference to nca(4) removed: No CAM driver for this device has yetchris1999-09-222-2/+0
| | | | to be written.
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-222-12/+12
| | | | | | | | | | | | | | | for the AN985 "Centaur" chip, which is apparently the next genetation of the "Comet." The AN985 is also a tulip clone and is similar to the AL981 except that it uses a 99C66 EEPROM and a serial MII interface (instead of direct access to the PHY registers). Also updated various documentation to mention the AN985 and created a loadable module. I don't think there are any cards that use this chip on the market yet: the datasheet I got from ADMtek has boxes with big X's in them where the diagrams should be, and the sample boards I got have chips without any artwork on them.
* Remove reference to eg(4) device: it does not exist anymore.chris1999-09-221-1/+0
|
* Update so that only whole blocks are written to disk, the systemsos1999-09-212-7/+16
| | | | | has dislearned how to handle != blocksize request to the raw/char device.
* Synchronization NAME section with SYNOPSIS.phantom1999-09-211-3/+7
|
* "tcp_extensions" turns on RFC1323 extensions only.phantom1999-09-211-1/+4
| | | | | PR: docs/13879 Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
* Bring documentation up to date, add a few more vnconfig examples.dillon1999-09-211-4/+14
|
* Correct spelling : ascii -> ASCIIphantom1999-09-201-2/+2
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* Remove the wait.1 manpage. There is no userland wait(1) utility, and thesheldonh1999-09-202-102/+1
| | | | | | manpage does not describe the builtin wait command provided by either of the standard shells. There is already an entry for wait.1 in the builtins.1 MLINKS list.
* Add link syscons.4 -> sc.4phantom1999-09-191-1/+2
| | | | PR: docs/13289
OpenPOWER on IntegriCloud