aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Refactor some of the MI kernel dump code in preparation for netdump.Mark Johnston2018-05-061-68/+95
* Add an mbuf allocator for netdump.Mark Johnston2018-05-061-0/+194
* Style.Mark Johnston2018-05-061-3/+3
* for bus suspend, detach and shutdown iterate children in reverse orderAndriy Gapon2018-05-051-9/+25
* tc: bcopy -> memcpyMateusz Guzik2018-05-041-1/+1
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-044-80/+141
* Fix some races introduced in r332974.Mark Johnston2018-05-042-2/+2
* `dup1_processes -t 96 -s 5` on a dual 8160Matt Macy2018-05-041-2/+2
* Implement support for ifuncs in the kernel linker.Konstantin Belousov2018-05-032-19/+77
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-022-3/+17
* Print the dump progress indicator after calling dump_start().Mark Johnston2018-05-011-3/+3
* Report the kernel base address properly in kldstat when using PowerPC kernelsNathan Whitehorn2018-05-011-1/+6
* Disable connectat/bindat with AT_FDCWD in capmodeEd Maste2018-04-301-0/+10
* systrace: track it like sdt probesMateusz Guzik2018-04-272-3/+6
* clk: Put the sysctls under hw.clock instead of clockEmmanuel Vadot2018-04-271-5/+0
* Improve VM page queue scalability.Mark Johnston2018-04-241-2/+1
* Revert r332894 at the request of the submitter.Sean Bruno2018-04-242-101/+1
* Do not totally silence suppressed secondary kasserts unless debug.kassert.do_...Conrad Meyer2018-04-241-4/+15
* Fix debug.kassert.do_log description textConrad Meyer2018-04-241-1/+2
* panic: Optionally, trace secondary panicsConrad Meyer2018-04-241-1/+5
* Update r332860 by changing the default from suppressing post-panicJonathan T. Looney2018-04-241-1/+1
* lockmgr: Add missed neutering during panicConrad Meyer2018-04-241-5/+9
* lockf: change the owner hash from pid to vnode-basedMateusz Guzik2018-04-241-6/+4
* dtrace: depessimize dtmalloc when dtrace is activeMateusz Guzik2018-04-241-3/+4
* lockstat: track lockstat just like sdt probesMateusz Guzik2018-04-241-1/+1
* malloc: stop reading the subzone if MALLOC_DEBUG_MAXZONES == 1 (the default)Mateusz Guzik2018-04-231-19/+36
* Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno2018-04-232-1/+101
* lockf: add per-chain locks to the owner hashMateusz Guzik2018-04-231-18/+27
* lockf: skip locking the graph if not necessary (common case)Mateusz Guzik2018-04-231-6/+9
* lockf: perform wakeup onlly when there is anybody waitingMateusz Guzik2018-04-231-1/+2
* lockf: skip the hard work in lf_purgelocks if possibleMateusz Guzik2018-04-231-0/+7
* lockf: free state only when recycling the vnodeMateusz Guzik2018-04-231-71/+50
* Make bufdaemon and bufspacedaemon use kthread_suspend_check instead ofTijl Coosemans2018-04-221-4/+7
* lockf: slightly depessimizeMateusz Guzik2018-04-222-10/+14
* When running with INVARIANTS, the kernel contains extra checks. However,Jonathan T. Looney2018-04-211-0/+9
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-202-8/+8
* call racct_proc_ucred_changed() under the proc lockAndriy Gapon2018-04-205-13/+42
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-191-23/+11
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-184-4/+58
* Properly do a deep copy of the ioctls capability array for fget_cap().John Baldwin2018-04-171-5/+5
* Stop using fuswintr() and suswintr() in the profiler.Brooks Davis2018-04-171-20/+12
* lio_listio: return EAGAIN instead of EIO when out of resourcesAlan Somers2018-04-161-3/+9
* i386 4/4G split.Konstantin Belousov2018-04-132-6/+17
* locks: extend speculative spin waiting for readers to drainMateusz Guzik2018-04-112-6/+22
* Use explicit_bzero() when cleaning values out of the kernel environment.Ian Lepore2018-04-101-3/+3
* rw: whack avoidable re-reads in try_upgradeMateusz Guzik2018-04-101-8/+9
* Make BPF global lock an SXStephen Hurd2018-04-101-1/+1
* locks: tweak backoff a little bitMateusz Guzik2018-04-081-2/+4
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-0640-53/+0
* Added SAL annotatations to system calls.Brooks Davis2018-04-052-494/+827