summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* Major callout subsystem cleanup and rewrite:hselasky2015-01-152-459/+402
* Remove no longer used "M_FLOWID" flag and update the netisr manpage.hselasky2015-01-111-6/+6
* Fix the counter_u64_alloc arguementbrd2015-01-071-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+7
* Prevent live-lock and access of destroyed data in taskqueue_drain_all().gibbs2015-01-041-4/+10
* Mention cc_cdg.kevlo2014-12-261-1/+2
* Replace CC_VAR with CCV, since the CC_VAR macro doesn't exist.kevlo2014-12-252-4/+6
* Fix various mdoc issues and some EOL whitespace.brueffer2014-12-2129-56/+56
* Properly sort Xr to silence mandoc warnings.dchagin2014-12-152-2/+2
* Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).dchagin2014-12-134-10/+43
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-9/+19
* callout(9): add sbt flavors of callout_scheduleavg2014-11-252-4/+23
* Misc mdoc fixes:joel2014-11-233-8/+6
* Create a vimage.9 link to vnet.9rodrigc2014-11-211-0/+1
* MFp4: @179066rodrigc2014-11-202-0/+503
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-3/+2
* Fix two issues with lockmgr(9) LK_CAN_SHARE() test, which determineskib2014-11-021-2/+25
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-312-15/+17
* Actually install casuword(9) to fix build.jkim2014-10-281-0/+1
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-283-8/+157
* minor updates to make it more explicit that when using fpu_kern_thread,jmg2014-10-231-5/+10
* it is not cast to a pointer of the specified type, it is cast to thejmg2014-10-211-1/+1
* spell out the arguments..jmg2014-10-211-5/+6
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-11/+20
* Add a complete implementation of MurmurHash3. Tweak both implementationsdes2014-10-181-4/+28
* Forgot to bump Dd.jhb2014-10-081-1/+1
* Rewrite timeout(9) to be callout(9)-centric instead. Move the descriptionjhb2014-10-081-278/+434
* Bump .Ddlwhsu2014-10-031-1/+1
* Reflect the chanages in sleepqueue.h and subr_sleepqueue.clwhsu2014-09-222-43/+7
* Add missing mlinks for section 9.trasz2014-09-221-13/+164
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-1/+0
* Remove sys/types.h include as per style (9)smh2014-09-181-1/+0
* Add dtrace probe support for zfs SET_ERROR(..)smh2014-09-181-1/+4
* Add missing link to TIMEOUT_TASK_INIT(9).trasz2014-09-181-1/+2
* Add missing links to taskqueue(9).trasz2014-09-181-0/+6
* Add a brief description of CTLFLAG_VNET flag. Since the VIMAGE isglebius2014-09-151-1/+3
* - Fix argument list after 271387.glebius2014-09-121-6/+4
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-4/+16
* - Add missing "joel2014-09-091-44/+44
* Add description of "sysctl_remove_name()" function.hselasky2014-08-282-4/+31
* Fix return type of callout_init_rm() and add return type togavin2014-08-201-2/+3
* Fix a typo.jhb2014-08-111-1/+1
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-033-71/+1
* - Spelling correctionshselasky2014-08-021-6/+6
* - Updated SYSCTL manual pages after recent changes to the kernelhselasky2014-07-314-482/+514
* Remove trailing comma from ending Xrefgjb2014-07-301-1/+1
* mdoc: remove superfluous paragraph macro.joel2014-07-291-1/+0
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-5/+1
* Add VOP_GETVOBJECT.9 to obsolete files, un-xref.pluknet2014-07-291-1/+0
* Explicitely mention that inactivated or reclaimed vnode is lockedkib2014-07-271-1/+2
OpenPOWER on IntegriCloud