2024/dev-commits-src-all/20240325.dev-commits-src-all
Messages: 249, new messages first
Last update: Mon Mar 25 0:07:00 2024
|
|
home | archive sorted by: subject | author | date | reverse date
1. Mar 24 Mark Peek git: 65904399db91 - main - efibootmgr: allow -u as a valid option 2. Mar 24 Rainer Hurling git: eb1ca6736a52 - main - usr.bin/calendar/calendars: Add myself as a committer 3. Mar 24 Ed Maste git: adc61137fdf7 - stable/14 - Cirrus-CI: bump Clang versions to 16 and 17 4. Mar 24 Ed Maste git: c3c2233c9673 - stable/14 - gpioevents: Fix build with newer Clang 5. Mar 24 Alan Cox git: 9fabf97682ce - main - arm64: fix free queue and reservation configuration for 16KB pages 6. Mar 24 Gleb Smirnoff git: a03aff88a144 - main - icmp6: bring rate limiting on a par with IPv4 7. Mar 24 Gleb Smirnoff git: 4f96be33fe76 - main - icmp6: move ICMPv6 related tunables to the files where they are used 8. Mar 24 Gleb Smirnoff git: 32aeee8ce7e7 - main - icmp6: rate limit our echo replies 9. Mar 24 Gleb Smirnoff git: c6c96aaba8dd - main - icmp6: make icmp6_ratelimit() responsible to update the stats counter 10. Mar 24 Gleb Smirnoff git: ac44739fd834 - main - icmp: improve ICMP limit jitter 11. Mar 24 Gleb Smirnoff git: b508545ce044 - main - icmp: when logging ICMP ratelimiting message use correct jitter value 12. Mar 24 Gleb Smirnoff git: 9d7f17d7467e - main - icmp: hide icmp_bandlimit_uninit() under VIMAGE 13. Mar 24 Gleb Smirnoff git: 7142ab479066 - main - icmp: do not store per-VNET identical array of strings 14. Mar 24 Zhenlei Huang git: 579cb41b132f - main - acpi_hpet: Make use of enum for vm_guest to improve readability 15. Mar 24 Konstantin Belousov git: ed995c67e059 - stable/13 - wmemchr(3): fix prototypes for wcpcpy() and wcpncpy() 16. Mar 24 Konstantin Belousov git: e87a6f886046 - stable/14 - wmemchr(3): fix prototypes for wcpcpy() and wcpncpy() 17. Mar 24 Gordon Bergling git: 8a56ef8d75b4 - main - mem.4: Correct the HISTORY section 18. Mar 24 Jason A. Harmening git: 61d9b0cb38bb - stable/14 - uipc_bindat(): Explicitly specify exclusive locking for the new vnode 19. Mar 24 Jason A. Harmening git: 6d118b958612 - stable/14 - unionfs: accommodate underlying FS calls that may re-lock 20. Mar 24 Jason A. Harmening git: b09b120818a8 - stable/14 - vn_lock_pair(): allow lkflags1/lkflags2 to be 0 if vp1/vp2 is NULL
21. Mar 24 Cy Schubert git: e59ac68e257b - stable/13 - unbound: Vendor import 1.19.3 22. Mar 24 Cy Schubert git: 66f60770fd7d - stable/14 - unbound: Vendor import 1.19.3 23. Mar 24 Jason A. Harmening git: eee6217b40df - main - unionfs: implement VOP_UNP_* and remove special VSOCK vnode handling 24. Mar 24 Dimitry Andric git: 5c588a23c96b - stable/13 - Slightly reorganize libclang_rt Makefile again 25. Mar 24 Dimitry Andric git: 72d9e1e0ca66 - stable/13 - Fix building of several libclang_rt libraries for powerpc64 and powerp64le 26. Mar 24 Dimitry Andric git: 35a61f4a25ac - stable/14 - Slightly reorganize libclang_rt Makefile again 27. Mar 24 Dimitry Andric git: 880f35eb5d48 - stable/14 - Fix building of several libclang_rt libraries for powerpc64 and powerp64le 28. Mar 23 Gordon Bergling git: 619e6f1f9288 - main - cxgbe.4: Remove double word 29. Mar 23 Gordon Bergling git: 2c3466172ac6 - main - intr_event.9: Remove double word 30. Mar 23 Gleb Smirnoff git: 3f3d19d80288 - main - tests/netinet: fix UDP I/O test build 31. Mar 23 Dimitry Andric git: 07839ae99c06 - stable/13 - Merge commit bbb8a0df7367 from llvm-project (by Shafik Yaghmour): 32. Mar 23 Dimitry Andric git: 69da6e087983 - stable/14 - Merge commit bbb8a0df7367 from llvm-project (by Shafik Yaghmour): 33. Mar 23 Baptiste Daroussin =?US-ASCII?Q?Re=3A_git=3A_8d3d9ca8bd3d_-_main_-_test?= =?US-ASCII?Q?s/netinet=3A_add_UDP_socket__I/O_tests?= 34. Mar 23 Konstantin Belousov Re: git: a200093c2163 - main - share/man/man9/Makefile: fix buildworld 35. Mar 23 Gordon Bergling git: 577a721d05aa - main - xdr(3): Fix a few typos in source code comments 36. Mar 23 Antoine Brodin git: a200093c2163 - main - share/man/man9/Makefile: fix buildworld 37. Mar 23 Konstantin Belousov git: 88f2c58d1a85 - main - cdevpriv(9): document devfs_foreach_cdevpriv() 38. Mar 23 Konstantin Belousov git: d3efbe0132b2 - main - cdevpriv(9): add iterator 39. Mar 23 Gleb Smirnoff git: 15bfd7cf2789 - main - soreceive_dgram: use M_WAITOK when we don't hold any locks 40. Mar 23 Gleb Smirnoff git: 26389b308d97 - main - soreceive_dgram: assert that a datagram has control or data
41. Mar 23 Gleb Smirnoff git: 1a3d1be4965a - main - ng_ksocket: use new macros to lock socket buffers 42. Mar 23 Gleb Smirnoff git: a8edc9f1e316 - main - tests/netgraph: start ng_ksocket(4) tests 43. Mar 23 Gleb Smirnoff git: 8d3d9ca8bd3d - main - tests/netinet: add UDP socket I/O tests 44. Mar 23 Gleb Smirnoff git: fbbb50f57093 - main - tests/netgraph: mark all tests as required_user="root" 45. Mar 23 John Baldwin git: acbc176c3dfd - main - nvmecontrol: Display additional Fabrics-related fields for cdata 46. Mar 23 John Baldwin git: 21d3a84db481 - main - nvme: Add NVMe over Fabrics fields to nvme_controller_data 47. Mar 23 John Baldwin git: 7fa8adb8c5cd - main - nvme: Add constants for the Controller Attributes field in cdata 48. Mar 23 John Baldwin git: 88ecf154c7c5 - main - nvme: Add constants and types for the discovery log page 49. Mar 23 John Baldwin git: b354bb04cb51 - main - nvme: Add constants for fields in AER completion dword 0 50. Mar 23 John Baldwin git: cbda1886ab1c - main - nvme: Add constants for the extended data for Get Log Page command flag 51. Mar 23 John Baldwin git: b8cb8dd3625d - main - nvme: Add constants for the PSDT field in cdw0 52. Mar 23 John Baldwin git: f21a54d19080 - main - nvme: Add SGL structure and constants for use in NVMe commands 53. Mar 23 John Baldwin git: 1931b75e004f - main - nvme: Export constants for min and max queue sizes 54. Mar 22 Gleb Smirnoff git: a77605a8d9d1 - main - man9: mlink for counter_ratecheck(9) 55. Mar 22 Stefan =?utf-8?Q?E=C3=9Fer git: c44bf7d2e9d2 - main - rtld: reduce debug messages after fix on big-endian hosts 56. Mar 22 Ed Maste git: 0459337491cd - stable/13 - makefs: warn that ffs sectorsize other than 512 may not work 57. Mar 22 Ed Maste git: 8669e516f0e6 - main - ccdconfig: reference gpart rather than fdisk and disklabel 58. Mar 22 Ed Maste git: a59eba2caacf - stable/13 - bsdlabel: limit to 8 partitions 59. Mar 22 Ed Maste git: 8e402178193f - stable/14 - makefs: warn that ffs sectorsize other than 512 may not work 60. Mar 22 Ed Maste git: a323dd42bcac - stable/14 - bsdlabel: limit to 8 partitions
61. Mar 22 Kyle Evans git: 590e02d3c088 - stable/14 - if_wg: use proper barriers around pkt->p_state 62. Mar 22 Kyle Evans git: 806e51f81dba - stable/13 - if_wg: use proper barriers around pkt->p_state 63. Mar 22 Baptiste Daroussin git: a977444652a5 - main - cloudinit: fix creation of cloudinit ready VMs 64. Mar 22 Baptiste Daroussin Re: git: dc7ae2bc6fad - main - kern_ctf.c: fix linking with nooptions DDB 65. Mar 22 Mitchell Horne Re: git: c21bc6f3c242 - main - ddb: Add CTF-based pretty printing 66. Mar 22 Mitchell Horne git: dc7ae2bc6fad - main - kern_ctf.c: fix linking with nooptions DDB 67. Mar 22 Drew Gallatin Re: git: c21bc6f3c242 - main - ddb: Add CTF-based pretty printing 68. Mar 22 FreeBSD User Re: git: c21bc6f3c242 - main - ddb: Add CTF-based pretty printing 69. Mar 22 Ed Maste git: 537bdafbc25d - main - rights.4: add note about rights not being simple bitmasks 70. Mar 22 Ed Maste git: 163286a86176 - stable/13 - LinuxKPI: Queue skbuffs at tail in __skb_queue_tail 71. Mar 22 Michael Tuexen git: da2d6e2815d7 - main - rtld: fix check for endianess of elf hints file 72. Mar 22 Ed Maste git: 95a7c6f18a6a - stable/14 - LinuxKPI: Queue skbuffs at tail in __skb_queue_tail 73. Mar 22 Ed Maste git: 35457886cd3a - stable/14 - release: remove binutils package data 74. Mar 22 Ed Maste git: a2ef45a0656f - stable/13 - rights.4: Remove sentence implying that rights are a mask 75. Mar 22 Ed Maste git: e8d01b2efaa3 - stable/13 - path_test: fix cap_rights_init usage 76. Mar 22 Ed Maste git: ec44cc4e2882 - stable/13 - libcasper: fix cap_rights_init usage 77. Mar 22 Ed Maste git: 8a17cc127bb0 - stable/13 - cat: fix cap_rights_init usage 78. Mar 22 Ed Maste git: 1abd98ecf9e3 - stable/13 - cat: add CAP_SEEK capability 79. Mar 22 Ed Maste git: 2031b368f895 - stable/14 - rights.4: Remove sentence implying that rights are a mask 80. Mar 22 Ed Maste git: ea3910c452cf - stable/14 - path_test: fix cap_rights_init usage
81. Mar 22 Ed Maste git: be83aa2a01b3 - stable/14 - libcasper: fix cap_rights_init usage 82. Mar 22 Ed Maste git: dbf34bbb1888 - stable/14 - cat: fix cap_rights_init usage 83. Mar 22 Ed Maste git: 5f527dbe41b8 - stable/14 - cat: add CAP_SEEK capability 84. Mar 22 Ed Maste git: 269bc49fba66 - stable/14 - style.lua.9: remove mention of $FreeBSD$ 85. Mar 22 Ed Maste git: 144abdaa2bdd - stable/14 - wlan(4) - remove an(4) reference 86. Mar 22 Ed Maste git: b5ae8f217122 - stable/14 - ccdconfig: remove obsolete references to BSD disklabels 87. Mar 22 Ed Maste git: ed70dd5bf560 - stable/14 - iwm.4: add iwlwifi cross-reference 88. Mar 22 Ed Maste git: c3c75c142c0c - stable/14 - open: make non-POSIX errno value more apparent 89. Mar 22 Ed Maste git: 466e0dc5ce78 - stable/14 - random(9): bump removal to FreeBSD 15.0 90. Mar 22 Ed Maste git: 1bc20e8af16c - stable/14 - mount: document atime option 91. Mar 22 Ed Maste git: 0416bffd5183 - stable/14 - CONTRIBUTING.md: fix typo from commmit to commit 92. Mar 22 Ed Maste git: 67e6b8354a7b - stable/14 - CONTRIBUTING.md: add author identity info 93. Mar 22 Richard Scheffenegger git: 56b40c285b59 - main - build: add -Wswitch to clang for more consistency with gcc 94. Mar 22 Michael Tuexen git: af700f430fd8 - main - tcp: no data on SYN segments unless doing TFO 95. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: fb12765e7052 - stable/13 - libbe: Fix some markup issues. 96. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: 36afe5ef45bf - stable/13 - bectl: Simplify command aliases. 97. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: 95d66df41b83 - stable/13 - bectl: Use geopt() and drop mention of -?. 98. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: 897a6f8b90c1 - stable/13 - bectl: fix some `mandoc -Tlint` complaints 99. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: 20d97b6cbd74 - stable/13 - bectl(8): clarifications, expansion 100. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: c4de745c330f - stable/13 - bectl: document the -r flag to bectl
101. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: f25f14a9396c - stable/14 - libbe: Fix some markup issues. 102. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: d5d2452bf536 - stable/14 - bectl: Simplify command aliases. 103. Mar 22 Dag-Erling =?utf-8?Q?Sm=C3 git: 98a973168369 - stable/14 - bectl: Use geopt() and drop mention of -?. 104. Mar 22 Kristof Provost git: 88f557a2a9c3 - main - libpfctl: fix incorrect labels copy 105. Mar 22 Kristof Provost git: e08b44339b65 - main - if_ovpn tests: test large packets in IPv6 tunnel 106. Mar 22 Baptiste Daroussin Re: git: c21bc6f3c242 - main - ddb: Add CTF-based pretty printing 107. Mar 22 Emmanuel Vadot git: 594c5fa10919 - main - arm/nvidia: Fix DTS build 108. Mar 22 Mark Johnston git: d722901fa3a2 - main - ddb: Fix format string errors in db_pprint.c 109. Mar 22 Mark Johnston git: 26173a919ced - main - arm64/vmm: Exclude more sanitizer compiler flags from certain files 110. Mar 22 Bojan =?utf-8?Q?Novkovi=C4 git: c21bc6f3c242 - main - ddb: Add CTF-based pretty printing 111. Mar 21 Brooks Davis git: 312a05c39e5f - main - riscv: remove more riscv64sf support 112. Mar 21 Brooks Davis git: 1947a9383ec3 - main - msun/riscv: expose fe{disable,enable}except 113. Mar 21 Dimitry Andric git: 897a485c3446 - main - Slightly reorganize libclang_rt Makefile again 114. Mar 21 Dimitry Andric Re: git: f0620ceeccf0 - main - Fix building of several libclang_rt libraries for powerpc64 and powerp64le 115. Mar 21 Bjoern A. Zeeb git: 8a1d32bea5ae - internal/admin - Release dsl from mentorship. 116. Mar 21 Justin Hibbits Re: git: f0620ceeccf0 - main - Fix building of several libclang_rt libraries for powerpc64 and powerp64le 117. Mar 21 Emmanuel Vadot git: 4ea295aba2b6 - main - dts: Fix arm dts path 118. Mar 21 Emmanuel Vadot git: f126890ac538 - main - Import device-tree files from Linux 6.5 119. Mar 21 Simon J. Gerraty git: 139d114acc7b - main - libsysdecode use MKTABLES_INCLUDEDIR 120. Mar 21 Mitchell Horne git: 3f72f36cf2f9 - main - assert.3: Update manual page based on mandoc -Tlint
121. Mar 21 Dimitry Andric git: f0620ceeccf0 - main - Fix building of several libclang_rt libraries for powerpc64 and powerp64le 122. Mar 21 John Baldwin Re: git: 6b3db5d7793f - main - libsysdecode: fix build after 3d0a736796a9 123. Mar 21 Stefan =?utf-8?Q?E=C3=9Fer git: 173953182af0 - main - rtld-elf: add some debug print statements 124. Mar 21 Mitchell Horne git: 36de8bb22667 - main - kassert.h: update MPASS definition commentary 125. Mar 21 Mitchell Horne git: 5d956e11ed37 - main - KASSERT(9): describe history of MPASS 126. Mar 21 Mitchell Horne git: 83a426d13a6a - main - KASSERT(9): add assertion message guidelines 127. Mar 21 Mitchell Horne git: cc1268a92677 - main - BSD.usr.dist: remove empty /usr/libdata/gcc directory 128. Mar 21 Mitchell Horne git: 8b864151856f - main - cp: Remove useless ssize_t cast 129. Mar 21 Mitchell Horne git: 501f7e7bf847 - main - em.4: add interfaces to name section 130. Mar 21 Andrew Turner git: c802b486ddfd - main - arm64: Add EL1 hardware breakpoint exceptions 131. Mar 21 Andrew Turner git: d93b3a65f769 - main - arm64: Use a switch to decide when to enable debug 132. Mar 21 Andrew Turner git: 2e2c983d5234 - main - arm64: Always set the debug control and value regs 133. Mar 21 Andrew Turner git: ed3c6cd76de8 - main - arm64: Mask non-debug exceptions when single stepping 134. Mar 21 Andrew Turner git: 12257233e8fd - main - arm64: Split out a savectx version of vfp_save_state 135. Mar 21 Andrew Turner git: 5202ca77aaf5 - main - libc/aarch64: Add a non-trivial getcontextx 136. Mar 21 Andrew Turner git: fd6b1cc34e41 - main - libc/aarch64: Copy the trivial getcontextx 137. Mar 21 Andrew Turner git: 7e6437c08415 - main - arm64: Support passing more registers to signals 138. Mar 21 Konstantin Belousov git: 69d5783ae81b - main - wmemchr(3): fix prototypes for wcpcpy() and wcpncpy() 139. Mar 21 Gordon Bergling git: 550eedaee1c7 - stable/13 - OpenBSM: Remove $FreeSBD$ tags from the configuration files 140. Mar 21 Gordon Bergling git: 8f13a2c52504 - stable/14 - OpenBSM: Remove $FreeSBD$ tags from the configuration files
141. Mar 21 Mark Johnston git: f29af8618bf9 - main - libfdt: Make an internal FDT library available 142. Mar 21 Mark Johnston git: d1c5d0cfcc17 - main - bhyve: Move device model-independent UART code into a separate file 143. Mar 21 Xin LI git: 66844fdbaea0 - stable/13 - zlib: use more memory for a small deflate speedup. 144. Mar 21 Xin LI git: 984caafec11e - stable/14 - zlib: use more memory for a small deflate speedup. 145. Mar 21 Kyle Evans Re: git: a16ff32f04b5 - main - NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets 146. Mar 21 Kyle Evans git: 6b3db5d7793f - main - libsysdecode: fix build after 3d0a736796a9 147. Mar 21 Cy Schubert Re: git: a16ff32f04b5 - main - NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets 148. Mar 21 Colin Percival Re: git: a16ff32f04b5 - main - NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets 149. Mar 20 Konstantin Belousov git: 55e2187a091b - main - Translate linux_newlstat name argument 150. Mar 20 Dimitry Andric git: bcd401b5a39c - main - Merge commit bbb8a0df7367 from llvm-project (by Shafik Yaghmour): 151. Mar 20 John Baldwin git: 9978c6289d62 - main - cxgbe tom: Handle a race condition when enabling TLS offload 152. Mar 20 John Baldwin git: a16ff32f04b5 - main - NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets 153. Mar 20 John Baldwin git: eba13bbc37ab - main - cxgbe: Support TCP_USE_DDP on offloaded TOE connections 154. Mar 20 John Baldwin git: 3d0a736796a9 - main - tcp: Add a new kernel-only TCP_USE_DDP socket option 155. Mar 20 John Baldwin Re: git: 45d83c39262d - main - pkgbase: add a mechanism to be able to force a give ucl include 156. Mar 20 Chuck Silvers git: 083608e4669e - stable/13 - UFS: panic rather than forcibly unmount the root fs 157. Mar 20 Emmanuel Vadot git: 7ad2e83d5e1e - main - arm/GENERIC: Remove TI DTBs 158. Mar 20 Andrew Gallatin git: 530c2c30b0c7 - main - ip6_output: Reduce cache misses on pktopts 159. Mar 20 Emmanuel Vadot git: 7250bc53efff - Create tag vendor/device-tree/6.5 160. Mar 20 Emmanuel Vadot git: c47d0ea18398..309417d444d2 - vendor/device-tree - vendor branch updated
161. Mar 20 Baptiste Daroussin git: 3a9ddfa1ab46 - main - pkgbase: install all libc test files into the tests package 162. Mar 20 Baptiste Daroussin git: 8c3a85eaeb05 - main - pkgbase: make sendmail config files as config 163. Mar 20 Baptiste Daroussin git: 8cd7841d8435 - main - pkgbase: separate /etc/mail/aliases from the sendmail package 164. Mar 20 Baptiste Daroussin git: 45d83c39262d - main - pkgbase: add a mechanism to be able to force a give ucl include 165. Mar 20 Mark Johnston git: 49a3780aeac3 - main - build: Order kernel-toolchain and buildkernel targets 166. Mar 20 Brooks Davis Re: git: f54495100fbf - main - sys/syscallsubr.h: align definition of kern_fcntl_freebsd() on 32bit 167. Mar 20 Mark Johnston git: bb4116576f2e - main - rc.initdiskless: Disable soft-updates in mdmfs (again) 168. Mar 20 Konstantin Belousov git: f54495100fbf - main - sys/syscallsubr.h: align definition of kern_fcntl_freebsd() on 32bit 169. Mar 20 Konstantin Belousov git: 8eaa6be80d6a - main - daemon(8): handle case of waitpid() returning without exited child 170. Mar 20 Konstantin Belousov git: 6fd2c94c8a04 - stable/13 - netinet/tcp_var.h: always define IS_FASTOPEN() for kernel compilation env 171. Mar 20 Konstantin Belousov git: 87c7f74ff4da - stable/14 - netinet/tcp_var.h: always define IS_FASTOPEN() for kernel compilation env 172. Mar 19 Brooks Davis git: e07d37c7056a - main - sysent: regen 173. Mar 19 Brooks Davis git: 27676ae365f6 - main - syscalls.master: use __acl_type_t 174. Mar 19 Brooks Davis git: 55513a1b6e4b - main - sys/acl.h: move main typedefs to sys/_types.h 175. Mar 19 Brooks Davis git: d0efabdf15d9 - main - syscalls.master: make __sys_fcntl take an intptr_t 176. Mar 19 Brooks Davis git: cab73e530564 - main - syscalls.master: struct siginfo -> struct __siginfo 177. Mar 19 Brooks Davis git: d060b420e0f6 - main - freebsd32: struct siginfo32 -> struct __siginfo32 178. Mar 19 Brooks Davis git: 7936d4e4d082 - main - syscalls.master: align with sigfastblock declaration 179. Mar 19 Brooks Davis git: d8d4ed26c92d - main - syscall.master: fix aio_suspend signature 180. Mar 19 Brooks Davis git: 128443a9f2b2 - main - syscalls.master: fix readv and writev iovp decl
181. Mar 19 Brooks Davis git: 694ef157b9b7 - main - freebsd32: freebsd32_copyinuio takes const iovp 182. Mar 19 Brooks Davis git: fba329a195e8 - main - Define stack_t in sys/_sigaltstack.h 183. Mar 19 Colin Percival git: a1e516a731e3 - main - arm64: Move curthread setup earlier 184. Mar 19 Nuno Teixeira git: e37471440e60 - main - Add myself (eduardo) to the calendar. 185. Mar 19 Gleb Smirnoff git: 56f7860087ee - main - carp: check CARP status in in_localip_fib(), in6_localip_fib() 186. Mar 19 Jamie Landeg-Jones Re: git: ce348fe5cfc3 - main - amd64 & i386: enable VIMAGE in MINIMAL 187. Mar 19 Cy Schubert git: 6b073e0ec62d - stable/13 - sqlite3: Vendor import of sqlite3 3.45.1 188. Mar 19 Cy Schubert git: a322c2cd1946 - stable/14 - sqlite3: Vendor import of sqlite3 3.45.1 189. Mar 19 Kristof Provost git: 470a2b334661 - main - pf: convert DIOCSETSTATUSIF to netlink 190. Mar 19 Kristof Provost git: c6f111635790 - main - pf: fix dummynet + route-to 191. Mar 19 Kristof Provost git: 0ea0c026557b - main - pf: avoid passing through dummynet multiple times 192. Mar 19 Baptiste Daroussin git: 02b25ccfc0b1 - main - pkgbase: fix packaging of dtb 193. Mar 19 Baptiste Daroussin git: 2addba5caf92 - main - pkgbase: fix typo preventing packaging kernels 194. Mar 19 Baptiste Daroussin git: 76229061601f - main - pkgbase: fix kernel packing after switch ucl rework 195. Mar 19 Baptiste Daroussin git: f8e46fd61e05 - main - pkgbase: rework certctl package to only run rehash on the main package 196. Mar 19 Eugene Grosbein git: 9fd628361bd8 - stable/13 - diskinfo(8): introduce new option -l 197. Mar 19 Eugene Grosbein git: 947d9b023137 - stable/14 - MFC: diskinfo(8): introduce new option -l 198. Mar 19 Eugene Grosbein git: 229bdf30930b - stable/13 - mkimg(1): MFC: process non-seekable output gracefully 199. Mar 19 Eugene Grosbein git: c7f1512739c7 - stable/14 - MFC: mkimg(1): process non-seekable output gracefully 200. Mar 19 Dag-Erling =?utf-8?Q?Sm=C3 git: 6561c0eceb9a - main - diff: Improve history section.
201. Mar 19 John Baldwin git: 5500b398e794 - internal/admin - Reactivate lstewart's commit bit per request 202. Mar 19 John Baldwin git: 785600d0fb13 - main - kldxref: Properly handle reading strings near the end of an ELF file 203. Mar 18 Simon J. Gerraty git: a8eb3b365eb6 - main - loader.4th dictthreshold too small 204. Mar 18 Simon J. Gerraty git: 01f3abbfcd59 - main - uboot/Makefile move BINDIR 205. Mar 18 Rick Macklem git: 8f13abb4fd2f - main - nfsd.8: Document ways to minimize Copy operation times 206. Mar 18 Oskar Holmlund git: d4135972ae74 - main - add myself(oh) to the calendar 207. Mar 18 Ka Ho Ng git: 60bc9617e79e - main - kerneldump: add livedump_start_vnode(9) 208. Mar 18 Gleb Smirnoff git: e34ea0196f44 - main - tcp: clear all TCP timers in tcp_timer_stop() when in callout 209. Mar 18 R. Christian McDonald git: 576fbcbf2dc0 - main - Add myself (rcm) to the calendar. 210. Mar 18 Ed Maste git: f50322c1dcfe - main - random(9): bump removal to FreeBSD 15.0 211. Mar 18 Brooks Davis git: d9108adbc039 - main - lib{c,sys}: really fix incremental builds 212. Mar 18 Gordon Bergling git: e29be0786117 - main - tcp_rack.4: Update the SEE ALSO section 213. Mar 18 Richard Scheffenegger git: b5a9299bb8b9 - main - ktls: catch invalid parameters earlier 214. Mar 18 Hartmut Brandt git: c85d75a9fcd1 - main - Add myself (harti) to the calendar. 215. Mar 18 Andrew Turner git: 0a5f7918fc0e - main - arm64: Return all registers to gdb when able 216. Mar 18 Andrew Turner git: a931b85a0966 - main - uart: Add uart_cpu_acpi_setup to setup the uart 217. Mar 18 Andrew Turner git: 473c0b44ae8c - main - uart: Split out initilisation of the acpi devinfo 218. Mar 18 Andrew Turner git: 801160f4c0a3 - main - arm64: Rename drop_to_el1 to enter_kernel_el 219. Mar 18 Gleb Smirnoff git: e5c1ba936955 - stable/13 - netlink: fix route protocol constant values to match Linux 220. Mar 18 Gleb Smirnoff git: d45714ade3de - stable/14 - netlink: fix route protocol constant values to match Linux
221. Mar 18 Gleb Smirnoff git: dd7b86e2a010 - main - tcp: remove IS_FASTOPEN() macro 222. Mar 18 Kyle Evans git: 97bfe58ddc60 - stable/14 - crunchgen: slap a dependency on the generated makefile for .lo 223. Mar 18 Kyle Evans git: efb74e16ddc0 - stable/14 - libsysdecode: add a decoder for pollfd events 224. Mar 18 Kyle Evans git: 160788caa3c9 - stable/14 - ktrace: log genio events on failed write 225. Mar 18 Kyle Evans git: b983d4f63cb5 - stable/14 - kdump: decode pollfd struct arrays coming from poll(2) 226. Mar 18 Kyle Evans git: 416547ba79c3 - stable/14 - kern: poll: tap out the pollfd array on successful return 227. Mar 18 Kyle Evans git: a7b90458a293 - stable/14 - rtld: add some dlopen tests 228. Mar 18 Gleb Smirnoff git: d62c4607e8a3 - main - sockets: remove unused KPIs to manipulate sockets 229. Mar 18 Gleb Smirnoff git: 027fda80fe8b - main - inpcb: remove unused KPIs to manipulate inpcbs 230. Mar 18 Baptiste Daroussin git: 104328e63034 - stable/14 - timerfd_create: accept CLOCK_UPTIME/CLOCK_BOOTTIME 231. Mar 18 Baptiste Daroussin git: 122f46bd922b - stable/14 - pci_vendors: update to 2024.02.02 232. Mar 18 Baptiste Daroussin git: 20062c378b34 - stable/14 - kbdmap: fix typo preventing kbdmap to work under vt 233. Mar 18 Baptiste Daroussin git: 741ca9249173 - stable/14 - kbdmap: remove debug 234. Mar 18 Ed Maste git: e600fc7295a7 - main - ssh: remove deprecated client VersionAddendum 235. Mar 18 Gabriel M. Dutra git: f56e9a65cf81 - main - calendars: Add myself to the FreeBSD calendar 236. Mar 18 Ed Maste git: a91a246563df - main - ssh: Update to OpenSSH 9.7p1 237. Mar 18 Dag-Erling =?utf-8?Q?Sm=C3 git: ad99fea9045d - main - libbe: Fix some markup issues. 238. Mar 18 Dag-Erling =?utf-8?Q?Sm=C3 git: a46217ce7d16 - main - bectl: Simplify command aliases. 239. Mar 18 Dag-Erling =?utf-8?Q?Sm=C3 git: e819534f1530 - main - bectl: Use geopt() and drop mention of -?. 240. Mar 18 Martin Matuska git: 2165931f74f5 - stable/14 - zfs: fix NULL assertion in dbuf.c
241. Mar 18 =?utf-8?Q?Dag-Erling_Sm=C3 Re: git: 81be5a55d9bb - stable/14 - zfs: merge openzfs/zfs@c883088df (zfs-2.2-release) into stable/14 242. Mar 18 Mateusz Guzik git: b0aaf8beb126 - main - Rename VM_LAST to more appropriate VM_GUEST_LAST 243. Mar 18 Michael Osipov git: 85c3ef77cc9f - main - freebsd-update: mark "cron" as fetched as "fetch" itself 244. Mar 18 Baptiste Daroussin git: 78b6117dac99 - main - release: add basic cloudinit images 245. Mar 18 Mark Murray git: e38f2308273c - main - lib/msun: Fix tgammal(3) on IEEE 128-bit platforms 246. Mar 18 Michael Osipov git: c547f17816be - main - Add myself (michaelo) to the calendar 247. Mar 18 Michael Osipov git: 59b02bb420e3 - main - freebsd-update: Don't provide copiable commands in output 248. Mar 18 Kyle Evans git: 79a095fa8a66 - stable/13 - crunchgen: slap a dependency on the generated makefile for .lo 249. Mar 18 Kyle Evans git: 7e9323311117 - stable/13 - rtld: add some dlopen tests
home | archive sorted by: subject | author | date | reverse date