summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few typos (capitalization and punctuation).chris1999-10-181-2/+2
| | | | | PR: docs/14407 Submitted by: grog
* Add ua.koi8-u.kbdache1999-10-182-0/+244
| | | | Submitted by: Alexey Zelkin <phantom@cris.net>
* Add uk_UA.KOI8-Uache1999-10-182-0/+94
| | | | Submitted by: Alexey Zelkin <phantom@cris.net>
* Add uk_UA.KOI8-Uache1999-10-183-1/+217
| | | | Submitted by: Alexey Zelkin <phantom@cris.net>
* add uk_UA.KOI8-Uache1999-10-182-0/+58
| | | | Submitted by: Alexey Zelkin <phantom@cris.net>
* Add colldefache1999-10-181-1/+1
|
* Add 8859-5, remove BUILD_TOOLS ifdefache1999-10-181-2/+1
|
* Move sources one directory upache1999-10-1829-2296/+117
|
* add mklocaleache1999-10-171-1/+2
|
* restore 8859-5, remove BUILD_TOOLS defineache1999-10-171-4/+1
|
* Note that we support the PCI version of the Digi SYNC/570i cards.jhay1999-10-171-16/+16
|
* sync with earlier change removing broken locale.jkh1999-10-161-1/+0
|
* Convert the mx driver to miibus.wpaul1999-10-162-0/+2
| | | | | | | | | | | | | | In order to make this work, I created a pseudo-PHY driver to deal with Macronix chips that use the built-in NWAY support and symbol mode port. This is actually all of them, with the exception of the original MX98713 which presents its NWAY support via the MII serial interface. The mxphy driver actually manipulates the controller registers directly rather than using the miibus_readreg()/miibus_writereg() bus interface since there are no MII registers to read. The mx driver itself pretends that the NWAY interface is a PHY locayed at MII address 31 for the sole purpose of allowing the mxphy_probe() routine to know when it needs to attach to a host controller.
* Add libncp to the list of known libraries.bp1999-10-151-0/+1
|
* Document the use of pseudo_AF_HDRCMPLT with BPF.msmith1999-10-151-0/+8
|
* Remove one of the locales which is currently breaking the build.jkh1999-10-141-1/+0
|
* 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>
OpenPOWER on IntegriCloud