summaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Add missing @Christian Brueffer2007-03-151-1/+1
* Add a description about hw.firewire.hold_count.Hidetoshi Shimokawa2007-03-151-1/+2
* Mention the first RELENG_6 release to include this driver.Christian Brueffer2007-03-151-0/+2
* Fix markup and reword a sentence to actually make sense.Christian Brueffer2007-03-141-3/+3
* fix braino in markup.Julian Elischer2007-03-141-1/+1
* Remove obsolete polling members from documentation for struct ifnet.Bruce M Simpson2007-03-141-11/+1
* Add missing punctuation.Christian Brueffer2007-03-141-2/+2
* fix wording blunderKip Macy2007-03-141-1/+1
* Various fixes, also the driver can be compiled into the kernel now.Christian Brueffer2007-03-141-11/+12
* More suggestions from pjd.Julian Elischer2007-03-141-2/+13
* Some comments from pjdJulian Elischer2007-03-141-4/+4
* Add man page for cxgbKip Macy2007-03-142-0/+133
* Add locking.9Julian Elischer2007-03-141-0/+280
* Typo.Greg Lehey2007-03-131-1/+1
* Stop clobberring the application namespace with localRuslan Ermilov2007-03-121-37/+37
* my(4) doesn't need miibus(4).Christian Brueffer2007-03-112-8/+3
* Spell .Xr without a '/'.Brooks Davis2007-03-111-1/+1
* Fix a couple markup problems in the previous commit and bump theBrooks Davis2007-03-111-3/+5
* Allow background_fsck_delay to be set to a negative value which delaysBrooks Davis2007-03-111-0/+9
* Document Silicon Image SiI 3124 and SiI 3132 support.Christian Brueffer2007-03-101-2/+2
* Allow threads to atomically release rw and sx locks while waiting for anJohn Baldwin2007-03-0911-91/+169
* Document SLEEPQ_PAUSE.John Baldwin2007-03-091-1/+4
* Oof, it is not my day. Unswap the descriptions of EINTR and ERESTART.John Baldwin2007-03-091-2/+2
* Fix a typo in the last that claimed that only masked signals were caught.John Baldwin2007-03-091-2/+2
* Correct descriptions of EINTR and ERESTART errors. Masked signals don'tJohn Baldwin2007-03-091-2/+2
* - Document cv_wait_unlock(9).John Baldwin2007-03-092-1/+11
* Place mtx_destroy() and rw_destroy() right after mtx_init() and rw_init()John Baldwin2007-03-092-6/+6
* - Sort functions in the order that rwlock(9) and mutex(9) use.John Baldwin2007-03-092-10/+10
* - Sort rwlock functions similar to the order in mutex(9).John Baldwin2007-03-092-6/+10
* Enable ncurses wide character supportRong-En Fan2007-03-091-0/+1
* Some minor tweaks and updates to bus_dma(9) including some additional notesJohn Baldwin2007-03-061-23/+34
* The firmware images must be loaded as modules at the moment.Christian Brueffer2007-03-062-9/+18
* As suggested more than once in the lists, drop -M from flags to mfsYaroslav Tykhiy2007-03-061-9/+7
* Move macros describing extended attributes in UFS fromKirk McKusick2007-03-062-56/+58
* The firmware files are included in the base system now, reflect this here..Christian Brueffer2007-03-052-32/+43
* Another typo.Greg Lehey2007-03-051-1/+1
* Cosmetics: remove trailing white space, wrap over-long lines.Greg Lehey2007-03-051-4/+6
* Rearrange function descriptions in more logical order.Greg Lehey2007-03-041-24/+30
* Markup polishing.Ruslan Ermilov2007-03-041-2/+3
* style(9) fixes.Florent Thoumie2007-03-022-2/+2
* Add vfs_getopt.9 to the build, and add links for related functions.Chad David2007-03-021-0/+6
* Document the mount option handling functions.Chad David2007-03-021-0/+197
* - Add missing subdirectories in BSD.usr.dist mtree file.Florent Thoumie2007-03-021-1/+3
* Markup fixes.Ed Maste2007-03-021-2/+3
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aFlorent Thoumie2007-03-024-1/+21
* Document the new {set,get}{timestamp,counter} messages supported by theEd Maste2007-03-021-4/+50
* Remove trailing spaces and make the date canonical.Ruslan Ermilov2007-03-011-8/+8
* New sentence -> new line and contractions removed.Christian Brueffer2007-03-011-7/+11
* Update the isp man page.Matt Jacob2007-02-281-27/+41
* Update bus_setup_intr() man page after recent newbus modification:Paolo Pisati2007-02-281-11/+24