summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new bus methods for mapping resources.jhb2016-05-203-4/+146
* Move IPv6 malloc tag definitions into the IPv6 code.markj2016-05-201-3/+0
* Adjust the creation of tq_name so it can be freed correctlyscottl2016-05-191-7/+8
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-191-1/+3
* The SA-16:19 wouldn't have happened if the sockargs() had properly typedglebius2016-05-181-9/+4
* Fix misleading comments in bus_if.mrpokala2016-05-181-4/+4
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-181-4/+4
* Ensure that ftruncate(2) is performed synchronously when file iskib2016-05-181-0/+2
* Import the 'iflib' API library for network drivers. From the author:scottl2016-05-183-10/+405
* Do not acquire the thread lock in hardclock_cnt() unless needed.markj2016-05-181-3/+5
* Micro-optimize sleepq_broadcast().markj2016-05-181-4/+3
* Remove the MUTEX_DEBUG kernel option.markj2016-05-181-36/+0
* Guard the lockstat:::thread-spin probe with KDTRACE_HOOKS.markj2016-05-181-0/+2
* lockstat:::thread-spin should only fire after spinning for the lock.markj2016-05-181-1/+2
* Add a comment and KASSERT that a M_NOFREE mbuf has always EXT_EXTREF ext.glebius2016-05-171-2/+9
* Don't forget to quote \ characters with \.imp2016-05-171-1/+1
* Validate that user supplied control message length is not negative.glebius2016-05-171-0/+3
* Document the formatting requirements of location and pnpinfo strings.jhb2016-05-171-1/+15
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-174-160/+480
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-162-1/+247
OpenPOWER on IntegriCloud