summaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* clockcalib: Fix an overflow bugMark Johnston2022-05-051-1/+1
* Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n...Konstantin Belousov2022-04-192-3/+1
* linker: Permit CTFv3 containersMark Johnston2022-04-181-4/+4
* linker: Simplify CTF container handlingMark Johnston2022-04-181-28/+16
* vfs: fixup WANTIOCTLCAPS on openMateusz Guzik2022-04-063-1/+9
* vfs: fix memory leak on lookup with fds with ioctl capsMateusz Guzik2022-04-064-53/+81
* vfs: add missing bits to vdropl_implMateusz Guzik2022-03-271-0/+6
* vfs: [2/2] fix stalls in vnode reclaim by only counting attemptsMateusz Guzik2022-03-251-2/+23
* vfs: [1/2] fix stalls in vnode reclaim by not requeieing from vnlruMateusz Guzik2022-03-251-10/+45
* Allow kern.ipc.maxsockets to be set to current value without errorAllan Jude2022-03-241-1/+1
* buf_alloc(): Stop using LK_NOWAIT, use LK_NOWITNESSKonstantin Belousov2022-03-141-1/+1
* rmlock: Temporarily revert commit c84bb8cd771cMark Johnston2022-03-071-2/+2
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-071-16/+51
* cache: improve vnode vs name assertion in cache_enter_timeMateusz Guzik2022-03-051-6/+9
* cache: remove NOCACHE handling from cache_fplookup_noentryMateusz Guzik2022-03-051-5/+3
* cache: whack "set but not used" warningsMateusz Guzik2022-03-051-3/+3
* cache: only let non-dir descriptors through when doing EMPTYPATH lookupsMateusz Guzik2022-03-051-1/+10
* cache: only assert on flags when dealing with EMPTYPATHMateusz Guzik2022-03-051-1/+2
* cache: add empty path supportMateusz Guzik2022-03-053-12/+73
* cache: retire cache_fast_revlookup sysctlMateusz Guzik2022-03-051-6/+3
* rmlock: Micro-optimize read lockingMark Johnston2022-03-041-2/+2
* vfs_unregister: fix error handlingMarvin Ma2022-03-031-2/+1
* posixshm: Allow jails to use kern.ipc.posix_shm_listJamie Gritton2022-03-021-1/+1
* Fix lockstat:::thread-spin dtrace probe with LOCK_PROFILINGEric van Gyzen2022-03-021-0/+2
* sleepqueue: Annotate sleepq_max_depth as staticMark Johnston2022-02-211-1/+1
* linux: Add additional ptracestop only if the debugger is LinuxEdward Tomasz Napierala2022-02-211-2/+8
* linux: implement PTRACE_EVENT_EXECEdward Tomasz Napierala2022-02-211-0/+12
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2022-02-212-19/+5
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2022-02-211-0/+17
* Implement unprivileged chrootEdward Tomasz Napierala2022-02-141-2/+15
* Fix the build after commit 5fa005e91560785dad5183db080209447afde3c2Mark Johnston2022-02-161-1/+1
* Use vmspace->vm_stacktop in place of sv_usrstack in more places.John Baldwin2022-02-161-2/+2
* exec: Reimplement stack address randomizationMark Johnston2022-02-163-34/+81
* ktls: Disallow transmitting empty frames outside of TLS 1.0/CBC modeMark Johnston2022-02-162-6/+17
* file: Make fget*() and getvnode*() consistent about initializing *fppMark Johnston2022-02-162-2/+12
* Fix gzip compressed core dumps on big endian architecturesJustin Hibbits2022-02-141-2/+3
* tty_info: Avoid warning by using logical instead of bitwise operatorsDimitry Andric2022-02-111-2/+2
* x86: Speed up clock calibrationColin Percival2022-02-111-0/+183
* sched: separate out schedinit_ap()Kyle Evans2022-02-102-7/+29
* execve: disallow argc == 0Kyle Evans2022-02-101-0/+6
* mbuf(9): Assert receive mbufs don't carry a send tag.Hans Petter Selasky2022-02-102-0/+2
* kern_racct: Fix a typo in a source code commentGordon Bergling2022-02-091-1/+1
* kern_fflock: Fix a typo in a source code commentGordon Bergling2022-02-091-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-085-5/+0
* Add GB_NOWITNESS flagKonstantin Belousov2022-02-071-1/+4
* syncer VOP_FSYNC(): unlock syncer vnode around call to VFS_SYNC()Konstantin Belousov2022-02-071-5/+2
* buf_alloc(): lock the buffer with LK_NOWAITKonstantin Belousov2022-02-071-1/+1
* Use dedicated lock name for pbufsKonstantin Belousov2022-02-071-7/+7
* Reduce bufdaemon/bufspacedaemon shutdown time.Alexander Motin2022-02-021-37/+71
* exec: Remove the stack gap implementationMark Johnston2022-01-312-39/+0