summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Convert tty common code to use make_dev_s().kib2016-01-071-52/+47
* Provide yet another KPI for cdev creation, make_dev_s(9).kib2016-01-071-23/+75
* cache: ansify functions and fix some style issuesmjg2016-01-071-38/+17
* Two fixes for excessive iterations after r292326.kib2016-01-052-10/+8
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-021-3/+35
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingmarius2015-12-301-3/+0
* Add ptrace(2) reporting for LWP events.jhb2015-12-294-22/+70
* Call kern_thr_exit() instead of duplicating it.jhb2015-12-291-8/+3
* Verify that tv_sec value specified in settimeofday() and clock_settime()dchagin2015-12-271-2/+4
* Do not substitute interpeter if the brand interpreter path iskib2015-12-261-1/+3
* Only allow one PT_INTERP ELF program header. This also fixes a potentialjtl2015-12-241-0/+5
* Fix r292640ngie2015-12-231-2/+2
* Clean up trailing whitespace; no functional changengie2015-12-231-7/+7
* Fold lim_shared into lim_copy to mute a -Wunused compiler warning fromngie2015-12-221-10/+1
* If we annoy user with the terminal output due to failed load ofkib2015-12-221-1/+2
* 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
OpenPOWER on IntegriCloud