aboutsummaryrefslogtreecommitdiff
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
* bsdinstall: script: Fix scripted DISTRIBUTIONSJose Luis Duran2026-05-291-0/+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-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
* ctld: More consistent error messagesDag-Erling Smørgrav2026-05-281-5/+5
* ptrace_test: expect PT_STEP tests to fail on riscvSiva Mahadevan2026-05-281-0/+8
* crashinfo: Create core.txt.last symlinkRicardo Branco2026-05-281-0/+3
* virtual_oss(8): Fix buffer overflow in voss_compressor() callChristos Margiolis2026-05-281-2/+2
* 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
* rc: virtual_oss: Handle absent pidfile properlyChristos Margiolis2026-05-281-6/+11
* rc: virtual_oss: Wait for process to exitChristos Margiolis2026-05-281-1/+3
* rc: virtual_oss: Define some variables in rc.confChristos Margiolis2026-05-282-12/+6
* bsdinstall: Use libarchive secure flags for extractEd Maste2026-05-281-0/+2
* 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
* certctl: Style nitsDag-Erling Smørgrav2026-05-281-2/+3
* tests: Fix reliability issues in POSIX ACL testsDag-Erling Smørgrav2026-05-282-8/+8
* if_ffec: correctly trim 2 bytes from the beginningMike Belanger2026-05-281-1/+1
* ping: fix test timestamp_origin when tstamprepl is disabledOlivier Cochard2026-05-281-1/+15
* 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
* install: Bump compare size limit (128MB) to support large binariesAleksandr Rybalko2026-05-271-1/+1
* install: add -z <max_cmp_size> optionAleksandr Rybalko2026-05-273-7/+26
* ucode: ucode_error can be defined with staticMark Johnston2026-05-271-1/+1
* ucode: Fix validation on Intel platformsMark Johnston2026-05-271-8/+24