summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a sched_yield() to work around low memory conditions in the current code.adrian2015-11-071-0/+17
* Round out SYSCTL macros to the full set of fixed-width typescem2015-11-071-1/+33
* fd: implement kern.proc.nfds sysctlmjg2015-11-071-0/+24
* When dumping an rman in DDB, include the RID of each resource.jhb2015-11-051-1/+2
* Have elf_lookup() return an error if the specified non-weak symbol couldmarkj2015-11-031-0/+4
* Define `fhard` in pps_event(..) only when PPS_SYNC is defined to mutengie2015-11-021-1/+8
* Define `compress` in `__elfN(coredump)` when #ifdef GZIO is true to mutengie2015-11-021-0/+2
* The error classification from lower layers is a poor indicator ofimp2015-10-311-5/+3
* Minor (and incomplete) style cleanup.kib2015-10-301-5/+8
* Also mark compat32 umtx op table as constant.kib2015-10-301-1/+1
* Use C99 array initialization, which also makes the codekib2015-10-301-58/+61
* After r290196, the kernel won't wait for stuff like gmirror nodestrasz2015-10-301-0/+30
* Make root mount wait mechanism smarter, by making it wait only if the roottrasz2015-10-301-17/+50
* getnewbuf: Initialize bp to avoid uninitialized pointer dereference and brels...bdrewery2015-10-291-0/+1
* Add missing NULL check in physio().hselasky2015-10-291-1/+7
* Add a note to the effect that BUS_ADD_CHILD callsimp2015-10-281-1/+3
* Bring the tags and links entries for amd64 up to date.mckusick2015-10-271-15/+29
* The aio_waitcomplete(2) syscall should not sleep when the given timeoutpjd2015-10-251-2/+9
* Sysctl: Add common support for U8, U16 typescem2015-10-221-0/+64
* Missing regen after last change to sys/kern/syscalls.master.jhb2015-10-222-2/+2
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-221-0/+4
* Add a way to distinguish between forking and thread creation in schedtail.ed2015-10-222-1/+5
* Trim spaces at end of line to record the proper commit message forkib2015-10-201-1/+1
* Mark struct thread zone as type-stable.kib2015-10-201-1/+1
* Reviewed by: jhb, phokib2015-10-201-1/+12
OpenPOWER on IntegriCloud