aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* icmp: Verify redirect gateway with fib-aware ifa selectionPouria Mousavizadeh Tehrani2026-07-241-2/+1
* getpgrp(2), getsid(2): allow to call on zombiesKonstantin Belousov2026-07-231-4/+8
* hwpstate_intel(4): use CPU_FOREACH instead of an IPIRyan Libby2026-07-231-17/+7
* tcp: make ghost ACK handling more conformantMichael Tuexen2026-07-231-1/+1
* pf(4) fix NULL pointer dereference in outbound packet path.Kristof Provost2026-07-231-2/+11
* pf: include direction in fragment keyKristof Provost2026-07-231-8/+14
* kqueue: Fix delivery of unwanted eventsDag-Erling Smørgrav2026-07-232-5/+5
* if_geneve: Ensure there is no mbuf leak if EAFNOSUPPORTPouria Mousavizadeh Tehrani2026-07-221-0/+1
* uvideo: fix printf typeBaptiste Daroussin2026-07-221-1/+1
* uvideo: validate frame descriptors and fix integer overflows in size computationBaptiste Daroussin2026-07-221-44/+70
* uvideo: use size_t for sc_mmap_count and loop index in reqbufsBaptiste Daroussin2026-07-221-6/+5
* uvideo: fix close/detach race on streaming teardownBaptiste Daroussin2026-07-221-11/+11
* uvideo: track streaming ownership per-fd and free buffers on STREAMOFFBaptiste Daroussin2026-07-221-3/+76
* uvideo: bounds-check frame interval reads against bLengthBaptiste Daroussin2026-07-221-7/+9
* uvideo: lock the mmap queue and read pathBaptiste Daroussin2026-07-221-13/+59
* uvideo: validate frame size before mmap buffer allocationBaptiste Daroussin2026-07-221-4/+12
* uvideo: replace contigmalloc with OBJT_PHYS vm_object for mmap bufferBaptiste Daroussin2026-07-221-141/+51
* powerpc64: enable extended error strings in GENERIC64* configsSiva Mahadevan2026-07-222-0/+2
* bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is activeBojan Novković2026-07-224-6/+12
* 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