aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-21371-373/+373
* MFC: r197310Christian Brueffer2009-10-091-17/+13
* MFC: r197300Christian Brueffer2009-10-0914-39/+38
* MFC r196450Julian Elischer2009-09-043-0/+44
* MFC 196417:John Baldwin2009-08-211-0/+4
* MFC 196404:John Baldwin2009-08-201-1/+1
* MFC r196358:Pawel Jakub Dawidek2009-08-181-10/+2
* MFC r196311:Pawel Jakub Dawidek2009-08-171-1/+1
* MFC r196295:Pawel Jakub Dawidek2009-08-171-1/+15
* MFC 196155:Sam Leffler2009-08-1216-986/+2727
* Update epair(4) to the new netisr implementation and polishBjoern A. Zeeb2009-07-261-1/+3
* Fix typo: kproc_resume,.9 -> kproc_resume.9.Colin Percival2009-07-111-1/+1
* Move programming info from usb(4) to usbdi(9) and update for the usb stackAndrew Thompson2009-06-242-1237/+625
* Add stack_print_short() and stack_print_short_ddb() interfaces toRobert Watson2009-06-241-3/+11
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-0/+4
* Document crcopysafe() and crsetgroups().Brooks Davis2009-06-191-5/+37
* Introduce support for adaptive spinning in lockmgr.Attilio Rao2009-06-171-1/+4
* Add an optional callback function that will be invoked when a per-CPUBjoern A. Zeeb2009-06-141-1/+8
* Remove a line break leaving a function return type attached to the oldBjoern A. Zeeb2009-06-141-2/+1
* These are no longer public, so remove the man page.Warner Losh2009-06-092-61/+0
* Add support for multiple passes of the device tree during the boot-timeJohn Baldwin2009-06-094-0/+170
* Try again to add beginnings of netisr(8) man page: this time addRobert Watson2009-06-071-0/+210
* Add beginnings of a netisr(9) man page.Robert Watson2009-06-071-0/+1
* Add a simple API to manage scatter/gather lists of phyiscal addresses.John Baldwin2009-06-012-0/+522
* Use the "flag" word consistently.Edward Tomasz Napierala2009-06-011-2/+2
* Add VOP_ACCESSX, which can be used to query for newly added V*Edward Tomasz Napierala2009-05-302-2/+20
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:Robert Watson2009-05-291-6/+24
* Reverse the logic for ADAPTIVE_SX option and enable it by default.Attilio Rao2009-05-291-5/+5
* Fix style/grammar issues in fail(9) man page.Zachary Loafman2009-05-281-32/+43
* fail(9) support:Zachary Loafman2009-05-272-0/+198
* There are things too complex to be fixed in one commit.Edward Tomasz Napierala2009-05-241-1/+1
* Update man pages after VFS_* changes in r191990.Tom McLaughlin2009-05-246-22/+12
* Fix typo in the manual page.Edward Tomasz Napierala2009-05-241-1/+1
* Add new constants to the acl(9) manual page.Edward Tomasz Napierala2009-05-241-4/+74
* Attempt to clarify some confusing wording regarding atomic_load() andJohn Baldwin2009-05-211-2/+2
* Document sbuf_new_auto().Christian Brueffer2009-05-171-2/+18
* Correct r190283 (partially reverting it) as on sparc64 BUS_DMA_NOCACHEMarius Strobl2009-05-121-5/+13
* Garbage collect man page reference to IFF_NEEDSGIANT.Robert Watson2009-04-181-5/+0
* Remove 'IMPLEMENTATION NOTES' section from acl(9); it was just a copy/pasteEdward Tomasz Napierala2009-04-111-60/+0
* Remove VOP_LEASE(9) man page, as we no longer have a VOP_LEASE() in theRobert Watson2009-04-102-62/+0
* Catch up with recent locking changes.Tom Rhodes2009-04-031-6/+0
* Remove pseudocode from VOP_* manual pages. It was out of date anyway.Edward Tomasz Napierala2009-03-3016-1075/+0
* Add a simple manage for the refcount(9) API.John Baldwin2009-03-302-0/+100
* Correct the documentation to reflect the fact that BUS_DMA_NOCACHE is aRobert Noland2009-03-221-9/+9
* Document the new default implementation of VOP_VPTOCNP(9).Joe Marcus Clarke2009-03-081-1/+7
* Extend the "vfsopt" mount options for more general use. Make structJamie Gritton2009-03-022-7/+57
* Mention disk_gone() in disk(9).Edward Tomasz Napierala2009-02-222-1/+10
* Remove the assertive KA_HELD and KA_UNHELD as long as they are dangerous,Attilio Rao2009-02-051-18/+1
* Add ENOMEM to the return values.Tom Rhodes2009-01-271-24/+16
* DEBUG_REDZONE needs DDB which needs KDB.Christian Brueffer2009-01-091-1/+3