summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
3 dayssendfile: remove calculation of unused bsizeKonstantin Belousov
3 daysInitialize CLOCK_UPTIME for itmer eventsWarner Losh
3 dayssmp: add smp_rendezvous_cpu helper functionShengYi Hung
4 dayskern: add a mac.label jail parameterKyle Evans
4 daysjaildesc: add an accessor for the struct prison in a jaildescKyle Evans
4 dayskern: mac: add various jail MAC hooksKyle Evans
4 dayskern: mac: add a MAC label to struct prisonKyle Evans
4 dayssockets: remove unused pr_sosend_notsupp(), pr_soreceive_notsupp()Gleb Smirnoff
6 daysvm_object: remove the charge memberKonstantin Belousov
10 daysdevice_delete_child should be destroying the child, not the devAZero13
10 dayscache: avoid hardcoded CACHE_PATH_CUTOFFBrooks Davis
10 dayscache: avoid hardcoded cache paddingBrooks Davis
10 dayscache: avoid hardcoded zone alignmentBrooks Davis
12 daystty(4): Consistently use ISO C99 boolMarius Strobl
13 dayslinker: Reset DMAP protections in link_elf_unload_file()Mark Johnston
13 dayskern_syscall_deregister: document syscall 0 no-op logicAnagh Verma
2025-12-22inotify: Avoid resetting the cookieMark Johnston
2025-12-21ktls: Capture initial tls seqno at time offload is initiatedAndrew Gallatin
2025-12-19printf.9: Support more than 32 bits in %bMichael Tuexen
2025-12-18kern: racct: Remove code unused since %cpu resource computation revampOlivier Certner
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-12-18jail: Don't define malloc type M_PRISON_RACCT on !RACCTOlivier Certner
2025-12-18vmem: Fix the gcc buildMark Johnston
2025-12-17kern: Introduce RLIMIT_VMMBojan Novković
2025-12-16proc_dtor(): style improvementsKonstantin Belousov
2025-12-14socket: Fix the name of a parameter in a commentMark Johnston
2025-12-14proc: Fix proc_init / proc_dtor ordering issuesDag-Erling Smørgrav
2025-12-14vfs: Let prison_enforce_statfs zero the fsidDag-Erling Smørgrav
2025-12-12unionfs: Implement VOP_GETLOWVNODEJason A. Harmening
2025-12-12vnode_if.src: fix function name in locking annotationJason A. Harmening
2025-12-10sockets: remove compat shim for divert(4)Gleb Smirnoff
2025-12-10sendfile: if sendfile_getobj() fails jump to the function epilogueGleb Smirnoff
2025-12-09splice: Fix leaks that can happen when initiating a spliceAndrew Gallatin
2025-12-09resource_list_reserve: Pass rid by valueJohn Baldwin
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-12-09rman: Embed the mutex in struct rman instead of using a separate allocationJohn Baldwin
2025-12-09rman: Simplify initialization of internal globalsJohn Baldwin
2025-12-08proc0_post: Clear relevant thread stats directlyJohn Baldwin
2025-12-08thread0: Clear td_rux stats in proc0_postJohn Baldwin
2025-12-08ruxreset: Add an inline function to reset all the stats in rusage_extJohn Baldwin
2025-12-08imgact_elf: Fix off-by-one in note size checkJessica Clarke
2025-12-06ip6: Add explicit lock order information to catch LORJonathan T. Looney
2025-12-04MAC: Rename mac_cred_create_swapper to mac_cred_create_kproc0John Baldwin
2025-12-04thread0: Stop calling thread0 "swapper"John Baldwin
2025-12-04sendfile: remove SF_SYNC in FreeBSD 16.0Gleb Smirnoff
2025-12-02libuvmem: usermode port of vmem(9)Konstantin Belousov
2025-12-02kern/subr_vmem.c: remove unused VMEM_TRYLOCK() macroKonstantin Belousov
2025-12-02kern/subr_vmem.c: convert explicit vmem_list_lock use to macrosKonstantin Belousov
2025-12-01kexec: Change shutdown handler priorityJustin Hibbits
2025-12-01linker: Avoid invoking eventhandlers on incompletely loaded filesMark Johnston