aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* u3g(4): Add more USB IDs.Hans Petter Selasky2022-08-262-0/+28
* soo_stat: Ensure error is always initialized.John Baldwin2022-08-261-1/+1
* efi: Create a define for memory descriptor versionWarner Losh2022-08-261-0/+2
* domains: use struct domain as argumentGleb Smirnoff2022-08-262-10/+6
* Fix compat10 semaphore interface racefirk2022-08-261-10/+14
* sockets: for stat(2) on a socket don't report hiwat as block sizeGleb Smirnoff2022-08-262-14/+2
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-08-261-17/+53
* nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSIONRick Macklem2022-08-261-0/+3
* nfscl: Fix handling of a bad session slot (NFSv4.1/4.2)Rick Macklem2022-08-261-1/+1
* amd64: update comment for casueword/casueword32, mentioning return value 1Konstantin Belousov2022-08-251-2/+4
* zfs: merge openzfs/zfs@a582d5299Martin Matuska2022-08-2528-74/+295
* amd64: dump standard registers when crashingMateusz Guzik2022-08-251-0/+11
* proc: read the pid prior to unlocking in report_alive_proc1Mateusz Guzik2022-08-251-1/+1
* Fix the arm generic timer on 32 bitAndrew Turner2022-08-251-0/+2
* Merge the common parts of the SMCCC handlersAndrew Turner2022-08-252-38/+16
* Add an IDC only arm64 icache sync functionAndrew Turner2022-08-253-0/+17
* Allow the kernel to emulate the physical counter on arm64Andrew Turner2022-08-251-1/+45
* rb_tree: optimize rb_insertDoug Moore2022-08-251-13/+8
* NOTES: Update the comment for MCLSHIFTMark Johnston2022-08-241-1/+1
* NOTES: Update the default MSIZE and MCLSHIFT valuesMark Johnston2022-08-241-2/+2
* fork_exit(): style commentKonstantin Belousov2022-08-241-4/+5
* x86: improve machdep.uprintf_signalKonstantin Belousov2022-08-242-6/+6
* x86: print trap name in addition of trap numberKonstantin Belousov2022-08-242-4/+8
* i386: print all GPRs, PSL, and CR3 on double faultKonstantin Belousov2022-08-241-6/+14
* i386: simplify flow control in irettrapsKonstantin Belousov2022-08-241-9/+7
* i386 doreti: stop saving/restoring %ecx around calls into CKonstantin Belousov2022-08-241-9/+8
* i386: do not allow userspace to set tf_trapno on sigreturn(2)Konstantin Belousov2022-08-241-0/+3
* irettraps: i386 does not push %ss/%esp when exception does not switch ringsKonstantin Belousov2022-08-241-4/+5
* i386 copyout_fast: improve detection of a fault on accessing userspaceKonstantin Belousov2022-08-242-12/+36
* freebsd32_sendmsg: fix control message ABIBrooks Davis2022-08-241-10/+11
* cxgbe: don't support MJUMPAGESIZE != MCLBYTESBrooks Davis2022-08-242-12/+0
* mbuf: Don't support PAGE_SIZE < 4KBrooks Davis2022-08-243-9/+4
* netinet6: fix SIOCSPFXFLUSH_IN6 by skipping manually-configured prefixesAlexander V. Chernikov2022-08-244-4/+9
* linuxkpi: unbreak linux_i2cbbEmmanuel Vadot2022-08-242-41/+118
* arm64: Remove unused typedefWarner Losh2022-08-241-8/+0
* Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin2022-08-2310-10/+15
* rms: add rms_assert_rlock_okMateusz Guzik2022-08-232-1/+8
* *DRIVER_MODULE*: Remove the compat shims to accept the devclass argument.John Baldwin2022-08-231-52/+10
* pmu_dmc620: Remove unused devclass from DRIVER_MODULE.John Baldwin2022-08-231-3/+1
* cmn600: Remove unused devclass from DRIVER_MODULE.John Baldwin2022-08-231-2/+1
* mv88e151x: Remove unused devclass argument from DRIVER_MODULE.John Baldwin2022-08-231-3/+1
* tcp: Rack rwnd collapse.Randall Stewart2022-08-233-126/+300
* TCP Lro has a loss of timestamp precision and reorders packets.Randall Stewart2022-08-231-21/+89
* pfsync: replace struct pfsync_pkt with int flagsLuiz Amaral2022-08-222-45/+33
* nfsd: Allow multiple instances of rpc.tlsservdRick Macklem2022-08-224-47/+122
* arm/gic: fix a KASSERT in arm_gic_reserve_msi_range()Bjoern A. Zeeb2022-08-221-1/+1
* ibcore: Add support for RDMA/RoCE using VLAN(4) devices.Hans Petter Selasky2022-08-221-1/+1
* sound(4): Fix order of parameters for custom equalizer band pass filter.Hans Petter Selasky2022-08-221-3/+2
* uart: Add ACPI entry for LS1046A UARTMateusz Kozyra2022-08-221-0/+1
* ip_reass: don't drain all vnets on a vnet destroyGleb Smirnoff2022-08-211-11/+17