aboutsummaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cleanup for rev. 1.56Christian Brueffer2007-02-281-8/+9
* mdoc cleanup for the previous commit and touch .DdChristian Brueffer2007-02-281-6/+8
* Update the tcp(4) manpage with the new (and some older undocumented) sysctls.Mohan Srinivasan2007-02-281-3/+19
* International code for Russian Ruble is changed from RUR to RUBAndrey A. Chernov2007-02-285-5/+5
* Furhter clarifications:Greg Lehey2007-02-271-6/+15
* In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes.John Baldwin2007-02-271-3/+3
* Fix markup and grammar bugs in recent revisions.Ruslan Ermilov2007-02-271-6/+8
* Update HISTORY.Greg Lehey2007-02-271-11/+14
* Add warning about deadlocks created by use of wakeup_one.Greg Lehey2007-02-271-0/+6
* Add three new ioctl(2) commands for bpf(4).Jung-uk Kim2007-02-261-6/+40
* Add rw_wowned(9) symlink.Robert Watson2007-02-261-0/+1
* Update rwlock(9) for rw_wowned().Robert Watson2007-02-261-0/+6
* Document m_pulldown().Bruce M Simpson2007-02-261-1/+39
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,Randall Stewart2007-02-261-1/+1
* Declare a `struct extattr' that defines the format of an extendedKirk McKusick2007-02-261-0/+55