aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bhyve: add Qemu PPI emulation for TPM devicesCorvin Köhne2023-08-144-0/+573
* 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
* stress2: Added a 'fsck_ffs -B' regression testPeter Holm2023-08-131-0/+119
* gdtoa: Regenerate configuration headers for 32-bit arm.Michal Meloun2023-08-132-11/+9
* MFV: less v643.Xin LI2023-08-1318-55/+191
|\
| * Vendor import of less v643.vendor/less/v643Xin LI2023-08-1355-2362/+12216
* | vis(3): need <stdint.h> for SIZE_MAXKyle Evans2023-08-131-0/+1
* | Merge commit 'acb089b983171667467adc66f56a723b609ed22e' into kbsd/visKyle Evans2023-08-135-30/+76
|\ \
| * | Vendor import of NetBSD's (un)vis(3) at 2023-08-13vendor/NetBSD/libc-vis/20230813vendor/NetBSD/libc-visKyle Evans2023-08-135-31/+123
* | | tc_fill_vdso_timehands32(): fixKonstantin Belousov2023-08-124-4/+11
* | | libc vdso time functions: correctly convert errors into errnosKonstantin Belousov2023-08-122-2/+10
* | | 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
* | | vm_map_protect(): move guard handling at the last phase into an empty dedicat...Konstantin Belousov2023-08-121-4/+17
* | | vm_map_growstack(): handle max protection for stacksKonstantin Belousov2023-08-121-4/+5
* | | vm_map.c: add CONTAINS_BITS macroKonstantin Belousov2023-08-121-12/+13
* | | Add vm_map_insert1(9)Konstantin Belousov2023-08-122-25/+52
* | | vm_map_insert(): update herald commentKonstantin Belousov2023-08-121-3/+2
* | | rpi: Simplify dtb file testsWarner Losh2023-08-121-3/+3
* | | clang: Minor build simplification now that armv[45] is not supportedWarner Losh2023-08-121-5/+6
* | | Makefile.inc1: Remove redundant test for armv[67]Warner Losh2023-08-121-1/+1
* | | release(7): Bump date after introducing VMFSLIST in 32ae9a6b3937Li-Wen Hsu2023-08-121-1/+1
* | | tests: Also exclude powerpc/powerpcspe from mmap_map_32bit_testLi-Wen Hsu2023-08-121-1/+2
* | | if_vlan: do not enable LRO for bridge interacesPaul Vixie2023-08-111-7/+15
* | | tmpfs: add the "pgread" mount option to the allowed options list for mountKonstantin Belousov2023-08-111-1/+1
* | | pkgbase: move libcom_err from kerberos to kerberos-libDoug Rabson2023-08-111-1/+1
* | | vtnet: allow IFF_ALLMULTI to be set without VIRTIO_NET_F_CTRL_RXKristof Provost2023-08-111-2/+5
* | | Optimize operations on UFS/FFS filesystems with bad cylinder group(s).Kirk McKusick2023-08-111-8/+45
* | | Cleanups to UFS/FFS ffs_checkblk().Kirk McKusick2023-08-111-21/+23