Skip site navigation (1)Skip section navigation (2)


2023/dev-commits-src-all/20230430.dev-commits-src-all

Messages: 343, new messages first
Last update: Sun Apr 30 5:50:04 2023

home | archive sorted by: subject | author | date | reverse date
  1. Apr 29 Dimitry Andric             Re: git: 060699e91369 - stable/13 - Merge llvm-project release/15.x llvmorg-15.0.7-0-g8dfdcc7b7bf6
  2. Apr 29 Jason A. Harmening         Re: git: 060699e91369 - stable/13 - Merge llvm-project release/15.x llvmorg-15.0.7-0-g8dfdcc7b7bf6
  3. Apr 29 Kirk McKusick              git: 0c6c748f7827 - stable/13 - Skip Pass 5 in fsck_ffs(8) when corrupt cylinder groups remain unfixed.
  4. Apr 29 Kirk McKusick              git: b180a0773bef - stable/13 - Bug fixes for fsck_ffs(8).
  5. Apr 29 Kirk McKusick              git: 146ba7a1d60c - stable/13 - Add `chdb' command to fsdb(8) to set direct block numbers.
  6. Apr 29 Kirk McKusick              git: 427b3d970ad9 - stable/13 - Improvement in UFS/FFS directory placement when doing mkdir(2).
  7. Apr 29 Hans Petter Selasky        stable/13 - planned merge from main - USB and mlx5 related
  8. Apr 29 Kristof Provost            git: 61b95bcb4299 - main - wg: change module name to if_wg
  9. Apr 29 Vladimir Druzenko          git: 41788453b01e - main - Reported by: vvd Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D39859
 10. Apr 29 Ceri Davies                git: fef74e99fc23 - main - setfacl.1: correct reference to a trailing comma, should read "colon" PR:  271063 Reported by: rdd@rdd.nu
 11. Apr 29 Dimitry Andric             git: aee90183065e - stable/12 - al_eth: make function definitions consistent with declarations
 12. Apr 29 Dimitry Andric             git: 821e1767aa38 - stable/12 - Use bool for one-bit wide bit-fields
 13. Apr 29 Dimitry Andric             git: e9e1f2a88e4b - stable/12 - powerpc: fix a few pmap related functions to return correct types
 14. Apr 29 Dimitry Andric             git: 4e7487f388cd - stable/12 - Include bsd.linker.mk to get LINKER_TYPE and VERSION in rescue
 15. Apr 29 Dimitry Andric             git: d5ee36dbb272 - stable/12 - Suppress lld 16 errors about undefined symbols in version maps
 16. Apr 29 Dimitry Andric             git: c14351db0d06 - stable/12 - Suppress lld 16 errors about multiply defined symbols in rescue
 17. Apr 29 Dimitry Andric             git: 99a98c68f441 - stable/13 - al_eth: make function definitions consistent with declarations
 18. Apr 29 Dimitry Andric             git: 1150a69dbdf1 - stable/13 - Use bool for one-bit wide bit-fields
 19. Apr 29 Dimitry Andric             git: 286ed9ef4f9f - stable/13 - powerpc: fix a few pmap related functions to return correct types
 20. Apr 29 Dimitry Andric             git: beb6b55d5095 - stable/13 - kcsan: add __tsan_mem(cpy|move|set) aliases for clang >= 16


21. Apr 29 Dimitry Andric git: 3d70637529b3 - stable/13 - Include bsd.linker.mk to get LINKER_TYPE and VERSION in rescue 22. Apr 29 Dimitry Andric git: aa6748692085 - stable/13 - Suppress lld 16 errors about undefined symbols in version maps 23. Apr 29 Dimitry Andric git: 405cd10f3739 - stable/13 - Suppress lld 16 errors about multiply defined symbols in rescue 24. Apr 28 Alex Richardson git: b347c2284603 - main - cross-build: Add common compatibility headers after OS-specific ones 25. Apr 28 John Baldwin Re: git: 8371bbdadb9b - main - bhyve: enable capsicum for snapshot code 26. Apr 28 Doug Ambrisko git: 676333296937 - main - mrsas(4) switch from PTRIN define to include sys/abi_compat.h 27. Apr 28 Doug Ambrisko Re: git: e133103ab6b3 - main - mrsas(4) fix build on targets that don't define PTRIN. 28. Apr 28 Dmitry Chagin Re: git: e133103ab6b3 - main - mrsas(4) fix build on targets that don't define PTRIN. 29. Apr 28 Kyle Evans Re: git: c1e813d12309 - main - hwpmc: Correct selection of Intel fixed counters. 30. Apr 28 Doug Ambrisko git: e133103ab6b3 - main - mrsas(4) fix build on targets that don't define PTRIN. 31. Apr 28 Emmanuel Vadot git: d43bf55fc545 - main - armv7: Fix BeagleBone Black panic on system start 32. Apr 28 Konstantin Belousov git: 2544b8e00ca1 - main - vfs: Rename vfs_emptydir() to vn_dir_check_empty() 33. Apr 28 Konstantin Belousov git: c21d87a88c72 - main - vfs: vn_dir_next_dirent(): Adapt comments to style(9) 34. Apr 28 Ed Maste git: e3b937fa9ea9 - main - src.conf.5: regen after 4f6a5e1d6ce3, NETLINK_SUPPORT default change 35. Apr 28 Ravi Pokala git: 15d69c840d86 - main - jedec_dimm(4): Refactor offset adjustment and page0 reset 36. Apr 28 Ravi Pokala git: de57e0ef5a15 - main - jedec_dimm(4): Add manufacturing year and week. 37. Apr 28 Yuri Re: git: 4f6a5e1d6ce3 - main - netlink: enable NETLINK_SUPPORT by default on all architectures. 38. Apr 28 Doug Ambrisko git: e315351fc7af - main - Add the mfi(4) ioctl support to mrsas(4) 39. Apr 28 Alexander V. Chernikov git: 2711d4345e87 - main - netlink: fix debug message on 32-bit archs 40. Apr 28 Alexander V. Chernikov git: bc8dc48437a4 - main - netlink: add forgotten opt_netlink header
41. Apr 28 Mark Johnston git: b999f2458c5a - main - kinst: do not use DPCPU_ID_GET if we already have the trampoline 42. Apr 28 Mark Johnston git: 6eca9db1e7a5 - main - busdma: Update KMSAN shadow maps later in bounce_bus_dmamap_sync() 43. Apr 28 Dimitry Andric git: 56f2446575c7 - main - Apply clang fix for assertion building emulators/rpcs3 44. Apr 28 Alexander V. Chernikov git: dc818134974a - main - netlink: properly zero all fields in the ndmsg header. 45. Apr 28 Alexander V. Chernikov git: 30d7e724db0c - main - route: show originator PID in netlink monitor 46. Apr 28 Alexander V. Chernikov git: 9e79038c5024 - main - netlink: fix netlink interface operations when netlink is loaded as a module. 47. Apr 28 Alexander V. Chernikov git: 4f6a5e1d6ce3 - main - netlink: enable NETLINK_SUPPORT by default on all architectures. 48. Apr 28 Kristof Provost git: 95bc3ba7fec5 - main - libifconfig: fix incorrect carp output 49. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: b8cca0cdc0c1 - stable/13 - bhyve: remove redundant variable 50. Apr 28 Andrew Turner git: 020edaea2ab0 - main - Split out pmap_map_delete on arm64 51. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 82622189fe02 - stable/13 - bhyve: add QEMU_FWCFG_INDEX_MAX_CPUS item 52. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 0ad27bd40b35 - stable/13 - bhyve: add hook for PCI header of passthru devices 53. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 847adbb116fb - stable/13 - bhyve: define array to protect passthru regs 54. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 9c8a0c311a96 - stable/13 - bhyve: save softc of ACPI devices 55. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 1c7053169d9d - stable/13 - bhyve: allow device specific DSDT entries 56. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: fbf9519ab923 - stable/13 - bhyve: check for errors when writing device specific DSDT entries 57. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 76f744cf2d08 - stable/13 - bhyve: allow building device specific ACPI tables 58. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 3f7acfe0730c - stable/13 - bhyve: introduce acpi_device_emul struct 59. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: d4cae9c5e63e - stable/13 - bhyve: add config option to modify LPC IDs 60. Apr 28 Zhenlei Huang git: bbfb244724e2 - main - mrsas: Fix a typo in a source code comment
61. Apr 28 Zhenlei Huang git: 5bcbdb0b2eb4 - main - mps: Fix a typo in a source code comment 62. Apr 28 Zhenlei Huang git: 99cb088f1a25 - main - ixgbe: Fix typos in source code comments 63. Apr 28 Dmitry Chagin git: 166e2e5a9e87 - main - linux(4): Uniformly dev_t arguments translation 64. Apr 28 Dmitry Chagin git: 994ed958ae05 - main - linux(4): Add a dedicated fstat() implementation 65. Apr 28 Dmitry Chagin git: cb858340dcbf - main - linux(4): Add a dedicated statat() implementation 66. Apr 28 Dmitry Chagin git: 80d8a4a00308 - main - linux(4): Make struct stat64 to match Linux actual one 67. Apr 28 Dmitry Chagin git: cd0fca82bb86 - main - linux(4): Regen for mknod syscall changes 68. Apr 28 Dmitry Chagin git: ca3333dd4a3b - main - linux(4): Use Linux dev_t type for mknod syscalls dev argument 69. Apr 28 Dmitry Chagin git: 19973638bee2 - main - linux(4): Move dev_t type declaration under /compat/linux 70. Apr 28 Dmitry Chagin git: e0bfe0d62ca7 - main - linux(4): Make struct newstat to match actual Linux one 71. Apr 28 Dmitry Chagin git: 023e6884967d - main - linux(4): Regen for struct l_old_stat changes 72. Apr 28 Dmitry Chagin git: 2370c7321fd3 - main - linux(4): Update syscalls.master to reflect struct l_old_stat 73. Apr 28 Dmitry Chagin git: 391fd1e1a1e8 - main - linux(4): Mark old fstat syscal as unimplemented 74. Apr 28 Dmitry Chagin git: a408fc097f43 - main - linux(4): Rename obsolete old struct l_stat to struct l_old_stat 75. Apr 28 Dmitry Chagin git: e9204c5c2c5c - main - linux(4): Move statx_copyout() close to linux_statx() 76. Apr 28 Dmitry Chagin git: 6072eea0c375 - main - linux(4): Move translate_vnhook_major_minor() into the Linux common module 77. Apr 28 Dmitry Chagin git: 2a38f51c5b8a - main - linux(4): Sort includes in the linux_stats.c 78. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 8371bbdadb9b - main - bhyve: enable capsicum for snapshot code 79. Apr 28 =?utf-8?Q?Corvin=20K=C3=B6 git: 18126b647a43 - main - bhyve: use directory file descriptor for checkpoint 80. Apr 28 Eugene Grosbein git: dffde5aa070b - stable/12 - ipfw.8: MFC: improve description for interface matching
81. Apr 28 Eugene Grosbein git: f1c5c9353c0e - stable/13 - ipfw.8: MFC: improve description for interface matching 82. Apr 28 Konstantin Belousov git: cae85a647ad7 - main - efiwake(8): style 83. Apr 28 Jessica Clarke Re: git: 1808b5577da8 - main - Add efiwake tool 84. Apr 28 Konstantin Belousov git: 1808b5577da8 - main - Add efiwake tool 85. Apr 28 Konstantin Belousov git: 3f3ad56520ac - main - Expose EFI wake time API 86. Apr 28 Konstantin Belousov git: 6450e7bbad0c - main - vfs: Fix "emptydir" mount option 87. Apr 28 Konstantin Belousov git: 3d8450db4c60 - main - vfs: vn_dir_next_dirent(): Simplify interface and harden 88. Apr 28 Konstantin Belousov git: 6bce3f23d0aa - main - vfs: Export get_next_dirent() as vn_dir_next_dirent() 89. Apr 27 Ed Maste git: 7f6a000fcec3 - main - CONTRIBUTING: add intro describing the ways we accept contributions 90. Apr 27 Simon J. Gerraty git: 090e9752d729 - main - Additions to targets/pseudo/host-tools 91. Apr 27 Simon J. Gerraty git: e020aa37b858 - main - jobs.mk report JOB_ARGS log and JOB_LOG_START 92. Apr 27 Yuri Pankov git: 08ed87514f92 - main - tzsetup: appease checkstyle9 93. Apr 27 Ed Maste git: 9e4ae81971f7 - stable/13 - link_elf: fix SysV hash function overflow 94. Apr 27 Ed Maste git: 26cc23c84e0e - stable/13 - rtld: fix SysV hash function overflow 95. Apr 27 Ed Maste git: 937d152b3e62 - stable/13 - rtld: reindent and style(9) elf_hash() 96. Apr 27 Ed Maste git: 47af8281c55d - stable/13 - memmem: add a note about other systems which have memmem 97. Apr 27 Ed Maste git: 3b63f0b70671 - stable/13 - llvm: fix some llvm-* tool links when WITH_LLVM_BINUTILS is set 98. Apr 27 Ed Maste git: 68ffc1e6ee00 - stable/13 - release: Remove "All Rights Reserved" from FreeBSD Foundation copyrights 99. Apr 27 Yuri Pankov git: cfd0217aa9a9 - main - tzsetup: adopt zone1970.tab changes 100. Apr 27 Mark Johnston git: ec45f952a232 - main - sockbuf: Add KMSAN checks to sbappend*()
101. Apr 27 Ed Maste git: 0001406ae235 - stable/13 - makefs: set cd9660 Rock Ridge timestamps for . and .. 102. Apr 27 Ed Maste git: d74a8305b0ca - stable/13 - makefs: call brelse from bread 103. Apr 27 Ed Maste git: 545163d9bc9c - stable/12 - openssh: restore PrintLastLog option 104. Apr 27 Eugene Grosbein git: 83fd35b3f3fa - main - logger(1): fix timestamps in case of long run 105. Apr 27 Ed Maste git: 170520f88229 - stable/13 - openssh: restore PrintLastLog option 106. Apr 27 Mark Johnston git: 7ee4066db129 - main - cap_net tests: Skip tests if there is no connectivity 107. Apr 27 Guido Falsi git: 014e03411f20 - main - bhyve: Add DEBUG_HDA_FILE define to specify location of debug output 108. Apr 27 Guido Falsi git: 03d3124629e8 - main - bhyve: Disable bhyve HDA debug by default. 109. Apr 27 Kyle Evans git: 087a2e64ba7d - main - openzfs: re-enable FPU usage on aarch64 110. Apr 27 Kyle Evans git: 42f0ac5f1bd2 - main - Fix BLAKE3 aarch64 assembly for FreeBSD and macOS 111. Apr 27 Konstantin Belousov git: 06e36c8c7717 - stable/13 - posixshmcontrol(1): silently ignore inaccessible segments when listing 112. Apr 27 Konstantin Belousov git: 8ce363a9b02f - stable/13 - sys/dirent.h: comment update, 'd_off' is offset of next entry 113. Apr 27 Kyle Evans Re: [EXTERNAL] Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) 114. Apr 26 Cheng Cui git: 60167184abd5 - main - siftr: remove barely used hash generation per record 115. Apr 26 Souradeep Chakrabarti RE: [EXTERNAL] Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) 116. Apr 26 Vincenzo Maffione git: 8c3b8c838674 - main - netmap: pkt-gen: sync with upstream 117. Apr 26 Souradeep Chakrabarti RE: [EXTERNAL] Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) 118. Apr 26 John Baldwin Re: git: 2d7842d0bfb4 - main - arp/ndp: Use valid prototypes for function declarations with no arguments. 119. Apr 26 John Baldwin git: 2d7842d0bfb4 - main - arp/ndp: Use valid prototypes for function declarations with no arguments. 120. Apr 26 George Kontostanos Re: git: d7e3b05b0de1 - main - arm: remove passing trapframe to intr_ipi_dispatch()
121. Apr 26 Andrew Turner git: d7e3b05b0de1 - main - arm: remove passing trapframe to intr_ipi_dispatch() 122. Apr 26 Andrew Turner git: c7e5e9dc41ad - main - arm: remove interrupt nesting by ipi_preempt()/ipi_hardclock() 123. Apr 26 Alexander Motin Re: git: d09a955a605d - main - zfs: Fix positive ABD size assertion in abd_verify(). 124. Apr 26 Warner Losh Re: git: ce5a210997da - main - openzfs: arm64: implement kfpu_begin/kfpu_end 125. Apr 26 Mateusz Guzik git: d09a955a605d - main - zfs: Fix positive ABD size assertion in abd_verify(). 126. Apr 26 Ed Maste git: b73183d1a243 - main - ipv6: disable RFC 4620 nodeinfo by default 127. Apr 26 Kyle Evans git: 7c0af1af0a8b - stable/13 - uart(4): add Sunrise Point UART controllers 128. Apr 26 Kyle Evans git: 362677cae8e9 - stable/13 - loader: comconsole: don't unconditionally wipe out hw.uart.console 129. Apr 26 Kyle Evans git: ce5a210997da - main - openzfs: arm64: implement kfpu_begin/kfpu_end 130. Apr 26 Ed Maste git: d101dc743345 - Create tag vendor/libfido2/1.11.0 131. Apr 26 Ed Maste git: 3ed9fe5758c0 - Create tag vendor/libfido2/1.12.0 132. Apr 26 Ed Maste git: 953ce79981a1 - Create tag vendor/libfido2/1.13.0 133. Apr 26 Ed Maste git: ad44dc254eb8 - Create tag vendor/libfido2/1.10.0 134. Apr 26 Ed Maste git: 91f012998802 - Create tag vendor/libfido2/1.9.0 135. Apr 26 Mark Johnston git: 2c0209a2ca43 - main - callout: Remove an unneeded MTX_NEW 136. Apr 26 Kristof Provost git: a81f5112a002 - main - pf: clear PF_TAG_ROUTE_TO for dummynet fast path 137. Apr 26 Kristof Provost git: 9ec48bc31e45 - main - pfctl: match expand_label_addr() prototype to definition 138. Apr 26 Mark Johnston Re: git: 78cfa762ebf2 - main - callout: Move per-CPU callout state into the dpcpu region 139. Apr 26 Hans Petter Selasky Re: git: 78cfa762ebf2 - main - callout: Move per-CPU callout state into the dpcpu region 140. Apr 26 George Kontostanos Re: git: b9600db494a0 - main - prometheus_sysctl_exporter: Replace magic numbers with identifiers.
141. Apr 26 Mark Johnston git: e72f7ed43eef - main - buf: Dynamically allocate per-CPU buffer queues 142. Apr 26 Mark Johnston git: 78cfa762ebf2 - main - callout: Move per-CPU callout state into the dpcpu region 143. Apr 26 Mark Johnston git: 74ac712f72cf - main - vmm: Dynamically allocate a couple of per-CPU state save areas 144. Apr 26 Dmitry Chagin git: e185d83fc48b - main - linux(4): Use inlined LINUX_KERNVER for tests to improve readability 145. Apr 26 Dmitry Chagin git: 76f8584e49cf - main - linux(4): Don't relie on process osreldata when testing features 146. Apr 26 Souradeep Chakrabarti RE: [EXTERNAL] Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) 147. Apr 26 Mark Johnston git: 727fd8a73df5 - main - irdma: Silence an unused function warning 148. Apr 26 Toomas Soome git: 795497bf3d2c - main - pxeboot: bugs in pxe.h 149. Apr 26 Alexander V. Chernikov git: 20b6945c7f54 - main - netlink: fix IPv6 proxy ndp deletion. 150. Apr 26 Alexander V. Chernikov git: 52199877a658 - main - arp: report successful deletion via netlink to mimic rtsock. 151. Apr 26 Andrew Turner git: f8c451d29174 - main - Add vt_simplefb to the arm64 NOTES file 152. Apr 26 Andrew Turner git: 80327535cfca - main - Mark simplefb as depending on fdt 153. Apr 26 Yuri Pankov git: 989a0e1d81df - main - tzsetup: fix bootstrapping for github CI jobs 154. Apr 26 Alexander V. Chernikov git: a1db1097e654 - main - netlink: fix build without NETLINK in the kernel. 155. Apr 26 Yuri Pankov git: 01007472eadd - main - getconf(1): add DEALLOC_PRESENT 156. Apr 26 =?utf-8?Q?Dag-Erling=20Sm= git: 6f3c2f41b18b - main - tzcode: Clean up the ctime(3) manual page. 157. Apr 26 =?utf-8?Q?Dag-Erling=20Sm= git: 75411d157232 - main - Update tzcode to 2023c. 158. Apr 26 Kristof Provost git: ef661d4a5bf9 - main - pf: introduce ridentifier and labels to ether rules 159. Apr 26 =?utf-8?Q?Corvin=20K=C3=B6 git: 0912408a281f - main - vmm: fix HLT loop while vcpu has requested virtual interrupts 160. Apr 26 Peter Jeremy git: b9600db494a0 - main - prometheus_sysctl_exporter: Replace magic numbers with identifiers.
161. Apr 26 =?utf-8?Q?Corvin=20K=C3=B6 git: 16f23f754329 - main - bhyve: pass E820 table to guest 162. Apr 26 =?utf-8?Q?Corvin=20K=C3=B6 git: a8a8e9af574c - main - bhyve: add E820 dump function 163. Apr 26 =?utf-8?Q?Corvin=20K=C3=B6 git: 5597f564870e - main - bhyve: add allocation function to E820 164. Apr 26 =?utf-8?Q?Corvin=20K=C3=B6 git: 059af92a300f - main - bhyve: add common memory holes to E820 table 165. Apr 26 =?utf-8?Q?Corvin=20K=C3=B6 git: 9180daa1e345 - main - bhyve: add basic E820 implementation 166. Apr 26 Colin Percival Re: git: 3a5855dd220b - main - gbde: stop rebuilding sha512 bits 167. Apr 26 Kyle Evans git: d5035d913cc6 - main - Add a simple-framebuffer vt driver 168. Apr 26 Kyle Evans git: 61fd6a1ea296 - main - Note that static hints no longer break loader hints 169. Apr 26 Kyle Evans git: 3a5855dd220b - main - gbde: stop rebuilding sha512 bits 170. Apr 26 Kyle Evans git: 4163bae03051 - main - bectl: document the -r flag to bectl 171. Apr 26 Konstantin Belousov git: 37e6036b26cd - main - VOP_CLOSE(): MNTK_EXTENDED_SHARED filesystems do not need excl lock 172. Apr 25 Gleb Smirnoff git: f2e75b967ad2 - main - tcp_hpts: add missing "inline" 173. Apr 25 Kyle Evans Re: [EXTERNAL] Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) 174. Apr 25 Cheng Cui Re: git: d090464ecd4a - main - Change the unit of srtt and rto to usec, inspired by these in struct "tcp_info". Therefore, no need hz and tcp_ 175. Apr 25 Mitchell Horne Re: git: d090464ecd4a - main - Change the unit of srtt and rto to usec, inspired by these in struct "tcp_info". Therefore, no need hz and tcp_ 176. Apr 25 Cheng Cui git: d090464ecd4a - main - Change the unit of srtt and rto to usec, inspired by these in struct "tcp_info". Therefore, no need hz and tcp_rtt_ 177. Apr 25 John Baldwin git: 7aab8fc5c5f0 - main - clang: Enable -Wdeprecated-non-prototype by default. 178. Apr 25 Mateusz Guzik Re: git: c3c20de3b2d1 - main - tcp: move HPTS/LRO flags out of inpcb to tcpcb 179. Apr 25 Mitchell Horne git: 82bc33d5ad2e - main - printf(9): clarify the description of %b 180. Apr 25 Mitchell Horne git: 7edb7adf8c8b - main - arm64/disassem.c: Add support str/strb/strh instructions
181. Apr 25 Mitchell Horne git: cb923f03faa0 - main - arm64/disassem.c: Fix typo sxts to sxts and amount for TYPE_02 182. Apr 25 Mitchell Horne git: 5b61ad4b005d - main - arm64/disassem.c: style and formatting 183. Apr 25 Gleb Smirnoff git: c3c20de3b2d1 - main - tcp: move HPTS/LRO flags out of inpcb to tcpcb 184. Apr 25 Gleb Smirnoff git: c2a69e846fff - main - tcp_hpts: move HPTS related fields from inpcb to tcpcb 185. Apr 25 Gleb Smirnoff git: 144259f67303 - main - tcp: purge the input queue from tcp_discardcb() 186. Apr 25 Justin Hibbits git: f46a05b5d3db - main - al_eth: Finish conversion to IfAPI 187. Apr 25 Justin Hibbits git: cfaab41c950f - main - irdma: Convert to IfAPI 188. Apr 25 Mateusz Guzik git: 95e4f5ef7cce - main - x86: whack pmspcv from GENERIC 189. Apr 25 Dimitry Andric git: 9ea31d78f00d - main - al_eth: make function definitions consistent with declarations 190. Apr 25 Mateusz Piotrowski git: 5212225753e9 - main - cd9660.5: Fix the history section 191. Apr 25 Dimitry Andric git: 3029b0b0e9d6 - main - boolean_t: change to unsigned int to avoid signed bitfield warnings 192. Apr 25 Dimitry Andric git: f74be55e3045 - main - vm: fix a number of functions to match the expected prototypes 193. Apr 25 Dimitry Andric git: 64b5d74fffc8 - main - zfs: make zfs_vfs_held() definition consistent with declaration 194. Apr 25 Phil Shafer Re: git: 820ac126795b - main - ps: Add libxo to usage message 195. Apr 25 Mark Johnston git: 47cf1b37f42d - main - vmm: Expose some more AVX512 CPUID bits to guests 196. Apr 25 Dimitry Andric git: bab8274c0909 - main - Use bool for one-bit wide bit-fields 197. Apr 25 Mateusz Guzik git: b0695c6abe3f - main - zfs: Revert "Fix data race between zil_commit() and zil_suspend()" 198. Apr 25 Mateusz Piotrowski git: c98ecfceb361 - main - Add support for zpool user properties 199. Apr 25 Mateusz Piotrowski git: 820ac126795b - main - ps: Add libxo to usage message 200. Apr 25 Mateusz Piotrowski git: 3f46bf40a1b2 - main - ps: Fix synopsis
201. Apr 25 Mateusz Guzik git: b4d3dd861511 - main - zfs: fix up bogus checksums with blake3 in face of cpu migration 202. Apr 25 Alexander V. Chernikov git: 04349d30946a - main - netlink: remove now-unused rtnl_iface_find_cloner_locked(). 203. Apr 25 Alexander V. Chernikov git: 9e81e2c4520c - main - netlink: fix powerpc build. 204. Apr 25 Alexander V. Chernikov git: 7825619a9eb7 - main - ndp: fix signed/unsigned compariosn in the netlink code. 205. Apr 25 Mark Johnston git: 722b2e2f9aa6 - main - dtrace: Sync dis_tables.c with illumos 206. Apr 25 Mark Johnston git: 2d252934da51 - main - capsicum: Verify that openat("/", "..") fails with ENOTCAPABLE 207. Apr 25 Mark Johnston git: 8a271827e7b5 - main - tests: Add ATF_REQUIRE_SYSCTL_BOOL 208. Apr 25 Alexander V. Chernikov git: fc727ad63d3f - main - ipfw: add [fw]mark implementation for ipfw 209. Apr 25 Alexander V. Chernikov git: 089104e0e01f - main - netlink: add netlink interfaces to if_clone 210. Apr 25 Alexander V. Chernikov git: 91fbe0819bb9 - main - ndp: convert ndp(8) to netlink. 211. Apr 25 Alexander V. Chernikov git: 35e7180a326c - main - arp: remove forgotten debug message. 212. Apr 25 Alexander V. Chernikov git: acc65df45a8d - main - netlink: require proper privileges when adding neighbor. 213. Apr 25 Alexander V. Chernikov git: 896e22fbc6e7 - main - netlink: fix neighbour deleting for IPv6. 214. Apr 25 Alexander V. Chernikov git: 6ad73dbf6504 - main - arp: convert arp(8) to netlink. 215. Apr 25 Alexander V. Chernikov git: e83f23eb5ef3 - main - netlink: enable extended error reporting in snl(3). 216. Apr 25 Eugene Grosbein git: 9f5dc374d0da - main - ipfw.8: improve description for interface matching 217. Apr 25 Alexander V. Chernikov git: 5af9ad5359cb - main - netlink: add snl(3) support for dumping nexthops and neighbors 218. Apr 25 Alexander V. Chernikov git: b32cf15d8617 - main - netlink: add support for dumping kernel nexthops. 219. Apr 25 Alexander V. Chernikov git: a2728a9a5b8d - main - netlink: allow creation of temporary lle entries. 220. Apr 25 Alexander V. Chernikov git: ca1850478ff4 - main - lltable: properly set expire time to 0 for static IPv4 entries.
221. Apr 25 Alexander V. Chernikov git: fab828b45580 - main - netlink: fix parameters in snl_attr_get_flag() 222. Apr 25 Alexander V. Chernikov git: 70810dc8178c - main - netlink: add nlattr_get_uint8() function to pack u8 attributes. 223. Apr 25 Alexander V. Chernikov git: 34066d0008b6 - main - routing: add iterator-based nhop traversal KPI. 224. Apr 25 Alexander V. Chernikov git: fd1aa866eb22 - main - routing: add rt_tables_get_rnh_safe() that doesn't panic when af/fib is incorrect. 225. Apr 25 Zhenlei Huang git: 6f96b5487f43 - main - elf.5: Fix conjugation of holds 226. Apr 25 Peter Holm git: 883a49e5a1f3 - main - stress2: Update the exclude list 227. Apr 25 Andrew Turner git: 6a9c2e63be23 - main - Add padding for future use on arm64 228. Apr 25 Vladimir Kondratyev git: 19c804b74f67 - main - bcm5974(4): Make Magic Trackpad 2 support endian-safe. 229. Apr 25 Vladimir Kondratyev git: ef8397c28e98 - main - bcm5974(4): add Magic Trackpad 2 (USB only) support 230. Apr 25 =?utf-8?Q?Stefan=20E=C3=9F git: 88a795e80c03 - main - sys/fs: do not report blocks allocated for synthetic file systems 231. Apr 25 =?utf-8?Q?Stefan=20E=C3=9F git: 0728695c63ef - main - fs/msdosfs: Fix potential panic and size calculations 232. Apr 25 Souradeep Chakrabarti RE: [EXTERNAL] Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) 233. Apr 25 Simon J. Gerraty git: 4b932c2c9ef7 - main - Set MK_host_egacy=yes earlier 234. Apr 25 Konstantin Belousov git: 04d815f11557 - main - netipsec/key.c: use designated initializers for arrays 235. Apr 25 Konstantin Belousov git: fcc7aabdcabb - main - netipsec: some style 236. Apr 25 =?utf-8?Q?Corvin=20K=C3=B6 git: 7959d80d99ae - main - bhyve: make use of qemus acpi table loader 237. Apr 25 =?utf-8?Q?Corvin=20K=C3=B6 git: f565b4d6303f - main - bhyve: add helper struct for qemus acpi table loader 238. Apr 25 Konstantin Belousov git: 68a69739cb90 - stable/13 - umtx: allow to configure minimal timeout (in nanoseconds) 239. Apr 25 Konstantin Belousov git: 7f7e8fd3fe7b - stable/13 - x86: initialize use_xsave once 240. Apr 25 Konstantin Belousov git: 8b09e4b98e96 - stable/13 - syncer vnode: add VOP_GETWRITEMOUNT() definition explicitly
241. Apr 25 Konstantin Belousov git: aad9b8f78c31 - stable/13 - sync_vnode(): add assert to check vn_start_write() correctness 242. Apr 24 Simon J. Gerraty git: cb3c414f2ff3 - main - bmake does not need libegacy 243. Apr 24 Simon J. Gerraty git: 8c973ee23d64 - main - Merge bmake-20230414 244. Apr 24 Simon J. Gerraty git: 01d25f13d5b7 - Create tag vendor/NetBSD/bmake/20230414 245. Apr 24 Simon J. Gerraty git: f4d51098686d..51d8a8b4ac1d - vendor/NetBSD/bmake - vendor branch updated 246. Apr 24 Cheng Cui git: 1f782fcc0cf1 - main - Remove unused fields in siftr_stats. Thus, update the man page as well. 247. Apr 24 Cheng Cui git: 8aa2be695e0c - main - Correct the value of macro TF2_TCP_ACCOUNTING. 248. Apr 24 Konstantin Belousov Re: git: a718431c30a5 - main - lookup(): ensure that openat("/", "..", O_RESOLVE_BENEATH) fails 249. Apr 24 Cy Schubert Re: git: a718431c30a5 - main - lookup(): ensure that openat("/", "..", O_RESOLVE_BENEATH) fails 250. Apr 24 Konstantin Belousov git: 6a5e61401502 - main - vn_open_vnode(): fix locking around VOP_CLOSE() on advisory lock error 251. Apr 24 Konstantin Belousov git: faec42a3ef60 - main - sys/dirent.h: comment update, 'd_off' is offset of next entry 252. Apr 24 Konstantin Belousov git: a718431c30a5 - main - lookup(): ensure that openat("/", "..", O_RESOLVE_BENEATH) fails 253. Apr 24 John Baldwin git: 77d2a2d065cb - main - depend-cleanup.sh: Handle kqueue1() becoming a wrapper around kqueuex(). 254. Apr 24 Simon J. Gerraty git: 644d346d998e - main - We do not need readpassphrase from openssh 255. Apr 24 Graham Perrin git: b6d173e44b9e - main - share/misc/committers-doc.dot: dru: 2020, not 202 256. Apr 24 Simon J. Gerraty git: 976ba7f02a21 - main - Enable building tar for non-FreeBSD host 257. Apr 24 Mateusz Guzik git: 84b812d5b330 - stable/13 - zfs: fix up EINVAL from getdirentries on .zfs 258. Apr 24 Mateusz Guzik git: a0b1e754b7d2 - stable/13 - vfs cache: fix vfs.cache.stats.* name typos 259. Apr 24 Mateusz Guzik git: c5b5f2d8086f - main - cp: Revert "If copy_file_range(2) fails with EXDEV, use fall-back." 260. Apr 24 tuexen@freebsd.org Re: git: 7029f2c887a1 - main - Allow pci_host_generic attachments to manage registers
261. Apr 24 John Baldwin git: 9b02f2daf448 - main - powerpc: Use valid prototypes for function declarations with no arguments. 262. Apr 24 John Baldwin git: 4640fd28a1fe - main - netstat: Use valid prototypes for function declarations with no arguments. 263. Apr 24 John Baldwin git: 672eba2435ee - main - ppp: Use valid prototypes for function declarations with no arguments. 264. Apr 24 John Baldwin git: 4b75b42ddb8b - main - ndp: Use valid prototypes for function declarations with no arguments. 265. Apr 24 John Baldwin git: bd22d268d36c - main - rpc.umntall: Use valid prototype for function declaration with no arguments. 266. Apr 24 John Baldwin git: 7b043ce59864 - main - rpc.lockd: Use valid prototypes for function declarations with no arguments. 267. Apr 24 John Baldwin git: 0a04bb7a4fef - main - fdisk: Use valid prototypes for function declarations with no arguments. 268. Apr 24 John Baldwin git: 76318a013dd6 - main - libsmdb: Silence -Wstrict-prototype warnings. 269. Apr 24 John Baldwin git: 14b57ade9416 - main - zlib: Silence -Wstrict-prototype warnings. 270. Apr 24 Andrew Turner Re: git: 7029f2c887a1 - main - Allow pci_host_generic attachments to manage registers 271. Apr 24 Andrew Turner git: c94e4d91da37 - main - Clean up PCI DEN0115 driver probing 272. Apr 24 Warner Losh git: d4c78130f418 - main - powerpc: syscalls.c is standard 273. Apr 24 Justin Hibbits git: 02f3b17fa596 - main - Mechanically convert Xen netfront/netback(4) to IfAPI 274. Apr 24 Justin Hibbits git: 7814374b7cd5 - main - IfAPI: Hide the macros that touch ifnet members 275. Apr 24 Justin Hibbits git: 97583aa25675 - main - linuxkpi: Migrate to IfAPI 276. Apr 24 Souradeep Chakrabarti RE: [EXTERNAL] Re: git: 9729f076e4d9 - main - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final) 277. Apr 24 tuexen@fh-muenster.de Re: git: 7029f2c887a1 - main - Allow pci_host_generic attachments to manage registers 278. Apr 24 Andrew Turner git: c3785c3eb0e3 - main - Remove unneeded SMMU macros 279. Apr 24 Andrew Turner git: cdd34e0038e5 - main - Remove virtual addresses from smmu_pmap_remove_pages 280. Apr 24 Andrew Turner git: b97e94d91ed8 - main - Move to a SMMU specific struct for the smmu pmap
281. Apr 24 Andrew Turner git: 49ee1a7ef0b1 - main - Create a common function to get the SMMU sid 282. Apr 24 Andrew Turner git: 913d04deedda - main - Add PCI_ID_OFW_IOMMU to the pci ecam ACPI driver 283. Apr 24 Andrew Turner git: 117beba8a80e - main - arm64: Clean up smmu fdt xref handling 284. Apr 24 Andrew Turner git: 8bc94f256e17 - main - Remove redundant data from pci host generic 285. Apr 24 Andrew Turner git: 078a69abcbb8 - main - Use a uint64_t to store the arm64 mpidr 286. Apr 24 Andrew Turner git: c9a05c072270 - main - Add a PCI driver that follows the Arm DEN0115 spec 287. Apr 24 Andrew Turner git: 7029f2c887a1 - main - Allow pci_host_generic attachments to manage registers 288. Apr 24 Andrew Turner git: fb421e96c030 - main - Make arm64 pcb padding explicit 289. Apr 24 Andrew Turner git: 1bf4991bbc2c - main - Remove unneeded masks from the arm64 KASAN shadow 290. Apr 24 Vladimir Kondratyev git: 6ed3b9ca25ba - main - hid: fix typo in hid_is_collection 291. Apr 24 Mateusz Piotrowski git: eb2e52fb2045 - stable/13 - vmrun.sh: Fix a typo in usage() 292. Apr 24 Vladimir Kondratyev git: 176939bd361a - main - bcm5974: fix wellspring9 pressure settings to handle force sensitivity 293. Apr 24 Vladimir Kondratyev git: 1f40866feb21 - main - intelspi: add PCI attachment (Lynx/Wildcat/Sunrise Point) 294. Apr 24 Vladimir Kondratyev git: 3c0867343819 - main - spibus: extend API: add cs_delay ivar, KEEP_CS and NO_SLEEP flags 295. Apr 24 Vladimir Kondratyev git: b344bd3a7d2d - main - ext2fs: extract crc16 into sys/crc16.h 296. Apr 24 Simon J. Gerraty Re: git: 390c31c4289e - main - meta.sys.mk: downgrade missing Filemon error to warning 297. Apr 23 Warner Losh Re: git: 390c31c4289e - main - meta.sys.mk: downgrade missing Filemon error to warning 298. Apr 23 Simon J. Gerraty git: a1bf1a1a7513 - main - showconfig - ignore options that do not start with A-Z 299. Apr 23 Simon J. Gerraty Re: git: 390c31c4289e - main - meta.sys.mk: downgrade missing Filemon error to warning 300. Apr 23 Konstantin Belousov git: 043e24bdb019 - main - posixshmcontrol(1): silently ignore inaccessible segments when listing
301. Apr 23 Ed Maste Re: git: 390c31c4289e - main - meta.sys.mk: downgrade missing Filemon error to warning 302. Apr 23 Bjoern A. Zeeb git: e51be73a60d2 - main - ath10k: add man page 303. Apr 23 Bjoern A. Zeeb git: da8fa4e37a0c - main - ath10k: import ath10k driver 304. Apr 23 Bjoern A. Zeeb git: ebacd8013fe5 - main - athk: import common code for ath1?k drivers 305. Apr 23 Bjoern A. Zeeb git: 06a1103fe386 - main - ath10k: ath11k: add specific LinuxKPI support 306. Apr 23 Bjoern A. Zeeb git: e17944a821a1 - main - ath10k: ath11k: ammend devd.conf regex 307. Apr 23 Bjoern A. Zeeb git: 88e71cc06d92 - main - mt76: devd: add support for mt79* wireless drivers to devd.conf 308. Apr 23 Bjoern A. Zeeb git: 3c4ba5f55438 - main - mt76: add module build framework and man pages 309. Apr 23 Bjoern A. Zeeb git: 6c92544d7c97 - main - mt76: import mediatek/mt76 driver 310. Apr 23 Simon J. Gerraty git: baf2dc6476a9 - main - Set UPDATE_DEPDFILE=NO for showconfig 311. Apr 23 Dimitry Andric git: 42162fb2fe30 - main - kcsan: add __tsan_mem(cpy|move|set) aliases for clang >= 16 312. Apr 23 Mark Johnston git: 4b39a12830fe - main - arm64: Disable PAC when booting on a Windows Dev Kit 2023 313. Apr 23 Mark Johnston git: ff13b9247514 - main - riscv: Implement bus_describe_intr() for nexus 314. Apr 23 Mark Johnston git: 7623cc8f65ab - main - arm64: Implement bus_describe_intr() for nexus 315. Apr 23 Mark Johnston git: 93998d166fb7 - main - inpcb: Fix some bugs in _in_pcbinshash_wild() 316. Apr 23 Michael Tuexen git: 66d6fd532282 - main - sctp: use constants from RFC 8260 to improve compliance 317. Apr 23 Kyle Evans Re: git: df53ae0fdd98 - main - Remove portsnap(8) 318. Apr 23 Alexey Dokuchaev Re: git: df53ae0fdd98 - main - Remove portsnap(8) 319. Apr 23 Ed Maste git: 390c31c4289e - main - meta.sys.mk: downgrade missing Filemon error to warning 320. Apr 23 Bjoern A. Zeeb git: 0e8953b94b74 - main - LinuxKPI: pci.h: always initialize return value
321. Apr 23 Bjoern A. Zeeb git: b95fa4203d69 - main - man4: fix some mandoc lint for iwlwifi.4 and rtw88.4 322. Apr 23 Dimitry Andric git: d14260188752 - main - powerpc: fix a few pmap related functions to return correct types 323. Apr 23 Martin Matuska git: 7005cd440405 - stable/13 - zfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release) into stable/13 324. Apr 23 Dimitry Andric git: 4c1575e360c5 - stable/12 - kern.mk: clang >= 16 already infers ELFv2 for powerpc64 325. Apr 23 Dimitry Andric git: 4b0899ae6686 - stable/13 - kern.mk: clang >= 16 already infers ELFv2 for powerpc64 326. Apr 23 Yuri Pankov git: 336c4682b6f3 - main - tzsetup: add baseline file to control parsed zonetab contents 327. Apr 23 Yuri Pankov git: f70719fcbd30 - main - libcasper: remove leftover debug directory 328. Apr 23 Martin Matuska git: 33003ecc93ef..e25f9131d679 - vendor/openzfs/zfs-2.1-release - vendor branch updated 329. Apr 23 Konstantin Belousov git: c34e421db383 - stable/13 - procctl: add state flags to PROC_REAP_GETPIDS reports 330. Apr 23 Simon J. Gerraty git: d7e3299f607f - main - Ensure good exit status from type 331. Apr 23 Piotr P. Stefaniak Re: git: df53ae0fdd98 - main - Remove portsnap(8) 332. Apr 23 Gordon Bergling git: 1511a4136c11 - stable/12 - net80211: Remove double words in source code comments 333. Apr 23 Gordon Bergling git: 576efbba8693 - stable/12 - last(1): Remove double words in source code comments 334. Apr 23 Gordon Bergling git: 7e61ff285f50 - stable/12 - stand: Remove a double word in a source code comment 335. Apr 23 Gordon Bergling git: 73dafc6b2176 - stable/13 - net80211: Remove double words in source code comments 336. Apr 23 Gordon Bergling git: 22ded21f15a3 - stable/13 - last(1): Remove double words in source code comments 337. Apr 23 Gordon Bergling git: f8bab2c0fe49 - stable/13 - stand: Remove a double word in a source code comment 338. Apr 23 Zhenlei Huang git: b658c0fce10a - main - ip_mroute: Delete unreachable code 339. Apr 23 Zhenlei Huang git: c373e1d6adbc - main - if_stf: Delete unreachable code 340. Apr 23 Simon J. Gerraty git: 04989ef426f9 - main - bmake 20230123 gives us .SYSPATH
341. Apr 23 Colin Percival git: df53ae0fdd98 - main - Remove portsnap(8) 342. Apr 23 Simon J. Gerraty git: fb30bb0d4d0e - main - dirdeps.mk ensure M_dep_qual_fixes is applied 343. Apr 23 Simon J. Gerraty git: 3483454556d0 - main - local.meta.sys.mk skip OBJTOP for host


home | archive sorted by: subject | author | date | reverse date