aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* tarfs: remove unused 'ino' in mount structure.Philippe Michaud-Boudreault2026-07-221-1/+0
* exec: Avoid overflow when computing the size of the exec mapMark Johnston2026-07-221-1/+1
* amd64: Remove a prototype for an unimplemented functionMark Johnston2026-07-211-1/+0
* amd64: Fix an off-by-one in the fred_ipi_handlers definitionMark Johnston2026-07-211-1/+1
* exterror: advertise error strings via kern.features.exterr_stringsAlexander Leidinger2026-07-211-0/+4
* vtnet: Accept VIRTIO_NET_F_CTRL_RX_EXTRAFaraz Vahedi2026-07-211-0/+1
* vtnet: Implement VIRTIO_NET_F_GUEST_ANNOUNCEFaraz Vahedi2026-07-212-0/+90
* vtnet: Retry feature negotiation without offloadsFaraz Vahedi2026-07-212-2/+30
* LinuxKPI: 802.11: always lock around (*set_{frag,rts}_threshold)Bjoern A. Zeeb2026-07-212-0/+8
* hwpmc: Add EXTERROR diagnostics to the hwpmc syscall pathAndre Silva2026-07-212-31/+80
* hwpmc: Add EXTERROR diagnostics to the AMD and IBS allocatorsAndre Silva2026-07-213-25/+46
* 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
* nvme: Explicitly cast caddr_t valuesDag-Erling Smørgrav2026-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: 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
* lookup: do not return vp_crossmp as dvp for mount over the reg fileKonstantin Belousov2026-07-202-5/+38
* 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
* ptrace(2): add PT_GET_CHILDRENKonstantin Belousov2026-07-203-2/+165
* 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
* hwpmc: drain a process-mode PMC's runcount when a live target detachesAlexander Leidinger2026-07-201-0/+88
* hwpmc: handle counter wraparound for process-mode counting PMCsAlexander Leidinger2026-07-201-16/+30
* apei: Fix i386 build over bus read, write functionShengYi Hung2026-07-201-6/+7
* sched_ule: Fix selecting lowest priority thread early in corner caseOlivier Certner2026-07-201-9/+36
* procdesc: report NOTE_PDSIGCHLD for traced and stopped processKonstantin Belousov2026-07-201-3/+12
* EVFILT_PROCDESC: support NOTE_FORKKonstantin Belousov2026-07-194-1/+32
* i386: provide PCPU pc_small_core for amd64 compatRyan Libby2026-07-191-1/+2
* re(4): add hw.re.aspm_disable loader tunableJérémie Jourdin2026-07-191-4/+13
* re(4): harden re_watchdog() recovery and log controller stateJérémie Jourdin2026-07-191-3/+58
* re(4): recover Tx completions whose MSI was swallowed in re_intr_msi()Jérémie Jourdin2026-07-191-0/+27
* re(4): re-arm the Tx doorbell when re_txeof() leaves a non-empty ringJérémie Jourdin2026-07-191-0/+11
* re(4): quiesce RTL8168G+ and reset before freeing buffers in re_stop()Jérémie Jourdin2026-07-192-1/+48
* aq(4): correct Atlantic 2 register accessNick Price2026-07-194-18/+31
* aq(4): program the Atlantic 2 multiqueue datapathNick Price2026-07-194-28/+210
* aq(4): add Atlantic 2 (AQC113) device supportNick Price2026-07-1910-85/+881