summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2 daysi386: mark the stack as non-executableWarner Losh
3 daysfile: Fix a format string assertionMark Johnston
3 daysso_splice: Fix the KTLS check for the sink socket in so_splice()Mark Johnston
3 daysopenat(2): check that userspace pass known and allowed flagsKonstantin Belousov
3 dayskern_descrip.c: Clarify allocation and freeing of fd map in fdgrowtable()Kristofer Peterson
5 daysinpcb: retire inp_vnetGleb Smirnoff
6 daysif_geneve: Add Support for Geneve (RFC8926)Pouria Mousavizadeh Tehrani
7 dayshash(9): fix my stupid off-by-oneGleb Smirnoff
7 daysinpcb: retire INP_DROPPED and in_pcbdrop()Gleb Smirnoff
7 dayshash(9): introduce hashalloc()/hashfree() KPIGleb Smirnoff
9 dayskevent: do not check knote lists being empty before removing a knoteKonstantin Belousov
9 dayssubr_early.c: cleanup includesKonstantin Belousov
11 dayskqueue: slightly clarify the flow in knlist_cleardel()Kyle Evans
11 dayskqueue: don't leak file refs on failure to knote_attach()Kyle Evans
11 daysimgact_elf: Unconditionally initialize a variable in a note handlerMark Johnston
12 daysAdd boot_setenvSimon J. Gerraty
2026-04-03splash: add shutdown splashQuentin Thébault
2026-04-03subr_module: account for MODINFOMD_EFI_ARCHAhmad Khalifa
2026-04-02kqueue_fork_copy_knote(): zero kn_knlist for the copy before calling knlist_a...Konstantin Belousov
2026-04-02kqueue: assert that kqueue knote lists own the knotesKonstantin Belousov
2026-04-01kqueue: add some kn_knlist assertions around knlist_(add|remove)Kyle Evans
2026-04-01kqueue: simplify knote_fdclose()Kyle Evans
2026-04-01kqueue: avoid a possible fork-deadlockKyle Evans
2026-04-01kqueue: compare against the size in kqueue_expandKyle Evans
2026-04-01vmm: Restore the ability to create VMs as root in a jailMark Johnston
2026-03-31Jail sysctls: deprecate generic sysctls in favour of allow-flagsAlexander Leidinger
2026-03-30vfs: Simplify vfs_write_resume()/vn_start_write_refed()Olivier Certner
2026-03-27kqueue: Fix a race when adding an fd-based knote to a queueMark Johnston
2026-03-21sbuf: make assertion message a lot more useableBjoern A. Zeeb
2026-03-20timerfd: Suppress kqueue readability after jump readJake Freeland
2026-03-20timerfd: Wake up on discontinuous jumpJake Freeland
2026-03-20timerfd: Use saturating sbintime conversionsJake Freeland
2026-03-20timerfd: Fix interval callout schedulingJake Freeland
2026-03-14kern_time: Honor the precise option when counting diffShengYi Hung
2026-03-12shm: Zero struct kinfo_file in sysctl handlerEd Maste
2026-03-10vn_delayed_setsize(): post-commit review' changesKonstantin Belousov
2026-03-07uuidgen: generate UUIDs in bounded batches to respect kernel limitNVSRahul
2026-03-06splice: optionally limit worker queuesAndrew Gallatin
2026-03-06vfs: add VOP_DELAYED_SETSIZE() and related infrastructureKonstantin Belousov
2026-03-06RegenKonstantin Belousov
2026-03-06renameat2(2): implement AT_RENAME_NOREPLACE flagKonstantin Belousov
2026-03-06sys: add renameat2(2) syscallKonstantin Belousov
2026-03-06kern_renameat(9): add flags argumentKonstantin Belousov
2026-03-06VOP_RENAME(9): add flags argumentKonstantin Belousov
2026-03-05witness: report a thread that can't sleep in WITNESS_WARNGleb Smirnoff
2026-03-04hpts: remove call into TCP HPTS from userret()Gleb Smirnoff
2026-03-04bus_if: Fix typoAymeric Wibo
2026-02-25sctp: fix so_proto when peeling off a socketMichael Tuexen
2026-02-24Do not fail 'devctl clear driver' if another driver is not foundMarcin Cieslak
2026-02-25kern/sched_shims.c: back to ifuncKonstantin Belousov