summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* my(4) doesn't need miibus(4).brueffer2007-03-112-8/+3
* Spell .Xr without a '/'.brooks2007-03-111-1/+1
* Fix a couple markup problems in the previous commit and bump thebrooks2007-03-111-3/+5
* Allow background_fsck_delay to be set to a negative value which delaysbrooks2007-03-111-0/+9
* Document Silicon Image SiI 3124 and SiI 3132 support.brueffer2007-03-101-2/+2
* Allow threads to atomically release rw and sx locks while waiting for anjhb2007-03-0911-91/+169
* Document SLEEPQ_PAUSE.jhb2007-03-091-1/+4
* Oof, it is not my day. Unswap the descriptions of EINTR and ERESTART.jhb2007-03-091-2/+2
* Fix a typo in the last that claimed that only masked signals were caught.jhb2007-03-091-2/+2
* Correct descriptions of EINTR and ERESTART errors. Masked signals don'tjhb2007-03-091-2/+2
* - Document cv_wait_unlock(9).jhb2007-03-092-1/+11
* Place mtx_destroy() and rw_destroy() right after mtx_init() and rw_init()jhb2007-03-092-6/+6
* - Sort functions in the order that rwlock(9) and mutex(9) use.jhb2007-03-092-10/+10
* - Sort rwlock functions similar to the order in mutex(9).jhb2007-03-092-6/+10
* Enable ncurses wide character supportrafan2007-03-091-0/+1
* Some minor tweaks and updates to bus_dma(9) including some additional notesjhb2007-03-061-23/+34
* The firmware images must be loaded as modules at the moment.brueffer2007-03-062-9/+18
* As suggested more than once in the lists, drop -M from flags to mfsyar2007-03-061-9/+7
* Move macros describing extended attributes in UFS frommckusick2007-03-062-56/+58
* The firmware files are included in the base system now, reflect this here..brueffer2007-03-052-32/+43
* Another typo.grog2007-03-051-1/+1
* Cosmetics: remove trailing white space, wrap over-long lines.grog2007-03-051-4/+6
* Rearrange function descriptions in more logical order.grog2007-03-041-24/+30
* Markup polishing.ru2007-03-041-2/+3
* style(9) fixes.flz2007-03-022-2/+2
* Add vfs_getopt.9 to the build, and add links for related functions.davidc2007-03-021-0/+6
* Document the mount option handling functions.davidc2007-03-021-0/+197
* - Add missing subdirectories in BSD.usr.dist mtree file.flz2007-03-021-1/+3
* Markup fixes.emaste2007-03-021-2/+3
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-024-1/+21
* Document the new {set,get}{timestamp,counter} messages supported by theemaste2007-03-021-4/+50
* Remove trailing spaces and make the date canonical.ru2007-03-011-8/+8
* New sentence -> new line and contractions removed.brueffer2007-03-011-7/+11
* Update the isp man page.mjacob2007-02-281-27/+41
* Update bus_setup_intr() man page after recent newbus modification:piso2007-02-281-11/+24
* More cleanup for rev. 1.56brueffer2007-02-281-8/+9
* mdoc cleanup for the previous commit and touch .Ddbrueffer2007-02-281-6/+8
* Update the tcp(4) manpage with the new (and some older undocumented) sysctls.mohans2007-02-281-3/+19
* International code for Russian Ruble is changed from RUR to RUBache2007-02-285-5/+5
* Furhter clarifications:grog2007-02-271-6/+15
* In FreeBSD 5.x+, sleep/wakeup operate on threads, not processes.jhb2007-02-271-3/+3
* Fix markup and grammar bugs in recent revisions.ru2007-02-271-6/+8
* Update HISTORY.grog2007-02-271-11/+14
* Add warning about deadlocks created by use of wakeup_one.grog2007-02-271-0/+6
* Add three new ioctl(2) commands for bpf(4).jkim2007-02-261-6/+40
* Add rw_wowned(9) symlink.rwatson2007-02-261-0/+1
* Update rwlock(9) for rw_wowned().rwatson2007-02-261-0/+6
* Document m_pulldown().bms2007-02-261-1/+39
* Fix include declaration it was sys/sctp.h should be netinet/sctp.h,rrs2007-02-261-1/+1
* Declare a `struct extattr' that defines the format of an extendedmckusick2007-02-261-0/+55
OpenPOWER on IntegriCloud