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