summaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-182-0/+2
* proc.h: Reformat P_ and P2_ definitions.Konstantin Belousov2020-12-181-45/+66
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-1/+1
* Patch annotation in sigdeferstopMateusz Guzik2020-12-131-1/+1
* fd: fix fdrop prediction when closing a fdMateusz Guzik2020-12-131-0/+11
* Provide userland notification of gpio pin changes ("userland gpio interrupts").Ian Lepore2020-12-121-4/+60
* Bump __FreeBSD_version for removal of crypto fd's in r368005.John Baldwin2020-12-071-1/+1
* Allow sys/refcount.h to be used by standalone builds.Hans Petter Selasky2020-12-071-1/+1
* Add kern_ntp_adjtime(9).Konstantin Belousov2020-12-041-0/+2
* rtld: bump r_debug.r_version to 1 from current 0.Konstantin Belousov2020-12-011-1/+4
* Add a kstack_contains() helper function.John Baldwin2020-12-011-0/+7
* vt: if loader did pass the font via metadata, use itToomas Soome2020-11-302-0/+9
* Import kernel WireGuard supportMatt Macy2020-11-291-0/+1
* Reduce MAXPHYS back to 128KB on 32bit architectures.Konstantin Belousov2020-11-291-2/+6
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-284-7/+9
* callout(9): Remove some leftover APM BIOS supportMark Johnston2020-11-271-5/+0
* Make max ticks for pause in vn_lock_pair() adjustable at runtime.Konstantin Belousov2020-11-261-0/+2
* thread: staticize thread_reap and move td_allocdomainMateusz Guzik2020-11-261-1/+0
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-251-1/+1
* dtrace: stop using eventhandlers for the part compiled into the kernelMateusz Guzik2020-11-231-0/+5
* thread: stash domain id to work around vtophys problems on ppc64Mateusz Guzik2020-11-231-0/+1
* Provide ABI modules hooks for process exec/exit and thread exit.Konstantin Belousov2020-11-231-0/+3
* [2/2] _umtx_op: introduce 32-bit/i386 flags for operationsKyle Evans2020-11-221-0/+7
* _umtx_op: move compat32 definitions back inKyle Evans2020-11-222-19/+0
* Stop using eventhandlers for itimers subsystem exec and exit hooks.Konstantin Belousov2020-11-211-5/+2
* Stop using eventhandler to invoke umtx_exec hook.Konstantin Belousov2020-11-211-0/+1
* pipe: thundering herd problem in pipelockMateusz Guzik2020-11-191-2/+3
* pipe: allow for lockless pipe_statMateusz Guzik2020-11-191-2/+7
* cred: fix minor nits in r367695Mateusz Guzik2020-11-191-1/+2
* jail: introduce per jail suser_enabled settingMariusz Zaborski2020-11-181-1/+2
* fd: reorder struct file to reduce false sharingMateusz Guzik2020-11-181-3/+3
* linux(4) clone(2): Correctly handle CLONE_FS and CLONE_FILESConrad Meyer2020-11-171-1/+2
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-174-28/+47
* unix(4): Enhance LOCAL_CREDS_PERSISTENT ABIConrad Meyer2020-11-171-1/+18
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-0/+3
* sys/proc.h: improve comment for new TDP2 flagKyle Evans2020-11-171-1/+1
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-173-0/+21
* cpuset: reorder so that cs_mask does not share cacheline with cs_refMateusz Guzik2020-11-171-4/+4
* cred: annotate credbatch_process argument as unusedMateusz Guzik2020-11-141-1/+1
* thread: batch credential freeingMateusz Guzik2020-11-141-0/+22
* thread: batch resource limit free callsMateusz Guzik2020-11-141-0/+1
* cred: reorder cr_audit to be closer to the lockMateusz Guzik2020-11-141-1/+1
* Implement vn_lock_pair().Konstantin Belousov2020-11-131-0/+2
* [malloc] quieten -Werror=missing-braces with malloc.h wth gcc-6.4Adrian Chadd2020-11-131-1/+0
* malloc: retire malloc_last_failMateusz Guzik2020-11-122-2/+1
* thread: lockless zombie list manipulationMateusz Guzik2020-11-111-1/+4
* Remove an extraneous parameter from SIGIO_ASSERT_LOCKED()Mark Johnston2020-11-111-1/+1
* Fix a pair of races in SIGIO registrationMark Johnston2020-11-111-1/+1
* thread: rework tidhash vs proc lock interactionMateusz Guzik2020-11-111-4/+0
* thread: fix thread0 tid allocationMateusz Guzik2020-11-111-0/+1