summaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Optionally bind ktls threads to NUMA domainsAndrew Gallatin2020-12-191-3/+39
* kern: cpuset: allow jails to modify child jails' rootsKyle Evans2020-12-191-5/+20
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-182-4/+12
* Use a template assembly file for firmware object files.John Baldwin2020-12-171-0/+49
* Fix a race in tty_signal_sessleader() with unlocked read of s_leader.Konstantin Belousov2020-12-171-2/+9
* fd: reimplement close_range to avoid spurious relockingMateusz Guzik2020-12-171-25/+30
* audit: rework AUDIT_SYSCLOSEMateusz Guzik2020-12-171-12/+15
* fd: refactor closefp in preparation for close_range reworkMateusz Guzik2020-12-171-21/+43
* fd: remove redundant saturation check from fget_unlocked_seqMateusz Guzik2020-12-161-7/+0
* uipc: disable prediction in unp_pcb_lock_peerMateusz Guzik2020-12-131-1/+1
* cache: fix ups bad predictsMateusz Guzik2020-12-131-3/+9
* vfs: correctly predict last fdrop on failed openMateusz Guzik2020-12-131-1/+1
* Fix TDP_WAKEUP/thr_wake(curthread->td_tid) after r366428.Konstantin Belousov2020-12-131-3/+1
* Correct indent.Konstantin Belousov2020-12-131-1/+1
* fd: fix fdrop prediction when closing a fdMateusz Guzik2020-12-131-1/+1
* cache_fplookup: quiet gcc -Wreturn-typeRyan Libby2020-12-111-0/+1
* fd: make serialization in fdescfree_fds conditional on hold countMateusz Guzik2020-12-101-3/+7
* Plug a race between fd table teardown and several loopsMark Johnston2020-12-091-0/+12
* Use refcount_load(9) to load fd table reference countsMark Johnston2020-12-091-9/+14
* cpuset_set{affinity,domain}: do not allow empty masksKyle Evans2020-12-081-5/+14
* kern: cpuset: resolve race between cpuset_lookup/cpuset_relKyle Evans2020-12-081-2/+10
* kern: cpuset: plug a unr leakKyle Evans2020-12-081-0/+5
* vfs: add cleanup on error missed in r368375Mateusz Guzik2020-12-061-0/+1
* vfs: factor buffer allocation/copyin out of nameiMateusz Guzik2020-12-061-23/+38
* vfs: keep bad ops on vnode reclaimMateusz Guzik2020-12-051-6/+0
* Add kern_ntp_adjtime(9).Konstantin Belousov2020-12-041-52/+64
* kern: soclose: don't sleep on SO_LINGER w/ timeout=0Kyle Evans2020-12-041-1/+2
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-031-1/+1
* Add support for hw.physmem tunable for ARM/ARM64/RISC-V platformsOleksandr Tymoshenko2020-12-031-5/+32
* select: make sure there are no wakeup attempts after selfdfree returnsMateusz Guzik2020-12-021-8/+17
* lio_listio(2): send signal even if number of jobs is zero.Konstantin Belousov2020-12-011-5/+7
* vfs_aio.c: style.Konstantin Belousov2020-12-011-9/+8
* vfs_aio.c: correct comment.Konstantin Belousov2020-12-011-2/+2
* vmem: Revert r364744Mark Johnston2020-12-011-5/+1
* Move inner loop logic out of sysctl_sysctl_next_ls().Alexander V. Chernikov2020-11-301-89/+130
* vt: if loader did pass the font via metadata, use itToomas Soome2020-11-301-0/+1
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-0/+8
* Import kernel WireGuard supportMatt Macy2020-11-291-0/+13
* bio aio: Destroy ephemeral mapping before unwiring page.Konstantin Belousov2020-11-291-4/+3
* Remove alignment requirements for KVA buffer mapping.Alexander Motin2020-11-291-23/+5
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-288-57/+131
* kern: cpuset: drop the lock to allocate domainsetsKyle Evans2020-11-281-8/+13
* callout(9): Remove some leftover APM BIOS supportMark Johnston2020-11-271-65/+0
* vn_read_from_obj(): fix handling of doomed vnodes.Konstantin Belousov2020-11-261-3/+3
* More careful handling of the mount failure.Konstantin Belousov2020-11-261-4/+21
* Make max ticks for pause in vn_lock_pair() adjustable at runtime.Konstantin Belousov2020-11-262-1/+11
* thread: staticize thread_reap and move td_allocdomainMateusz Guzik2020-11-261-2/+3
* pipe: follow up cleanup to previousMateusz Guzik2020-11-251-8/+8
* 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