summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* When a process knote was attached to the process which is already exiting,kib2016-07-011-0/+3
* Currently the ntptime code and resettodr() are Giant-locked. Inkib2016-06-281-74/+100
* Do not use Giant to prevent parallel calls to CLOCK_SETTIME(). Usekib2016-06-282-3/+10
* Complete r302215. TDF_SBDRY | TDF_SERESTART and TDF_SBDRY |kib2016-06-281-6/+20
* Fix userspace build after r302235: do not expose bool field of thekib2016-06-271-2/+2
* When filt_proc() removes event from the knlist due to the processkib2016-06-276-69/+87
* When sleeping waiting for either local or remote advisory lock,kib2016-06-261-1/+3
* Rewrite sigdeferstop(9) and sigallowstop(9) into more flexiblekib2016-06-263-23/+77
* Do not clear robust lists pointers on fork. The forked child threadkib2016-06-251-0/+1
* posixshm: Fix lock leak when mac_posixshm_check_read rejects read.jilles2016-06-231-3/+3
* Generate syscall tables and update pipe() implementation after r302094.brooks2016-06-224-15/+15
* Mark the pipe() system call as COMPAT10.brooks2016-06-221-1/+2
* Add support for COMPAT10 keywords in syscalls.master.brooks2016-06-221-6/+34
* Account for AIO socket operations in thread/process resource usage.jhb2016-06-212-21/+35
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-2/+2
* Fix typo. Note that atomic is still required even for interlocked case.kib2016-06-201-2/+3
* vfs: ifdef out noop vop_* primitives on !DEBUG_VFS_LOCKS kernelsmjg2016-06-171-10/+2
* Add VFS interface to flush specified amount of free vnodes belongingkib2016-06-171-10/+34
* Update comments for the MD functions managing contexts for newkib2016-06-164-12/+10
* Remove XXX comments from kern_thread.c. In one case, there is nokib2016-06-161-3/+3
* Remove code duplication.kib2016-06-161-5/+0
* Move backend-specific fields of kaiocb into a union.jhb2016-06-152-5/+9
* Do not assume that we own the use reference on the covered vnode untilkib2016-06-151-3/+18
* Fix a vnode leak when giving a child jail a too-long path whenjamie2016-06-091-0/+1
* Re-order some jail parameter reading to prevent a vnode leak.jamie2016-06-091-40/+40
* Clean up some logic in jail error messages, replacing a missing test andjamie2016-06-091-12/+10
* Define tunable instead of using CTLFLAG_RWTUN flag with kern.corefile.oshogbo2016-06-091-1/+2
* Add DDB command "kldstat"cem2016-06-091-0/+21
* kvprintf: Pad %*c to width, like %*scem2016-06-091-0/+8
* Make sure the OSD methods for jail set and remove can't run concurrently,jamie2016-06-091-9/+13
* Remove a comment that was part of copied code, and is misleading injamie2016-06-091-6/+0
* Fix some cosmetic issues in kern_fail.c omitted from r296927.markj2016-06-091-15/+11
* Old process credentials for setuid execve must not be dereferencedkib2016-06-081-3/+7
* Introduce the PD_CLOEXEC for pdfork(2).oshogbo2016-06-082-2/+22
* Remove temporary solution for storing interrupt mapping data asskra2016-06-071-143/+11
* INTRNG: As follow up of r301451, implement mapping and configurationmmel2016-06-071-24/+4
* Implement a `show panic` command to DDB which will helpfully print thebz2016-06-062-0/+48
* Get rid of struct proc p_sched and struct thread td_sched pointers.kib2016-06-057-80/+84
* Use ANSI function definition.kib2016-06-051-1/+1
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-051-37/+20
* (1) Add a new bus method to get a mapping data for an interrupt.skra2016-06-053-6/+118
* Add an interface to handle interrupt controllers that have a contiguousandrew2016-06-031-0/+73
* taskqueue: plug a leak in _taskqueue_createmjg2016-06-021-4/+6
* Microoptimize locking primitives by avoiding unnecessary atomic ops.mjg2016-06-014-9/+25
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-011-4/+0
* Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.glebius2016-05-311-0/+1
* Cosmetics - add missing space after ellipses in shutdown messages.trasz2016-05-312-3/+3
* Mark jail(2), and the sysctls that it (and only it) uses as deprecated.jamie2016-05-301-17/+17
* fd: provide a common exit point for unlock in kern_dupmjg2016-05-271-18/+16
* exec: get rid of one vnode lock/unlock pair in do_execvemjg2016-05-271-42/+30
OpenPOWER on IntegriCloud