aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* thread: batch credential freeingMateusz Guzik2020-11-142-2/+80
* thread: batch resource limit free callsMateusz Guzik2020-11-142-1/+25
* thread: rework tid batch to use helpersMateusz Guzik2020-11-141-13/+66
* thread: pad tid lockMateusz Guzik2020-11-141-1/+1
* malloc: retire MALLOC_PROFILEMateusz Guzik2020-11-131-61/+0
* Allow some VOPs to return ERELOOKUP to indicate VFS operation restart at top ...Konstantin Belousov2020-11-134-7/+39
* Implement vn_lock_pair().Konstantin Belousov2020-11-131-0/+96
* malloc: retire malloc_last_failMateusz Guzik2020-11-121-17/+0
* thread: move nthread management out of tid_allocMateusz Guzik2020-11-121-16/+44
* umtx: drop incorrect timespec32 definitionKyle Evans2020-11-111-5/+1
* thread: batch tid_free calls in thread_reapMateusz Guzik2020-11-111-6/+52
* thread: lockless zombie list manipulationMateusz Guzik2020-11-111-23/+25
* Fix a pair of races in SIGIO registrationMark Johnston2020-11-113-75/+86
* thread: add more fine-grained tidhash lockingMateusz Guzik2020-11-111-11/+21
* thread: rework tidhash vs proc lock interactionMateusz Guzik2020-11-114-42/+81
* thread: fix thread0 tid allocationMateusz Guzik2020-11-112-2/+5
* thread: tidy up r367543Mateusz Guzik2020-11-101-8/+1
* Allow rtprio_thread to operate on threads of any processMateusz Guzik2020-11-101-2/+1
* thread: retire thread_findMateusz Guzik2020-11-101-13/+0
* thread: use tdfind in sysctl_kern_proc_kstackMateusz Guzik2020-11-101-2/+8
* threads: remove the unused TID_BUFFER_SIZE macroMateusz Guzik2020-11-101-2/+0
* thread: adds newer bits for r367537Mateusz Guzik2020-11-101-3/+3
* threads: reimplement tid allocation on top of a bitmapMateusz Guzik2020-11-091-35/+34
* threads: introduce a limit for total numberMateusz Guzik2020-11-092-9/+58
* vfs: group mount per-cpu vars into one structMateusz Guzik2020-11-095-79/+100
* malloc: provide 384 byte zoneMateusz Guzik2020-11-091-0/+1
* malloc: retire mt_stats_zone in favor of pcpu_zone_64Mateusz Guzik2020-11-091-10/+2