summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* session: avoid proctree lock on proc exit when possiblemjg2016-01-202-53/+74
* session: tidy up fixjobcmjg2016-01-201-13/+7
* Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnationmarius2016-01-191-2/+10
* Various cleanups to the main function for AIO kernel processes:jhb2016-01-191-85/+34
* Don't create a dedicated session for each AIO kernel process.jhb2016-01-191-3/+0
* Add vrefl(), a locked variant of vref(9).markj2016-01-181-19/+28
* When cleaning up from failed adv locking and checking for write, dokib2016-01-171-24/+15
* Remove aiod_timeout.jhb2016-01-141-9/+0
* Rename aiod_bio taskqueue to aiod_kick.jhb2016-01-141-4/+4
* Call crextend() before copying old credentials to the new credentialsglebius2016-01-141-2/+1
* Fix a bug introduced in r291716:cperciva2016-01-111-24/+2
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-092-0/+2
* Prevent cv_waiters wraparound.markj2016-01-091-7/+26
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andglebius2016-01-082-252/+434
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-082-5/+22
* Revert r293405: it breaks socket buffer INVARIANTS when sending controlglebius2016-01-081-1/+1
* For SOCK_STREAM socket use sbappendstream() instead of sbappend().glebius2016-01-081-1/+1
* 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
OpenPOWER on IntegriCloud