aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* kldload: Improve error handlingJim Huang Chen2026-06-141-28/+55
* callout: ddb: resolve symbol of callout functionBjoern A. Zeeb2026-06-141-1/+3
* vnode: move VIRF_KNOTE to v_v2flagKonstantin Belousov2026-06-141-3/+2
* vfs: work around the race between vget() and vnlruKonstantin Belousov2026-06-141-1/+6
* Pause failpoint: replace mtx_sleep with tsleepMark Ranger2026-06-101-8/+3
* kern_fork: guard against NULL newproc on the failure pathKonstantin Belousov2026-06-101-1/+2
* jail: Don't double-free the current prison in kern_jail_set/getJamie Gritton2026-06-091-4/+10
* reap_kill_subtree_once: when proctree_lock is dropped, reaper might changeKonstantin Belousov2026-06-091-14/+29
* proc: add tree ref countKonstantin Belousov2026-06-093-2/+4
* connectat(2): do not enable EMPTYPATH for AT_FDCWDKonstantin Belousov2026-06-091-2/+3
* imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid imagesMark Johnston2026-06-091-27/+28
* ktls: Don't attempt to modify non-anonymous mbufs on the receive pathJohn Baldwin2026-06-091-3/+14
* thr_kill2: Respect p_cansignal()Mark Johnston2026-06-091-1/+1
* vt: Rename sysctl to security.bsd.allow_tiocstiEd Maste2026-06-091-1/+1
* tty: Add sysctl knob to globally disable TIOCSTIEd Maste2026-06-091-0/+8
* exit1(9): do not deadlock if exit is called due to PT_SC_REMOTERQKonstantin Belousov2026-06-084-14/+63
* imgact_elf: handle unaligned phdrsKonstantin Belousov2026-06-081-8/+5
* procctl(PROC_REAP_GETPIDS): re-validate reaper after relock of proctree_lockKonstantin Belousov2026-06-061-11/+32
* kern_procctl: add get_reaper_or_p() helperKonstantin Belousov2026-06-061-6/+10
* procctl(): do not allow the process to exit inside kern_procctl_single()Konstantin Belousov2026-06-061-21/+15
* fork: Drop an uneeded PHOLD/PRELE pairMark Johnston2026-06-061-9/+0
* rename(2): do not allow to rename root vnode of the mounted filesystemKonstantin Belousov2026-06-062-1/+10
* renameat(2): when retrying, check for pending signalsKonstantin Belousov2026-06-061-2/+8
* uipc_usrreq: revert addition of EMPTYPATH for bindat(2)Konstantin Belousov2026-06-041-3/+2
* kern_prot.c: Belatedly add copyrightOlivier Certner2026-06-041-0/+5
* bindat(2)/connectat(2): allow implicit EMPTYPATH for unix domain socketsKonstantin Belousov2026-06-021-3/+4
* get/setpriority: Add capability mode checksEd Maste2026-06-011-0/+16
* 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