aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* if_ovpn.c: fix use of uninitialized variableAlex Richardson2025-09-151-2/+4
* riscv: Provide prototypes for fpgetmask/fpsetmaskAlex Richardson2025-09-151-0/+5
* e1000: fix/complete merge of previous two commitsJohn-Mark Gurney2025-09-151-1/+2
* sound: Honor CHN_F_NBIODamjan Jovanovic2025-09-152-3/+3
* jail: Optionally allow audit session state to be configured in a jailMark Johnston2025-09-153-14/+14
* ip6: add SO_BINTIME supportJonathan T. Looney2025-09-151-17/+36
* udbc: Add usb debug host mode driverTom Jones2025-09-153-4/+416
* vm_fault_busy_sleep(): update comment after addition of allocflags argKonstantin Belousov2025-09-151-5/+4
* zfs: Use the correct type for raidz_outlier_check_interval_msMark Johnston2025-09-151-1/+1
* ng_btsocket_rfcomm: Mark a couple buffers as const in a helper functionMark Johnston2025-09-151-2/+2
* qat: enable qat driver for 402xx deviceHareshx Sankar Raj2025-09-1510-28/+78
* arm64: Fix the FEAT_WFxT checkAndrew Turner2025-09-151-1/+1
* arm64: Add the new C1 CPU IDsAndrew Turner2025-09-152-0/+8
* ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t *Christos Margiolis2025-09-151-1/+1
* pf: sync_ifp doesn't exist, remove externsKristof Provost2025-09-151-2/+0
* pf: Show pf fragment reassembly counters.Kristof Provost2025-09-156-0/+31
* acpi: Fix build when `ACPI_DEBUG_OUTPUT` definedAymeric Wibo2025-09-151-2/+2
* iwlwifi: Don't compile for gcc before 14Warner Losh2025-09-151-0/+3
* fusefs: spaces to tabs. No functional change.Alan Somers2025-09-151-1/+1
* sys/power: Sleep type reporting by PM backendsAymeric Wibo2025-09-143-8/+47
* acpi: Use sleep types defined in sys/power.hAymeric Wibo2025-09-144-157/+253
* sys/power: Generic sleep typesAymeric Wibo2025-09-144-35/+168
* vm_fault: assert that first_m is xbusyKonstantin Belousov2025-09-141-0/+8
* vm_fault: try to only share-busy page for soft faultsKonstantin Belousov2025-09-141-15/+93
* vm_fault: add helper vm_fault_can_cow_rename()Konstantin Belousov2025-09-141-9/+11
* vm_fault: add vm_fault_might_be_cow() helperKonstantin Belousov2025-09-141-5/+11
* vm_fault_busy_sleep(): pass explicit allocflags for vm_page_busy_sleep()Konstantin Belousov2025-09-141-3/+3
* vm/vm_fault.c: cleanup includesKonstantin Belousov2025-09-141-2/+0
* mpi3mr: Get rid of a supurious printfWarner Losh2025-09-141-2/+3
* mpi3mr: Build with gcc12 by being more explicit about conditionsWarner Losh2025-09-141-3/+3
* mpr3mr: Fix missing bracesWarner Losh2025-09-141-1/+2
* iicbb: Fix gcc12 complaintWarner Losh2025-09-141-3/+4
* pdgetpid(2): switch back returning EBADF for non-procdesc fdKonstantin Belousov2025-09-141-1/+1
* GEOM: remove the redundant if statementWuyang Chung2025-09-144-9/+0
* jaildesc: remove desc from the sysctl parameter listJamie Gritton2025-09-131-1/+0
* zfs: merge openzfs/zfs@3f4312a0aMartin Matuska2025-09-13111-281/+2804
* kern/kern_event.c: properly spell COMPAT_FREEBSD32Konstantin Belousov2025-09-131-1/+1
* vfs: denote a bug when dooming vnodes with custom locking primitivesMateusz Guzik2025-09-131-0/+11
* vfs cache: update commentary, no code changesMateusz Guzik2025-09-131-53/+109
* e1000: fix igb VF statsJohn-Mark Gurney2025-09-122-128/+232
* bridge: Do outbound VLAN filtering in bridge_enqueueLexi Winter2025-09-121-8/+14
* jaildesc: add kevent supportJamie Gritton2025-09-125-12/+154
* ng_device.c: improve compliance with style(9)Quentin Thébault2025-09-121-29/+34
* ng_device: enable setting the device to non-blocking modeQuentin Thébault2025-09-121-7/+34
* ng_device: replace dependency on vnode.h with fcntl.hQuentin Thébault2025-09-121-2/+2
* gunion: Also destroy the rw_lockWarner Losh2025-09-121-0/+1
* jail: simplify EVFILT_JAIL eventsJamie Gritton2025-09-123-68/+24
* sys/bus.h: Some style(9) fixesZhenlei Huang2025-09-121-18/+20
* cxgbe tom: Send auxiliary TLS work requests as raw WR mbufsJohn Baldwin2025-09-113-43/+51
* cxgbe tom: Export alloc_raw_mbuf for use in other TOE driversJohn Baldwin2025-09-112-1/+2