aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* pipe: drop spurious pipeunlock/pipelock cycle on writeMateusz Guzik2020-11-251-16/+5
* kern: cpuset: properly rebase when attaching to a jailKyle Evans2020-11-251-21/+100
* kern: cpuset: rename _cpuset_create() to cpuset_init()Kyle Evans2020-11-251-9/+7
* kern: cpuset: allow cpuset_create() to take an allocated *setpKyle Evans2020-11-251-5/+17
* kern: never restart syscalls calling closefp(), e.g. close(2)Kyle Evans2020-11-251-0/+9
* Fix a typo in a comment.Cy Schubert2020-11-241-1/+1
* locks: push lock_delay_arg_init calls downMateusz Guzik2020-11-244-20/+21
* sx: drop spurious volatile keywordMateusz Guzik2020-11-241-2/+2
* dtrace: stop using eventhandlers for the part compiled into the kernelMateusz Guzik2020-11-234-35/+31
* thread: stash domain id to work around vtophys problems on ppc64Mateusz Guzik2020-11-231-1/+2
* Provide ABI modules hooks for process exec/exit and thread exit.Konstantin Belousov2020-11-234-0/+17
* Remove the 'wantparent' variable, unused since r145004.Edward Tomasz Napierala2020-11-231-10/+4
* cpuset_setproc: use the appropriate parent for new anonymous setsKyle Evans2020-11-231-1/+1
* freebsd32: take the _umtx_op struct definitions backKyle Evans2020-11-231-21/+0
* kern: dup: do not assume oldfde is validKyle Evans2020-11-231-5/+12
* [2/2] _umtx_op: introduce 32-bit/i386 flags for operationsKyle Evans2020-11-221-41/+185
* _umtx_op: move compat32 definitions back inKyle Evans2020-11-221-1/+45
* fd: free old file descriptor tables when not sharedRobert Wing2020-11-221-6/+14
* Stop using eventhandlers for itimers subsystem exec and exit hooks.Konstantin Belousov2020-11-213-46/+38
* Remove unused prototype.Konstantin Belousov2020-11-211-2/+0
* Stop using eventhandler to invoke umtx_exec hook.Konstantin Belousov2020-11-212-8/+6
* Only attempt a VOP_UNLOCK() when the vn_lock() has been successful.Kirk McKusick2020-11-201-1/+1
* Also pass interrupt binding request to non-root interrupt controllers.Michal Meloun2020-11-201-3/+0
* pipe: thundering herd problem in pipelockMateusz Guzik2020-11-191-4/+10
* callout(9): Fix a race between CPU migration and callout_drain()Mark Johnston2020-11-191-2/+2
* Add an option for entering KDB on recursive panicsMitchell Horne2020-11-191-0/+7
* thread: numa-aware zombie reapingMateusz Guzik2020-11-191-18/+122
* pipe: tidy up pipelockMateusz Guzik2020-11-191-3/+6
* pipe: allow for lockless pipe_statMateusz Guzik2020-11-191-17/+16
* cred: fix minor nits in r367695Mateusz Guzik2020-11-191-0/+1
* smp: fix smp_rendezvous_cpus_retry usage before smp startsMateusz Guzik2020-11-191-0/+15
* Remove NO_EVENTTIMERS supportMark Johnston2020-11-192-23/+3
* Add CTLFLAG_MPSAFE to the suser_enabled sysctl.Mariusz Zaborski2020-11-181-2/+2
* jail: introduce per jail suser_enabled settingMariusz Zaborski2020-11-182-10/+66
* Fix style nits.Mariusz Zaborski2020-11-182-3/+3
* Fix a few nits in vn_printf().John Baldwin2020-11-181-3/+5
* _umtx_op: fix robust lists after r367744Kyle Evans2020-11-181-1/+1
* linux(4) clone(2): Correctly handle CLONE_FS and CLONE_FILESConrad Meyer2020-11-171-2/+8
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-1713-136/+288
* unix(4): Enhance LOCAL_CREDS_PERSISTENT ABIConrad Meyer2020-11-171-17/+42
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-11/+19
* Fix !COMPAT_FREEBSD32 kernel buildKyle Evans2020-11-171-0/+2
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-171-396/+258
* _umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATEKyle Evans2020-11-171-3/+3
* vmem: trivial warning and style fixes.Konstantin Belousov2020-11-171-7/+5
* cpuset: refcount-cleanMateusz Guzik2020-11-171-2/+2
* malloc: make malloc_large closer to standaloneMateusz Guzik2020-11-161-70/+62
* select: call seltdfini on process and thread exitMateusz Guzik2020-11-162-1/+4
* select: replace reference counting with memory barriers in selfdMateusz Guzik2020-11-161-9/+9
* sched: fix an incorrect comparison in sched_lend_user_prio_condMateusz Guzik2020-11-152-2/+2