aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* imgact_elf: add sysctl kern.elfXX.phnums for the number of program headersKonstantin Belousov2026-05-301-10/+12
* syscalls.master: Allow clock_nanosleep in capability modeEd Maste2026-05-291-1/+1
* imgact_elf: read program headers if not contained in the first pageKonstantin Belousov2026-05-281-29/+62
* image activators: pass the current threadKonstantin Belousov2026-05-282-20/+17
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin2026-05-271-1/+2
* sigqueue: In capability mode, only allow signalling selfEd Maste2026-05-261-0/+10
* sendfile: Fix bug when using headers with SW KTLS offloadAndrew Gallatin2026-05-221-2/+21
* power: Fix stype name lengthsAymeric Wibo2026-05-221-1/+1
* vop_read_pgcache_post(): the vnode is unlockedKonstantin Belousov2026-05-221-1/+1
* vfs_domount(): handle the case when vn_lock_pair() only locked onceKonstantin Belousov2026-05-211-2/+6
* vn_lock_pair(): handle the case of vp1->v_vnlock == vp2->v_vnlockKonstantin Belousov2026-05-211-7/+25
* ptrace: Fix validation of PT_SC_REMOTE argumentsMark Johnston2026-05-201-7/+10
* jaildesc: Make sure to drain selinfo sleepers in jaildesc_close()Mark Johnston2026-05-201-7/+3
* procdesc: Make sure to drain selinfo sleepers in procdesc_free()Mark Johnston2026-05-201-7/+3
* kern_umtx.c: remove dead codeKonstantin Belousov2026-05-201-11/+6
* vnlru: avoid trigger calculation when force < 2Ryan Libby2026-05-191-12/+13
* linuxulator: fix SO_PEERCRED emulation after 1d24638d3e8Alan Somers2026-05-171-1/+3
* subr_uio.c: Remove a KASSERT() for large NFS server I/ORick Macklem2026-05-141-2/+0
* ptrace: clear TDP_USERWR after transparent attach only on attachKonstantin Belousov2026-05-131-10/+9
* vnlru: avoid cache line contentionRyan Libby2026-05-131-14/+21
* vfs_bio: mark uma zone pointer __read_mostlyRyan Libby2026-05-131-1/+1
* bq_insert: delay the BUF_UNLOCK if not bd_flush()ingRyan Libby2026-05-131-8/+12
* power: Power device and ioctl for state transitionsAymeric Wibo2026-05-131-3/+56
* vmem: Include param.h in the userspace port as wellMark Johnston2026-05-121-1/+1
* sys: Fix heap disclosure in compat7 kern.proc.filedesc sysctlEd Maste2026-05-121-1/+1
* physmem: Add a way to read all memorySarah Walker2026-05-121-0/+6
* power: Rename power transition enumAymeric Wibo2026-05-121-4/+4
* power: Rename sleep typesAymeric Wibo2026-05-111-4/+4
* vop_read_pgcache_post(): report inotify IN_ACCESS same as for vop_read_post()Konstantin Belousov2026-05-101-2/+4
* vnode: add VIRF_KNOTE flagKonstantin Belousov2026-05-101-4/+10
* vfs: convert vfs_op_thread_* macros to static inlinesKonstantin Belousov2026-05-104-10/+10
* vfs_subr: mark uma zone and smr pointers __read_mostlyRyan Libby2026-05-101-5/+5
* Fix LOCAL_PEERCRED in 32-bit compat modeAlan Somers2026-05-071-2/+19
* bufspace_wait(): only try to help bufdaemon if there is a chance to helpKonstantin Belousov2026-05-071-1/+2
* Remove PROC_CHECK_PRIV macro from sys_process.cSimon J. Gerraty2026-05-071-19/+40
* kobj: Use M_WAITOK in kobj_initJohn Baldwin2026-05-061-1/+1
* kobj: Assert class passed to kobj_init_static is compiledJohn Baldwin2026-05-061-0/+2
* eventhandler: Fix the NODEBUG buildMark Johnston2026-05-061-1/+3
* eventhandler: Fix a race when pruning eventhandlersMark Johnston2026-05-061-4/+14
* Fix typo in curthreadSimon J. Gerraty2026-05-051-1/+1
* mac_veriexec_priv_check block proc_write_*regs*Simon J. Gerraty2026-05-051-3/+16
* nfs_pub: move from vfs_subr.c to vfs_export.cRyan Libby2026-05-052-3/+3
* execve: Add guard pages around execve KVA buffersMark Johnston2026-05-041-1/+2
* unix: Make sure we signal EOF on the write side when disconnectingMark Johnston2026-05-031-0/+2
* Revert erronously pushed series of commits, which should not be.Konstantin Belousov2026-05-035-46/+28
* vnode: add VIRF_KNOTE flagKonstantin Belousov2026-05-031-17/+34
* vfs: convert vfs_op_thread_* macros to static inlinesKonstantin Belousov2026-05-034-10/+10
* bufspace_wait(): only try to help bufdaemon if there is a chance to helpKonstantin Belousov2026-05-031-1/+2
* sysctl: Fix typo in DDB help text exampleJustin Hibbits2026-05-031-1/+1
* namei: Preserve ABI root for absolute symlinks before fallbackRicardo Branco2026-05-011-5/+9