aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vt: clarify comments on kbd add/releaseEd Maste3 hours1-2/+2
* irdma(4): use related vnet for searching netdevBartosz Sobczak44 hours5-19/+46
* ice(4): Match irdma interface changesBartosz Sobczak44 hours5-22/+69
* irdma(4): upgrade to 1.2.17-kBartosz Sobczak44 hours30-1156/+1667
* irdma(4): Upgrade the driver to 1.1.11-kBartosz Sobczak45 hours27-596/+936
* net: Check per-flow priority code point for untagged trafficZhenlei Huang4 days1-5/+16
* Fix geom build with clang 17 and KTR enabledDimitry Andric4 days1-5/+8
* net/bpf: Fix writing of buffer bigger than PAGESIZEFlorian Florensa7 days1-1/+9
* msi: handle error from BUS_REMAP_INTR in msi_assign_cpuEd Maste7 days1-15/+32
* shmfd: hide direct rangelock(9) use under a wrapperKonstantin Belousov9 days1-33/+31
* blackhole(4): disable for locally originated TCP/UDP packetsGleb Smirnoff10 days4-4/+27
* ahci: add AMD device id in RAID modeAndrey V. Elsukov11 days1-0/+1
* hwpmc_armv7: plug memory leakMitchell Horne13 days1-1/+9
* hwpmc_arm64: plug memory leakMitchell Horne13 days1-1/+9
* sys/README.md: Add a section for documentationMitchell Horne13 days1-0/+11
* vmxnet3: do restart on VLAN changesKevin Bowling13 days1-0/+14
* iflib: invert default restart on VLAN changesKevin Bowling13 days5-10/+8
* ice: Don't restart on VLAN changesKevin Bowling13 days1-0/+20
* iavf: Add explicit ifdi_needs_reset for VLAN changesKevin Bowling13 days1-0/+21
* bnxt: Don't restart on VLAN changesKevin Bowling13 days1-0/+13
* kthread_add(): do not allow to attach the thread to a dead or dying processKonstantin Belousov2023-09-091-0/+4
* kern_kthread: fork1() does not handle locked GiantKonstantin Belousov2023-09-091-17/+43
* kern_kthread.c: some styleKonstantin Belousov2023-09-091-14/+15
* arcmsr(4): Fix typo: rebulid -> rebuildMustafa Ateş Uzun2023-09-081-10/+10
* if_vlan: Always default to 802.1q.Dag-Erling Smørgrav2023-09-081-5/+0
* wmistat: don't restrict reading to the pid that opened the fd.Dag-Erling Smørgrav2023-09-081-2/+1
* MFC: MFV: zlib: examples: define functions as static ones. (PR #855)Xin LI2023-09-082-27/+27
* mcast: fix memory leak in imf_purge()Kristof Provost2023-09-071-0/+2
* cxgbe ddp: Trim stale function prototypeJohn Baldwin2023-09-061-2/+0
* pcm: Turn SND_DECLARE_FILE into a no-op.John Baldwin2023-09-062-63/+17
* sys: Add a deprecation warning for 32-bit kernels.John Baldwin2023-09-061-0/+9
* netsmb: Add bounds checking to smb_t2_placedataJohn Baldwin2023-09-061-3/+9
* cd9660: Reject volumes with small logical block sizesJohn Baldwin2023-09-061-0/+7
* g_raid concat: Fail requests to read beyond the end of the volumeJohn Baldwin2023-09-061-13/+11
* udf: Reject read requests with an invalid lengthJohn Baldwin2023-09-062-1/+8
* ptrace: Clear TDB_BORN during PT_DETACH.John Baldwin2023-09-063-3/+3
* cxgbe: Don't leak memory resource if t4iov attach fails.John Baldwin2023-09-061-3/+12
* aio: Fix more synchronization issues in aio_biowakeup.John Baldwin2023-09-062-6/+7
* aio_biowakeup: Various style fixes.John Baldwin2023-09-061-2/+2
* aio: Fix a test and set race in aio_biowakeup.Keith Reynolds2023-09-061-2/+1
* aio: whack "set but not used" warningsMateusz Guzik2023-09-061-4/+1
* aio: Fix up the opcode in aiocb32_copyin()Mark Johnston2023-09-061-0/+2
* lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro2023-09-062-1/+7
* ccr: Retire ccr_softc member in struct adapter.John Baldwin2023-09-062-41/+41
* During F_SETFL, don't change file flags on errorAlan Somers2023-09-061-5/+12
* Implement GEOM::rotation_rate for gmirrorAlan Somers2023-09-062-0/+30
* tcp: Initialize the maximum number of entries in a client cookie cache bucketZhenlei Huang2023-09-061-2/+3
* net: Remove vlan metadata on pcp / vlan encapsulationZhenlei Huang2023-09-061-2/+5
* geom_linux_lvm: Check the offset of physical volume headerZhenlei Huang2023-09-061-3/+13
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-09-041-1/+1