summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a safety net to reclaim mbufs when one of the mbuf zones becomejtl2015-12-201-0/+78
* proc: fix a race which could result in dereference of bad p_pgrp pointer on forkmjg2015-12-181-0/+1
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-182-0/+1519
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-171-14/+5
* Fix style issues around existing SDT probes.markj2015-12-168-76/+69
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-165-18/+35
* Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up akib2015-12-162-29/+52
* Simplify the loop step in the flushbuflist() and make it independed onkib2015-12-161-4/+3
* Don't call wakeup if we're just returning reserved space; justadrian2015-12-161-1/+1
* Fix jail name checking that disallowed anything that starts with '0'.jamie2015-12-151-3/+6
* Tweak comments.trasz2015-12-132-3/+3
* Actually make the 'amount' argument to racct_adjust_resource() signed,trasz2015-12-131-1/+1
* Avoid useless relocking.trasz2015-12-131-1/+1
* Don't make assertions about td_critnest when the scheduler is stopped.markj2015-12-111-6/+3
* Create the MDT_PNP_INFO metadata record to communicate PNP info aboutimp2015-12-111-3/+3
* Don't use 0 for pointer comparisonsmh2015-12-081-1/+1
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-072-99/+91
* Replace magic value ELF note type with NT_FREEBSD_ABI_TAGemaste2015-12-071-1/+1
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-071-1/+5
* We need to zero out the clustering variables in a freed vnode structure.mckusick2015-12-041-0/+3
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-032-15/+108
* We need to zero out the union of pointers in a freed vnode structure.mckusick2015-12-031-0/+1
* Missed header_supported call from r291020: make really, really sure the brandnwhitehorn2015-12-011-0/+3
* capsicum: plug spurious memset in __cap_rights_initmjg2015-12-011-1/+0
* As the kernel allocates and frees vnodes, it fully initializes themmckusick2015-11-291-32/+101
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-282-9/+0
* Remove VI_AGE vnode iflag, it is unused.kib2015-11-271-13/+4
* Move the comment about resident pages preventing vnode from leavingkib2015-11-271-5/+11
* Check that hhk_helper pointer isn't NULL before access.ae2015-11-251-1/+2
* Rework the vnode cache recycling to meet free and unused vnodeskib2015-11-241-83/+233
* The buffer passed to an sbuf drain callback is not necessarilymarkj2015-11-231-1/+1
* Split kerne timekeep ABI structure vdso_sv_tk out of the structkib2015-11-231-46/+79
* Remove remnants of the old NFS from vnode pager.glebius2015-11-201-6/+0
* The freebsd4_getfsstat() was broken in r281551 to always return 0 on success.trasz2015-11-201-4/+9
* Consistently enforce the restriction against calling malloc/free when in ajtl2015-11-191-0/+9
* Remove a commented-out debug print.markj2015-11-191-6/+0
* Add support for a configurable output channel to witness(4).markj2015-11-192-61/+163
* Add vlog(9).markj2015-11-191-1/+7
* Extend r270123 to run the brand info's header_supported() routine fornwhitehorn2015-11-181-2/+5
* - Unbreak dumpsys(9) on sparc64 after r276772marius2015-11-161-2/+8
* Speed up rctl operation with large rulesets, by holding the locktrasz2015-11-155-20/+72
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-1/+1
* Export various helper variables describing the layout and size ofjhb2015-11-123-0/+26
* Add new async_drain to the callout system. This is so-far not used butrrs2015-11-101-6/+29
* Fix a bug in the CPU % limiting codejpaetzel2015-11-101-8/+8
* Make naming more consistent; no functional changes.trasz2015-11-081-4/+4
* Speed up rctl(8) rule retrieval; the difference shows mostly in "rctl -n",trasz2015-11-081-17/+29
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-0/+8
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countmarkj2015-11-081-2/+1
* Flesh out sysctl types further (follow-up of r290475)cem2015-11-071-2/+53
OpenPOWER on IntegriCloud