aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* unix/dgram: don't clear so_error in case of MSG_PEEKGleb Smirnoff2024-02-011-1/+2
* syscalls.master: Remove stray blank linesBrooks Davis2024-02-011-5/+0
* mpr: endianess fix for set/get dpm page0Robert Wing2024-02-011-9/+8
* pmap: Convert boolean_t to bool.John Baldwin2024-01-3121-529/+524
* acpica: Fix build with ACPICA 20230331 and laterJung-uk Kim2024-01-311-4/+4
* timerfd: Move kern_timerfd_* prototypes to <sys/syscallsubr.h>John Baldwin2024-01-313-7/+6
* virtio: Add more device IDs from the specificationBryan Venteicher2024-01-312-0/+12
* acpica: Import ACPICA 20230628Jung-uk Kim2024-01-3138-96/+651
* acpica: Import ACPICA 20230331Jung-uk Kim2024-01-31359-557/+2837
* cxgbe tom: Enable ULP_MODE_TCPDDP on demandJohn Baldwin2024-01-314-20/+95
* cxgbe tom: Limit TOE connections to 2 reassembly islands alwaysJohn Baldwin2024-01-311-11/+8
* cxgbe: Add counters for POSIX async I/O requests handled by the driverJohn Baldwin2024-01-315-3/+39
* syscallsubr.h: Sort kern_membarrier prototype alphabeticallyJohn Baldwin2024-01-311-2/+2
* zfs: merge openzfs/zfs@2e6b3c4d9Martin Matuska2024-01-3087-332/+711
* sys/mount.h: use __inlineKonstantin Belousov2024-01-301-1/+1
* pf: uncomment counter asserts after mem leak fixIgor Ostapenko2024-01-301-5/+0
* riscv: Remove the unused riscv64_cpu driverJessica Clarke2024-01-301-76/+0
* sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff2024-01-309-23/+9
* snd_hdspe(4): Per device sysctl for sample rate.Florian Walpen2024-01-303-0/+46
* scsi_cd: Remove commented-out codeMark Johnston2024-01-301-201/+0
* scsi_cd: Maintain a periph reference during media checksMark Johnston2024-01-301-11/+10
* scsi_cd: Use a bool for the second parameter of cdcheckmedia()Mark Johnston2024-01-301-5/+5
* rdmsr_safe/wrmsr_safe: handle pcb_onfault nestingAndriy Gapon2024-01-301-5/+7
* nvme: Use the NVMEF macro to construct fieldsJohn Baldwin2024-01-293-16/+17
* nvme: Add NVMEF helper macro as the inverse of NVMEVJohn Baldwin2024-01-291-0/+3
* nvme: Use the NVMEM macro instead of expanded versionsJohn Baldwin2024-01-292-4/+4
* nvme: Rename NVMEB helper macro to NVMEMJohn Baldwin2024-01-291-1/+1
* nda: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-01-291-8/+5
* nvme: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-01-294-50/+51
* TCP LRO: convert TCP header fields to host byte order earlierMichael Tuexen2024-01-292-7/+4
* linuxkpi: remove invalid KASSERT from hash_add_rcuEd Maste2024-01-291-2/+0
* pf: bind route-to states to their route-to interfaceKristof Provost2024-01-291-4/+23
* pfil: PFIL_PASS never frees the mbufKristof Provost2024-01-295-8/+11
* tcp: move cc_post_recovery past snd_una updateRichard Scheffenegger2024-01-271-28/+22
* vtnet: Adjust for ethernet alignment.Warner Losh2024-01-291-0/+21
* mpi3mr: Fix confusion over | and &Warner Losh2024-01-291-2/+2
* snd_hdspe(4): Per device sysctl for period.Florian Walpen2024-01-283-0/+42
* if_eqos: Fix a typo in a kernel error messageGordon Bergling2024-01-281-1/+1
* subr_bus: report DEVICE_SUSPEND failuresAndriy Gapon2024-01-281-1/+5
* hdaa_pcmchannel_setup: do not advertise AC3 8+0Andriy Gapon2024-01-281-1/+0
* dtrace: make 'ring' and 'fill' policies imply 'noswitch' flagAndriy Gapon2024-01-281-3/+2
* run acpi_shutdown_final later to give other handlers a chanceAndriy Gapon2024-01-281-1/+1
* ichsmb: fix block read operationAndriy Gapon2024-01-282-20/+46
* change ipmi watchdog to awlays stop when system is haltedAndriy Gapon2024-01-281-1/+5
* fix signature of ipmi_shutdown_eventAndriy Gapon2024-01-281-1/+1
* mmc_fdt_parse: remove redundant bootverbose checkAndriy Gapon2024-01-281-1/+1
* dwmmc: fix a typoAndriy Gapon2024-01-281-1/+1
* rk_i2s: remove unused definitionAndriy Gapon2024-01-281-2/+0
* rk_i2s: change interrupt type from MISC to AV (audio/video)Andriy Gapon2024-01-281-1/+1
* rk3328_codec: remove diagostic printfsAndriy Gapon2024-01-281-15/+1