aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-16745-745/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163598-7200/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-1644-44/+44
* sys: Add a deprecation warning for 32-bit kernels.John Baldwin2023-08-161-0/+9
* cxgbe(4): Update firmwares to 1.27.4.0Navdeep Parhar2023-08-168-9/+9
* powerpc/ata: Remove non-standard __FBSDID()Warner Losh2023-08-161-3/+0
* cursor.bdf: Remove $FreeBSD$ tagWarner Losh2023-08-161-2/+0
* ps3: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-161-1/+0
* vnode_if: Don't add $FreeBSD$ to the outputWarner Losh2023-08-161-2/+0
* fw_stub: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-161-2/+1
* miidevs2h: Ignore the first lineWarner Losh2023-08-161-7/+0
* usbdevs2h: Ignore First Line and stop generating $FreeBSD$Warner Losh2023-08-161-5/+0
* e1000: Fix off by one ipcseKevin Bowling2023-08-151-1/+1
* nvme.h: Fix a comment typo in admin opcode enumJohn Baldwin2023-08-151-1/+1
* drm2: remove unused Alpha and MIPS #definesEd Maste2023-08-151-7/+0
* x86: include CPU ID in "Invalid CPU ID" panicEd Maste2023-08-151-1/+1
* arm64: increase MAXCPU to 1024, following amd64Ed Maste2023-08-151-1/+1
* arm64: Add a driver for the Arm PL031 RTCAndrew Turner2023-08-153-0/+157
* ofw_firmware: Return BUS_PROBE_GENERIC instead of 0Emmanuel Vadot2023-08-151-1/+6
* e1000: disable TSO on lem(4) and em(4)Kevin Bowling2023-08-151-0/+6
* nvme: use mtx_padaalign instead of mtx + alignment attributeWarner Losh2023-08-141-1/+1
* pci: return 0 for pci_remap_intr_method MSI-X non-error caseEd Maste2023-08-141-1/+4
* x86: move EARLY_AP_STARTUP into DEFAULTSEd Maste2023-08-147-5/+4
* sockets: on accept(2) don't copy all of so_options to new socketGleb Smirnoff2023-08-141-1/+13
* vm: Allow MAP_32BIT for all architecturesDmitry Chagin2023-08-143-24/+3
* vm: MAP_32BIT_MAX_ADDR defined in sys/mman.hDmitry Chagin2023-08-141-4/+0
* ofed: fix roce gid insertion for vlan interfacesBartosz Sobczak2023-08-141-1/+1
* linux(4): Fix MSG_CTRUNC handling in recvmsg()Dmitry Chagin2023-08-141-3/+2
* linux(4): Add a comment explaining udata freeing on errorDmitry Chagin2023-08-141-0/+1
* linux(4): Refactor recvmsgDmitry Chagin2023-08-141-37/+64
* linux(4): Skip unsupported anxiliary messageDmitry Chagin2023-08-141-5/+10
* linux(4): Improve readability of recvmsg control buffer copyout codeDmitry Chagin2023-08-141-3/+2
* linux(4): Drop bogus empty line in linux_socket.cDmitry Chagin2023-08-141-1/+0
* linux(4): Fix control message size calculation againDmitry Chagin2023-08-141-1/+1
* sctp: cleanupMichael Tuexen2023-08-143-32/+15
* sctp: add an assertMichael Tuexen2023-08-131-1/+2
* sctp: use consistent names for locking macrosMichael Tuexen2023-08-132-4/+9
* ixgbe: define IXGBE_LE32_TO_CPUSKevin Bowling2023-08-142-3/+3
* ofw_firmware: Only match if there is no compatibleEmmanuel Vadot2023-08-131-1/+4
* tc_fill_vdso_timehands32(): fixKonstantin Belousov2023-08-124-4/+11
* Set UFS/FFS file type to snapshot before changing its block pointers.Kirk McKusick2023-08-122-6/+10
* vlan: Respect IFCAP_LRO maskKevin Bowling2023-08-121-1/+1
* Revert "if_vlan: do not enable LRO for bridge interaces"Kristof Provost2023-08-121-15/+7
* gve: Simplify tx loop over buffer ringShailend Chand2023-08-121-3/+2
* vm: Fix address hints of 0 with MAP_32BITAlan Cox2023-08-122-12/+18
* linuxolator: implement Linux' PROT_GROWSDOWNKonstantin Belousov2023-08-124-10/+18
* vm_map_protect(): add VM_MAP_PROTECT_GROWSDOWN flagKonstantin Belousov2023-08-122-0/+20
* vm_map_growstack(): restore stack gap data if gap entry was removedKonstantin Belousov2023-08-121-3/+7
* vm_map: do not allow to merge stack gap entriesKonstantin Belousov2023-08-121-1/+2
* vm_map_protect(): handle stack protection stored in the stack guardKonstantin Belousov2023-08-121-4/+23