aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MAC/do: parse_and_set_conf(): Obey empty parameters; Add docOlivier Certner2026-05-291-14/+14
* MAC/do: clone_rules(): Readability improvements, constificationOlivier Certner2026-05-291-11/+13
* MAC/do: Remove superfluous configuration initializationOlivier Certner2026-05-291-10/+24
* MAC/do: Move static assertions on constants close to their definitionsOlivier Certner2026-05-291-4/+6
* MAC/do: Constify clone_rules() and clone_exec_paths()'s source argumentOlivier Certner2026-05-291-2/+3
* MAC/do: Fix releasing a nonexistent reference on configuration parsing errorOlivier Certner2026-05-291-6/+10
* MAC/do: find_conf(): Return configuration with a true referenceOlivier Certner2026-05-291-43/+40
* MAC/do: Move hold_conf() and drop_conf() earlierOlivier Certner2026-05-291-15/+15
* MAC/do: find_conf(): Turn an MPASS() into a KASSERT()Olivier Certner2026-05-291-1/+9
* MAC/do: Rename size constants/variables to clear confusion with string lengthsOlivier Certner2026-05-291-34/+34
* MAC/do: Executable paths: Accept an empty stringOlivier Certner2026-05-291-6/+0
* MAC/do: Document and assert when parse error objects must be builtOlivier Certner2026-05-291-32/+50
* MAC/do: check_proc(): Remove a superfluous 'if'Olivier Certner2026-05-291-6/+5
* MAC/do: Expand "conf" to "configuration" in a panic message on INVARIANTSOlivier Certner2026-05-291-2/+2
* MAC/do: Fix recently-introduced commentsOlivier Certner2026-05-291-14/+25
* MAC/do: Make it style(9) compliant againOlivier Certner2026-05-291-70/+96
* MAC/do: Update copyrightOlivier Certner2026-05-291-0/+1
* MAC/do: Executable paths feature (GSoC 2025's final state)Kushagra Srivastava2026-05-291-159/+422
* bnxt: Fix build / load error for bnxt(4) in kernels without PCI_IOVAndrew Gallatin2026-05-293-6/+39
* 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-283-20/+18
* rtnetlink: Fix weight overflow in RTA_MULTIPATHPouria Mousavizadeh Tehrani2026-05-281-2/+3
* LinuxKPI: migrate key data access to functionsAdrian Chadd2026-05-281-9/+15
* linuxulator: return EBADF for O_PATH mmap()YAO, Xin2026-05-281-0/+4
* cxgbe(4): Improvements to the slow interrupt handlerNavdeep Parhar2026-05-282-188/+1648
* x86: for wrmsr_early_safe(), catch all exceptions, not only #GPKonstantin Belousov2026-05-282-13/+18
* usb: Add missing mtx lock and unlock in pushing dma queueShengYi Hung2026-05-281-0/+2
* sound: Centralize and improve hot-swappingChristos Margiolis2026-05-281-11/+36
* snd_uaudio: Lock usbd_transfer_start() in uaudio_mixer_ctl_set()Christos Margiolis2026-05-281-4/+6
* sys: add safe_read(9)Konstantin Belousov2026-05-282-0/+26
* amd64: extract uiomove_mem() from memrw()Konstantin Belousov2026-05-283-92/+113
* if_ffec: correctly trim 2 bytes from the beginningMike Belanger2026-05-281-1/+1
* inpcb: update inpcb multipath routing information only on successGleb Smirnoff2026-05-281-9/+10
* inpcb: a pcb may travel only from the wild hash to exact, not vice versaGleb Smirnoff2026-05-281-17/+6
* ucode: ucode_error can be defined with staticMark Johnston2026-05-271-1/+1
* ucode: Fix validation on Intel platformsMark Johnston2026-05-271-8/+24
* ctl: Use CAM_PRIORITY_NORMAL for queued CCBsJohn Baldwin2026-05-271-3/+5
* uart: Tidy the compat tablesDag-Erling Smørgrav2026-05-272-37/+37
* rk_gpio: implement PIC masking methods and mask unhandled IRQsKyle Crenshaw2026-05-271-6/+100
* bcm2835_sdhci: Clean up DMA resources on attach failureHaoxiang Li2026-05-271-0/+1
* limits: Improve consistencyDag-Erling Smørgrav2026-05-271-1/+1
* sound: Update mixer.c LICENSE headerChristos Margiolis2026-05-272-0/+8
* sound: Retire MIXER_SIZE and use correct size in DEFINE_CLASSChristos Margiolis2026-05-272-30/+24
* sound: Retire snd_mixer->enuminfoChristos Margiolis2026-05-271-55/+23
* sound: Do not lock before destroying snd_mixer->lockChristos Margiolis2026-05-271-1/+0
* sound: Retire unused mixer_get_lock()Christos Margiolis2026-05-272-11/+0
* sound: Remove all remaining uses of mixer_get_lock()Christos Margiolis2026-05-275-79/+0
* snd_uaudio: Stop using mixer_get_lock()Christos Margiolis2026-05-271-23/+2
* snd_uaudio: Do not use snd_mixer->lock as mixer_lockChristos Margiolis2026-05-271-20/+11
* sound: Remove unused "from" mixer_ioctl_cmd() argumentChristos Margiolis2026-05-273-12/+6