aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* proc: Fix proc_init / proc_dtor ordering issuesDag-Erling Smørgrav12 days2-6/+6
* vfs: Let prison_enforce_statfs zero the fsidDag-Erling Smørgrav12 days2-4/+4
* imgact_elf: Fix off-by-one in note size checkJessica Clarke2025-12-151-1/+1
* vfs_cache: Fix the SDT definition of vfs:fplookup:lookup:doneMateusz Piotrowski2025-12-151-1/+2
* namei: Fix cn_flags width in various placesMark Johnston2025-11-192-2/+3
* vfs cache: Add NAMEILOOKUP to the whitelist of fastpath lookup flagsMark Johnston2025-11-191-1/+1
* namei: Remove a now-unused variableMark Johnston2025-11-191-3/+1
* vfs: Don't clobber namei flags in vn_open_cred()Mark Johnston2025-11-191-8/+14
* namei: Make stackable filesystems check harder for jail rootsMark Johnston2025-11-192-23/+34
* file: Qualify pointers to capsicum rights as constMark Johnston2025-11-176-32/+41
* file: Simplify an INVARIANTS check in _fdrop()Mark Johnston2025-11-171-6/+3
* kdb: Fix a typo in a source code commentGordon Bergling2025-10-251-1/+1
* imgact_elf: Check note body sizesMark Johnston2025-10-221-4/+4
* witness: Record the first acquired file and line for recursable locksZhenlei Huang2025-10-041-6/+4
* witness: White space cleanup and some style(9) tweeksZhenlei Huang2025-10-041-78/+56
* tslog: Move sysinit_tslog_shim() into kern_tslog.cZhenlei Huang2025-10-041-0/+10
* init_main: Fix logging the subsystem of pre-loaded kernel modulesZhenlei Huang2025-10-041-1/+1
* sysctl: Harden sysctl_handle_string() against unterminated stringZhenlei Huang2025-02-131-22/+20
* kern_sysctl: Fix printing function name in the re-use sysctl leaf warningZhenlei Huang2025-01-281-1/+1
* sysctl(9): Enable vnet sysctl variables to be loader tunableZhenlei Huang2025-01-275-4/+61
* kern_sysctl: Make name2oid() non-destructive to the nameAlexander Motin2025-01-231-4/+25
* name2oid: use find_oidnameDoug Moore2025-01-231-7/+1
* sockets: virtualize kern.ipc.soacceptqueueGleb Smirnoff2025-01-171-11/+12
* sockets: virtualize kern.ipc.numopensocketsGleb Smirnoff2025-01-171-3/+17
* audit: Fix short-circuiting in syscallenter()Mark Johnston2025-01-171-3/+5
* cred: proc_set_cred(): Fix debug buildOlivier Certner2025-01-171-1/+1
* atomic: Update interceptor function signatures after commit 5e9a82e898d5Mark Johnston2025-01-172-2/+2
* atomics: Constify loads: Fix powerpc buildOlivier Certner2025-01-171-1/+1
* proc_set_cred(): Fix compilation of GENERIC-NODEBUGOlivier Certner2025-01-171-1/+1
* cred: proc_set_cred(), proc_unset_cred(): Update user's process countOlivier Certner2025-01-173-25/+68
* cred: proc_set_cred(): Remove obsolete commentsOlivier Certner2025-01-171-5/+0
* nmount(2), NFS: Accept 'ngroups_max + 1' groups in "export" credentialsOlivier Certner2025-01-171-1/+1
* cred: crget(): Compute initial 'cr_agroups' with nitems()Olivier Certner2025-01-171-2/+1
* osd: Constify signature of osd_register()Olivier Certner2025-01-171-1/+1
* Add function to OSD to get values without taking the lock.Stephen J. Kiernan2025-01-171-7/+16
* Open-code proc_set_cred_init()Olivier Certner2025-01-173-13/+2
* umtx: handle allocation failire in umtx_pi_alloc()Kristof Provost2025-01-121-0/+3
* kern: Fix a typo in a source code commentGordon Bergling2024-12-311-1/+1
* init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinitZhenlei Huang2024-12-151-2/+2
* kern: restore signal mask before ast() for pselect/ppollKyle Evans2024-12-101-15/+46
* new-bus: Fix some shortcomings in disabling devices via hintsJohn Baldwin2024-11-301-6/+15
* cpufreq: Use a real device_probe routineJohn Baldwin2024-11-301-1/+9
* bus_generic_detach: Remove redundant checkJohn Baldwin2024-11-301-3/+0
* device_attach: Invoke BUS_CHILD_DETACHED if an attach routine failsJohn Baldwin2024-11-301-0/+1
* device_delete_child: Update commentsJohn Baldwin2024-11-301-2/+5
* linuxkpi: Provide a non-NULL value for THIS_MODULEAustin Shafer2024-11-291-0/+14
* _utmx_op: don't recurse on chain busyKyle Evans2024-11-221-5/+3
* sleepqueue: Fix the comment for sleepq_switch()Mark Johnston2024-11-191-1/+2
* cred: crsetgroups(): Throw away old groups before crextend()Olivier Certner2024-11-151-7/+12
* nfs: Fallback to GID_NOGROUP on no groupsOlivier Certner2024-11-151-6/+3