summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Fix my email.glebius2013-02-131-1/+1
* Cross-reference vfs_unbusy(9).pluknet2013-02-111-1/+3
* add semicolon to end of CALLOUT_HANDLE_INITIALIZER example.alfred2013-02-081-1/+1
* Technical corrections and improvements for the previous change.pluknet2013-01-281-4/+4
* Update and clarify comments regarding VFS op table initializationpluknet2013-01-241-2/+4
* Use C99 sparse initialization for struct vfsops in pseudocode.pluknet2013-01-211-16/+6
* The Giant lock is no longer used in the vm_map(9) part of the VM.pluknet2013-01-102-9/+6
* Fix some minor inaccuracies introduced in r243251.bjk2013-01-051-6/+6
* lock.9: fix incorrect descriptions of LK_SHARED and LK_DOWNGRADE behavioravg2012-12-231-2/+5
* Reject spaces and double quotation marks in device names. devctl(4)jh2012-12-221-1/+5
* Implemented uma_zone_set_warning(9) function that sets a warning, whichpjd2012-12-071-2/+15
* Document pffinddomain().kevlo2012-12-072-1/+11
* Fix typo.kib2012-12-041-1/+1
* Document the interpretation of the negative value of ticks forkib2012-12-041-1/+8
* Improve grammar.bjk2012-11-181-7/+9
* Remove trailing whitespace.joel2012-11-161-1/+1
* M_USE_RESERVE is no longer deprecated. It is once again supported.alc2012-11-161-8/+7
* Remove description of deprecated IP fragment checksum support.andre2012-11-131-56/+1
* - Lowercase a cross reference to make.pluknet2012-11-131-3/+3
* Avoid an ambiguous reference to mtx_lock(9).pluknet2012-11-131-1/+1
* Correct rmlock(9) xref and add a missing comma.pluknet2012-11-131-2/+2
* Sync with domain and protosw data structures.kevlo2012-11-051-1/+9
* Add descriptions for callout_reset_on and callout_schedule_on andjimharris2012-11-011-1/+35
* Document disk_resize(9).trasz2012-10-302-2/+12
* The argument len of m_pullup(9) could be less than or equal to MHLEN.kevlo2012-10-301-1/+1
* Make it clear that NULL can only be returned when M_NOWAIT was used.trasz2012-10-281-4/+6
* mdoc: sort sections.joel2012-10-261-2/+2
* Fix MINCLSIZE. It should be MHLEN + 1.kevlo2012-10-251-4/+3
* Update zero_copy(9) man page to note the renamed kernel optionsandre2012-10-231-2/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-223-109/+0
* Make PFIL use per-VNET lock instead of per-AF lock. Since most used packetmelifaro2012-10-221-2/+53
* Since the moduledata structure member priv is a void pointer, usingkevlo2012-10-121-1/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-4/+3
* mdoc: remove superfluous paragraph macro.joel2012-09-301-1/+0
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-282-20/+3
* Remove references to brelse and bremfree, which don't actually exist.kevlo2012-09-201-2/+0
* Remove trailing whitespace.joel2012-09-161-1/+1
* Add section describing existing filtering points.melifaro2012-09-161-18/+13
* Add references to VFS_SET(9) and VOP_VPTOFH(9)kevlo2012-09-121-0/+2
* - Move jenkins.h to jenkins_hash.cglebius2012-09-041-9/+44
* Clarify that bus_dma does not stall future load requests once a load isjhb2012-08-301-2/+7
* Remove a duplicated "thread".pluknet2012-08-301-1/+1
* Follow r239818 and remove no more relevant vslock() ENOMEM error.pluknet2012-08-291-4/+1
* Add a manpage for BUS_CHILD_DETACHED().jhb2012-08-212-0/+53
* Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanupjhb2012-08-212-0/+56
* Document DRIVER_MODULE_ORDERED, EARLY_DRIVER_MODULE, andjhb2012-08-212-3/+52
* Streamline use of cdevpriv and correct some corner cases.hselasky2012-08-151-1/+5
* Put parenthesis around sizeof args.kevlo2012-07-173-4/+4
OpenPOWER on IntegriCloud