aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | cat: Fix a NULL pointer dereferenceJane Smith2026-07-211-1/+2
* | | contigmalloc.9: Correct typoEd Maste2026-07-211-1/+1
* | | contigmalloc.9: Note that M_WAITOK may still return NULLEd Maste2026-07-211-1/+10
* | | hwpmc: Add EXTERROR diagnostics to the hwpmc syscall pathAndre Silva2026-07-213-31/+81
* | | hwpmc: Add EXTERROR diagnostics to the AMD and IBS allocatorsAndre Silva2026-07-214-25/+47
* | | hid: u2f: stop interrupts on last-closeKyle Evans2026-07-211-3/+0
* | | uvideo: fix use-after-free in mmap buffer lifetime managementBaptiste Daroussin2026-07-211-14/+162
* | | tcp_hostcache: explicitly typecast atomic_load_int to (int) for comparisonRichard Scheffenegger2026-07-211-1/+1
* | | libutil: Reimplement getlocalbase()Dag-Erling Smørgrav2026-07-214-98/+206
* | | install: Code cleanupDag-Erling Smørgrav2026-07-211-104/+106
* | | install: Allow installing stdinDag-Erling Smørgrav2026-07-213-18/+73
* | | nvme: Explicitly cast caddr_t valuesDag-Erling Smørgrav2026-07-211-1/+1
* | | wpa: Define CONFIG_DEBUG_FILE globallyDag-Erling Smørgrav2026-07-212-2/+1
* | | stress2: Added a regression testPeter Holm2026-07-211-0/+65
* | | stress2: Added a commentPeter Holm2026-07-211-0/+1
* | | stress2: Updated the exclude filePeter Holm2026-07-211-2/+2
* | | bhyve: check upper bounds for value from qszToomas Soome2026-07-211-1/+1
* | | kern/sys_ptrace: do not skip P2_PTRACEREQ wait for PT_CLEARSTEP/PT_GET_CHILDRENKonstantin Belousov2026-07-211-17/+16
* | | sched_4bsd: Allocate runqueues only for present CPUsMinsoo Choo2026-07-211-27/+30
* | | sched_4bsd: Rename the global runqueueMinsoo Choo2026-07-211-16/+16
* | | sched_4bsd: Remove obsolete SMP scaling for ticks per priority levelOlivier Certner2026-07-211-4/+0
* | | sched_4bsd: Fix conflating priority of differently-niced CPU-bound threadsOlivier Certner2026-07-211-5/+7
* | | firewire: remove deprecation notice from manual pageAbdelkader Boudih2026-07-201-5/+0
* | | firewire: replace magic numbers with named constantsAbdelkader Boudih2026-07-2012-58/+112
* | | firewire: remove dead code across the subsystemAbdelkader Boudih2026-07-209-428/+3
* | | firewire: force root change when root node is not cycle master capableAbdelkader Boudih2026-07-201-3/+4
* | | firewire: drain pending xfers after callout stop in detachAbdelkader Boudih2026-07-201-1/+3
* | | firewire: add warn-only CRC validation for CSR ROM directoriesAbdelkader Boudih2026-07-205-1/+32
* | | net80211: update drivers to allocate sequence numbers in the raw pathAdrian Chadd2026-07-205-2/+29
* | | aq(4): Document the Atlantic 2 (AQC113/114/115/116) devicesNick Price2026-07-201-8/+37
* | | vidcontrol: Disallow -i mode with vt(4)Ed Maste2026-07-201-2/+5
* | | lookup: do not return vp_crossmp as dvp for mount over the reg fileKonstantin Belousov2026-07-202-5/+38
* | | sh.1: Document which features are non-POSIXArtem Bunichev2026-07-201-16/+63
* | | amd64: FRED supportKonstantin Belousov2026-07-2022-84/+1155
* | | x86 xen: provide the prototype for xen_arch_intr_handle_upcall() in x86/apicv...Konstantin Belousov2026-07-202-1/+2
* | | if_geneve: Fix mbuf leak on ip_ecn_egressPouria Mousavizadeh Tehrani2026-07-201-16/+5
* | | vtfontcvt: Avoid dead store in add_charEd Maste2026-07-201-4/+4
* | | ptrace.2: document PT_GET_CHILDRENKonstantin Belousov2026-07-201-0/+55
* | | ptrace(2): add PT_GET_CHILDRENKonstantin Belousov2026-07-203-2/+165
* | | ministat: revert "parse comma used as decimal delimiter"Gleb Smirnoff2026-07-201-3/+2
* | | vfs_unmountall.9: Fix an outdated .Xr to boot(9)Artem Bunichev2026-07-201-1/+1
* | | net/if.c: Add fib-aware ifa_ifwithaddr()Pouria Mousavizadeh Tehrani2026-07-202-6/+25
* | | nda: Tag the command set used for devctl errorsWarner Losh2026-07-201-1/+2
* | | uvideo: import quirks infrastructure from OpenBSDBaptiste Daroussin2026-07-201-2/+177
* | | uvideo: increase UVIDEO_MAX_PU and UVIDEO_MAX_CT to 32Baptiste Daroussin2026-07-201-2/+2
* | | m4: import fixes from OpenBSDBaptiste Daroussin2026-07-204-8/+7
* | | hwpmc: add regression tests for detaching a live process-mode PMCAlexander Leidinger2026-07-202-0/+180
* | | hwpmc: drain a process-mode PMC's runcount when a live target detachesAlexander Leidinger2026-07-201-0/+88
* | | hwpmc: add regression tests for counting-PMC counter wraparoundAlexander Leidinger2026-07-204-0/+226
* | | hwpmc: handle counter wraparound for process-mode counting PMCsAlexander Leidinger2026-07-201-16/+30