aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* sched_4bsd: ts is only used in sched_bind for SMP.John Baldwin2022-04-131-3/+3
* sched_4bsd: Remove unused variables.John Baldwin2022-04-121-4/+0
* realloc(9): Move slab and zone under #ifndef DEBUG_REDZONE.John Baldwin2022-04-121-2/+2
* tty: Remove an incorrect assertion from ttyinq_line_iterate()Mark Johnston2022-04-121-1/+0
* kdb: set kdb_why when entered via reboot and panicTom Jones2022-04-121-1/+3
* getdirentries: return ENOENT for unlinked but still open directory.Dmitry Chagin2022-04-112-0/+5
* Add sysctl KERN_LOCKFKonstantin Belousov2022-04-092-1/+151
* kern_lockf.c: remove no longer neeeded UFS headersKonstantin Belousov2022-04-091-5/+0
* lockf: remove lf_inode from struct lockf_entryKonstantin Belousov2022-04-091-17/+3
* jail: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* kern: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* kern: Fix a typo in a source code commentGordon Bergling2022-04-092-2/+2
* Enable subr_physmem_test on supported architecturesAndrew Turner2022-04-071-1/+1
* Handle non-page aligned/sized memory in physmemAndrew Turner2022-04-061-13/+4
* Port subr_physmem to userspace and add testsAndrew Turner2022-04-061-0/+25
* livedump: add event handler hooksMitchell Horne2022-04-051-0/+11
* Add new vnode dumper to support live minidumpsMitchell Horne2022-04-052-2/+214
* Split out dumper allocation from list insertionMitchell Horne2022-04-051-28/+51
* vfs: fixup WANTIOCTLCAPS on openMateusz Guzik2022-04-023-1/+9
* kern: Fix two typos in source code commentsGordon Bergling2022-04-022-2/+2
* kern: Fix two typos in source code commentsGordon Bergling2022-04-021-4/+4
* vfs: fix memory leak on lookup with fds with ioctl capsMateusz Guzik2022-04-024-54/+81
* kern: Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* syscalls.master: remove obsolete comment about compatibility tablesEd Maste2022-03-301-2/+0
* sysent: regen for syscallarg_tBrooks Davis2022-03-281-1/+1
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-03-282-3/+3
* Fix a sign mismatch warning in the physmem codeAndrew Turner2022-03-281-1/+2
* vfs: add missing bits to vdropl_implMateusz Guzik2022-03-271-0/+6
* vfs: assorted tidy ups to lookupMateusz Guzik2022-03-261-12/+13
* Log euid, rgid and jail on listen queue overflowAlexander Leidinger2022-03-261-6/+18
* stack_zero is not needed before stack_saveEric van Gyzen2022-03-263-4/+0
* ksiginfo_alloc: pass M_WAITOK or M_NOWAIT to uma_zallocEric van Gyzen2022-03-261-3/+1
* vfs: set cn_namelen when handling degenerate lookupsMateusz Guzik2022-03-251-0/+1
* vfs: hoist trailing slash handling out of the loopMateusz Guzik2022-03-241-17/+23
* vfs: factor symlink traversal out of nameiMateusz Guzik2022-03-241-54/+71
* vfs: factor FAILIFEXISTS handling out of vfs_lookupMateusz Guzik2022-03-241-19/+27
* vfs: hoist degenerate path lookups out of the loopMateusz Guzik2022-03-241-33/+77
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-2421-72/+72
* elf: Avoid dumping uninitialized bytes in PRSTATUS core dump notesMark Johnston2022-03-231-0/+1
* callout: Remove the CS_EXECUTING flagMark Johnston2022-03-231-2/+2
* setitimer: Fix exit raceMark Johnston2022-03-232-8/+5
* Fix umtxq_sleep() regression caused by 56070dd2e4d.Alexander Motin2022-03-211-1/+3
* kern_tc.c/cputick2usec() (which is used to calculate cputime fromfirk2022-03-212-16/+8
* Make SHMMAXPGS an unsigned longAndrew Turner2022-03-211-1/+1
* tslog: Add CTLFLAG_SKIP to sysctlsColin Percival2022-03-201-2/+4
* cache: add a comment about a realpath bugMateusz Guzik2022-03-191-0/+11
* vfs: replace VFS_NOTIFY_UPPER_* macros with an enumMateusz Guzik2022-03-191-4/+1
* vfs: add missing flags to db show mountMateusz Guzik2022-03-191-0/+3
* vfs: retire the no longer used MNTK_LOOKUP_EXCL_DOTDOT flagMateusz Guzik2022-03-192-4/+1
* vfs: add MNTK_UNLOCKED_INSMNTQUEMateusz Guzik2022-03-191-2/+9