summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Correct the documentation to reflect the fact that BUS_DMA_NOCACHE is arnoland2009-03-221-9/+9
* Document the new default implementation of VOP_VPTOCNP(9).marcus2009-03-081-1/+7
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-022-7/+57
* Mention disk_gone() in disk(9).trasz2009-02-222-1/+10
* Remove the assertive KA_HELD and KA_UNHELD as long as they are dangerous,attilio2009-02-051-18/+1
* Add ENOMEM to the return values.trhodes2009-01-271-24/+16
* DEBUG_REDZONE needs DDB which needs KDB.brueffer2009-01-091-1/+3
* Language cleanup.brueffer2009-01-081-4/+5
* Remove reference to pr_ousrreq from domain(9) since it's now gone fromrwatson2009-01-041-2/+0
* Mdoc and language cleanup.brueffer2009-01-031-13/+17
* pr_pfh has been gone from protosw since r120386 (more than 5 years ago).bz2008-12-231-2/+1
* Boot out <sysexits.h> once and for all.des2008-12-171-7/+4
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+3
* re-add accidentally deleted linekmacy2008-12-151-0/+1
* This main goals of this project are:qingli2008-12-152-93/+15
* Add a man page for VOP_VPTOCNP.marcus2008-12-122-0/+111
* Add entry for if_transmit and if_qflushkmacy2008-12-111-1/+20
* Clarify the reason to not use the volatile string as an argument to CTRkib2008-11-301-6/+11
* Revert r184509: don't encourage the use of sysexits.h with err() andrwatson2008-11-271-2/+2
* Remove vfs_mountedon(9) manual page. The vfs_mountedon(9) has beenhrs2008-11-232-78/+0
* vn_fullpath(9) does not assume vp is locked by the caller now.hrs2008-11-231-3/+3
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-2/+7
* Fix argument layout of devfs_get_cdevpriv().ed2008-11-161-1/+1
* - For maximum flexibility, sparc64 supports BUS_DMA_COHERENT alsomarius2008-11-161-16/+31
* Missing email addressdes2008-11-051-1/+1
* Reflect changes for the vfs_busy() prototype.attilio2008-11-021-18/+7
* Remove obsolete pseudocode from VOP_ACCESS.9, replacing it with somethingtrasz2008-11-011-37/+4
* In style(9) examples of err() and errx(), use sysexits(3) errors ratherrwatson2008-10-311-2/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-283-21/+21
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-23/+3
* Reflect changes into vinvalbuf(9) prototype.attilio2008-10-201-7/+5
* Several documentation fixups related to device minor/major numbers:ed2008-09-283-82/+4
* Add stronger warning that spl is historical. I almost deleted thisimp2008-09-281-0/+12
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-6/+6
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-175-128/+3
* decription of macros to add ddb commandssam2008-09-152-0/+116
* Connect dev_clone.9 and devfs_set_cdevpriv.9 to the build.kib2008-09-151-0/+5
* Remove unneeded comma.kib2008-09-121-1/+1
* Document dev_clone eventhandler interfacekib2008-09-111-0/+74
* Add a first draft of the cdevpriv(9) documentationkib2008-09-111-0/+121
* Document make_dev_credf(9), destroy_dev_sched(9) and destroy_dev_drain(9)kib2008-09-111-4/+123
* Update insmntque(9) manpage, bringing it close to reality.kib2008-09-111-4/+36
* Document BUS_DMA_NOCACHE.kib2008-09-061-0/+7
* Add a note that CTASSERT() should not be used in header files.emaste2008-09-051-1/+9
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-312-8/+4
* Add links to all bpf(9) functions.jkim2008-08-281-0/+8
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-9/+7
* Document that devlistp and devcountp are only updated when there's noimp2008-08-231-1/+5
* Permit Giant to be passed as the explicit interlock either tojhb2008-08-072-0/+24
* Document the new return values for sleepq_abort(), sleepq_broadcast(), andjhb2008-08-071-3/+18
OpenPOWER on IntegriCloud