summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* exec: Provide execpath in imgp for the process_exec hook.bdrewery2016-05-261-8/+16
* exec: Add credential change information into imgp for process_exec hook.bdrewery2016-05-261-86/+102
* crypto routines: Hint minimum buffer sizes to the compilercem2016-05-262-9/+5
* Add support for boolean sysctl's.hselasky2016-05-261-0/+35
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-252-6/+0
* Silence false LOR report due to the taskqueue mutex and kqueue lockkib2016-05-241-2/+2
* Return the correct status when a partially completed request is cancelled.jhb2016-05-241-1/+6
* Limit calling pmc_hook to when the interrupt comes while running userspace.andrew2016-05-241-1/+2
* Don't prematurely return short completions on blocking sockets.jhb2016-05-241-32/+44
* Fix build of kern/subr_unit.c, broken by r300539asomers2016-05-241-3/+3
* Add bit_count to the bitstring(3) apiasomers2016-05-231-4/+3
* Add the needed hwpmc hooks to subr_intr.c. This is needed for the correctandrew2016-05-231-0/+9
* Use DELAY() instead of _sleep() when SCHEDULER_STOPPED() is set insidehselasky2016-05-231-1/+1
* Fix typo introduced by me (not the submitter) when fixing typosbapt2016-05-221-1/+1
* Fix typos in the commentsbapt2016-05-221-3/+3
* fix loss of taskqueue wakeups (introduced in r300113)avg2016-05-211-10/+3
* Add sglist functions for working with arrays of VM pages.jhb2016-05-201-25/+76
* Consistently set status to -1 when completing an AIO request with an error.jhb2016-05-202-6/+20
OpenPOWER on IntegriCloud