2025/dev-commits-src-all/20250804.dev-commits-src-all
Messages: 320, old messages first
Last update: Mon Aug 4 0:07:05 2025
|
|
home | archive sorted by: subject | author | date | reverse date
1. Jul 28 Olivier Certner git: 04a6dc7974ee - main - chroot.8: Be more precise when describing '-u', '-g' and '-G' 2. Jul 28 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 3. Jul 28 Cy Schubert git: c0fae431fd6a - main - krb5: Chase dd0ec030f8fd updating to current DSO 4. Jul 28 Cy Schubert Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 5. Jul 28 Olivier Certner git: 8a69eb88fa00 - main - Obsoletefiles.inc: Add architecture-specific 'runq.h' headers 6. Jul 28 Konstantin Belousov Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 7. Jul 28 Lexi Winter Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 8. Jul 28 Lexi Winter git: 44a5649bc3a2 - stable/14 - tests/sys/net/if_bridge_test: fix MTU test 9. Jul 28 Lexi Winter git: 4f2140aa9677 - stable/14 - crash.8: update a little 10. Jul 28 Lexi Winter git: f72c7affddfe - stable/14 - pom.6: add a more complete bibliography 11. Jul 28 Lexi Winter git: ad023bc26e10 - main - clang-scan-deps: Pass ${TDFILE} to tblgen, not ${.ALLSRC} 12. Jul 28 Lexi Winter git: 14f57afb852d - main - bmake: Add a package for bmake and share/mk 13. Jul 28 Lexi Winter git: f252caf0015a - main - bridge: exterr-ize 14. Jul 28 Lexi Winter git: 16045420e7f8 - main - bsdinstall: use the canonical name for compression 15. Jul 28 Kristof Provost Re: git: 430f1acc451c - main - ice(4): Add MAC filter and VLAN resource limits to VFs 16. Jul 28 Olivier Certner git: 68d289075c76 - stable/14 - sys/param.h: Split some macros into new <sys/_param.h> 17. Jul 28 Olivier Certner git: fac3e1d3bc19 - stable/14 - runq: Deduce most parameters, remove machine headers 18. Jul 28 Olivier Certner git: 3f5f50ca526f - stable/14 - runq: More selective includes of <sys/runq.h> to reduce pollution 19. Jul 28 Olivier Certner git: 3020792db818 - stable/14 - runq: Hide function prototypes under _KERNEL 20. Jul 28 Olivier Certner git: 55731b34c3ff - stable/14 - runq: API tidy up: 'pri' => 'idx', 'idx' as int, remove runq_remove_idx()
21. Jul 28 Olivier Certner git: b6e0a4f51747 - stable/14 - runq: Clarity and style pass 22. Jul 28 Olivier Certner git: 000ffb6f24c4 - stable/14 - runq: More macros; Better and more consistent naming 23. Jul 28 Olivier Certner git: de0e1a3abf8b - stable/14 - runq: Revamp runq_find*(), new runq_find_range() 24. Jul 28 Olivier Certner git: 606087082472 - stable/14 - runq: Re-order functions more logically 25. Jul 28 Olivier Certner git: bd97078d704b - stable/14 - runq: Tidy up and rename runq_setbit() and runq_clrbit() 26. Jul 28 Olivier Certner git: bfd59136bece - stable/14 - runq: runq_check(): Re-implement on top of runq_findq() 27. Jul 28 Olivier Certner git: 9eba574a6761 - stable/14 - runq: New function runq_is_queue_empty(); Use it in ULE 28. Jul 28 Olivier Certner git: 952ccda22e27 - stable/14 - sched_ule: Re-implement stealing on top of runq common-code 29. Jul 28 Olivier Certner git: 16cfdebb8b34 - stable/14 - runq: New runq_findq(), common low-level search implementation 30. Jul 28 Olivier Certner git: 0566e750c46c - stable/14 - sched_ule: runq_steal_from(): Suppress first thread special case 31. Jul 28 Olivier Certner git: 79dcda3d5df6 - stable/14 - Internal scheduling priorities: Always use symbolic ones 32. Jul 28 Olivier Certner git: faa0b715592d - stable/14 - sched_ule: Use a single runqueue per CPU 33. Jul 28 Olivier Certner git: c6a65bbee695 - stable/14 - zfs: spa: ZIO_TASKQ_ISSUE: Use symbolic priority 34. Jul 28 Olivier Certner git: 0f54758cbe91 - stable/14 - runq: Switch to 256 levels 35. Jul 28 Olivier Certner git: 590d12774f8f - stable/14 - runq: Bump __FreeBSD_version after switching to 256 levels 36. Jul 28 Olivier Certner git: c6838df83578 - stable/14 - epoch_test: Assign different priorities using offset 1 37. Jul 28 Olivier Certner git: dcf352d69d91 - stable/14 - runq: Remove userland references to RQ_PPQ in rtprio contexts 38. Jul 28 Olivier Certner git: 2a9e7fd346f6 - stable/14 - runq: Restrict <sys/runq.h> to kernel only 39. Jul 28 Olivier Certner git: c42d06da488a - stable/14 - runq: Add copyright 40. Jul 28 Olivier Certner git: d83f27fe7378 - stable/14 - sched: Internal priority ranges: Reduce kernel, increase timeshare
41. Jul 28 Olivier Certner git: 32766dde5bc3 - stable/14 - sched_4bsd: Move ESTCPULIM() after its macro dependencies 42. Jul 28 Olivier Certner git: c1ca55eb93fd - stable/14 - sched_ule: Recover previous nice and anti-starvation behaviors 43. Jul 28 Olivier Certner git: 15056c43e87f - stable/14 - sched_ule: Sanitize CPU's use and priority computations, and ticks storage 44. Jul 28 Olivier Certner git: 00c1b4fac2ab - stable/14 - sched_4bsd: Remove RQ_PPQ from ESTCPULIM()'s formula 45. Jul 28 Olivier Certner git: cc604213b597 - stable/14 - sched_4bsd: ESTCPULIM(): Allow any value in the timeshare range 46. Jul 28 Olivier Certner git: 193c695d7b07 - stable/14 - ps(1), top(1): Priority: Let 0 be the first timesharing level 47. Jul 28 Olivier Certner git: 2b76d028605b - stable/14 - arm64: lib32: Don't try to install removed <machine/runq.h> 48. Jul 28 Olivier Certner git: 8a59ea47d92c - stable/14 - sched_ule: 32-bit platforms: Fix runq_print() after runq changes 49. Jul 28 Olivier Certner git: c7bb3ca85e5a - stable/14 - runq: Fix printing status word bits 50. Jul 28 Olivier Certner git: 2d2e8ea9f286 - stable/14 - runq: runq_not_empty() to support racy lookups again 51. Jul 28 Olivier Certner git: 38cf4580a449 - stable/14 - Obsoletefiles.inc: Add architecture-specific 'runq.h' headers 52. Jul 28 Olivier Certner git: 8e1b8ae7298f - stable/14 - LinuxKPI: Have kvzalloc() rely on kvmalloc(), not kmalloc() 53. Jul 28 Olivier Certner git: d738ed04dbff - stable/14 - LinuxKPI: alloc_pages(): Don't reclaim on __GFP_NORETRY 54. Jul 28 Olivier Certner git: 0e9a3bdeb737 - stable/14 - pmap: Degrade pmap_page_set_attr*() into a no-op on same attribute 55. Jul 28 Olivier Certner git: 880e131d9d31 - stable/14 - vm_domainset: Print correct function in KASSERT()/panic() 56. Jul 28 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 57. Jul 28 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 58. Jul 28 Lexi Winter git: 287a5fdcd3c9 - main - ifconfig/ifbridge.c: add get_vlan_id() 59. Jul 28 Cy Schubert Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 60. Jul 28 Kristof Provost git: 9c52600a5a15 - main - if_ovpn: support floating clients
61. Jul 28 Kristof Provost git: ad1b5df8884c - main - if_ovpn tests: basic float test case 62. Jul 28 Dag-Erling =?utf-8?Q?Sm=C3 git: 45c3fa9897f1 - main - ice: Fix aarch64 LINT kernel 63. Jul 28 John Baldwin git: e958bc1c1337 - main - tools/boot/rootgen: Remove stray zfsboot1 from ZFS + MBR + UEFI function 64. Jul 28 John Baldwin git: a3b72d89c702 - main - zfsboot: Remove zfsboot(8) program used to boot ZFS from MBR + BIOS 65. Jul 28 John Baldwin Re: git: 45c3fa9897f1 - main - ice: Fix aarch64 LINT kernel 66. Jul 28 Dag-Erling =?utf-8?Q?Sm=C3 git: 4a4338d94401 - main - comsat: Don't read arbitrary files 67. Jul 28 Dag-Erling =?utf-8?Q?Sm=C3 git: e40a2c4927a8 - main - comsat: Don't return from the child 68. Jul 28 =?utf-8?Q?Dag-Erling_Sm=C3 Re: git: 45c3fa9897f1 - main - ice: Fix aarch64 LINT kernel 69. Jul 28 Mark Johnston git: 6efe8e6be413 - main - pf: Fix a lock leak in pf_ioctl_addrule() 70. Jul 28 Mark Johnston git: a007340abe83 - main - amd64: Remove a stray syzkaller config 71. Jul 28 Kristof Provost Re: git: 6efe8e6be413 - main - pf: Fix a lock leak in pf_ioctl_addrule() 72. Jul 28 Konstantin Belousov Re: git: c0fae431fd6a - main - krb5: Chase dd0ec030f8fd updating to current DSO 73. Jul 28 Cy Schubert Re: git: c0fae431fd6a - main - krb5: Chase dd0ec030f8fd updating to current DSO 74. Jul 28 Mark Johnston git: 748a4ea1caff - main - jail: Make prison_owns_vnet() operate on a prison instead of a ucred 75. Jul 28 Mark Johnston git: 96b29c7f0cff - main - if_ovpn: Destroy cloned interfaces via a prison removal callback 76. Jul 28 Mark Johnston git: 3b263fa76c08 - main - if_tuntap: Try to fix device refcount bugs 77. Jul 28 Konstantin Belousov git: 73e3f094faef - main - exterr: enqueue ktrace event on syscall exit instead of at EXTERROR() call 78. Jul 28 Lexi Winter git: 328110da2661 - main - Move toolchain utils to -toolchain package 79. Jul 28 Lexi Winter git: 4d281507f5f1 - main - bridge: be consistent about PVID terminology 80. Jul 28 Lexi Winter git: 64f493e664cc - main - bridge: do not allow a bridge SVI in a bridge
81. Jul 28 Warner Losh Re: git: 430f1acc451c - main - ice(4): Add MAC filter and VLAN resource limits to VFs 82. Jul 28 John Baldwin git: 4b02ad9d5063 - main - style.9: Add a C++ section 83. Jul 28 John Baldwin git: a88cd55ba8ad - main - gptzfsboot: Move zfsboot.c source into its sole consumer 84. Jul 28 John Baldwin git: 4e2cbc4466d2 - main - stand/i386: Remove references to empty variable OPENCRYPTO_XTS 85. Jul 28 John Baldwin git: df607c941f88 - main - stand/i386: Don't include SASRC in .PATH of boot loaders 86. Jul 28 John Baldwin git: 9f0f30bc1f5f - main - libnvmf: Add nvmf_nqn_valid_strict() function 87. Jul 28 Kristof Provost Re: git: 430f1acc451c - main - ice(4): Add MAC filter and VLAN resource limits to VFs 88. Jul 28 Kevin Bowling Re: git: 430f1acc451c - main - ice(4): Add MAC filter and VLAN resource limits to VFs 89. Jul 28 Mark Johnston git: 9a6ba186e0ca - main - sdt: Initialize probes in two passes 90. Jul 28 Konstantin Belousov git: c069ca085bd1 - main - ufs_vnops.c: use unsigned type for newparent inode number in ufs_rename() 91. Jul 28 Konstantin Belousov git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 92. Jul 28 =?utf-8?Q?=C3=84lven?= git: 659962f96a15 - main - =?utf-8?Q?New committer (ports): =C3=84lven (alven)?= 93. Jul 28 Benjamin Kaduk Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 94. Jul 28 Warner Losh Re: git: 430f1acc451c - main - ice(4): Add MAC filter and VLAN resource limits to VFs 95. Jul 28 Benjamin Kaduk Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 96. Jul 28 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 97. Jul 29 Kevin Bowling git: 99979f0eeb93 - stable/14 - setsockopt.2: Clarify SO_SPLICE action 98. Jul 29 Kevin Bowling git: 677465720ad1 - stable/14 - getsockopt.2: Add SO_SPLICE source socket read and socket close behavior 99. Jul 29 Poul-Henning Kamp git: 36027361f9cf - main - =?utf-8?Q?iichid: Stop using split I=C2=B2C bus transactions?= 100. Jul 29 Michael Tuexen git: fe35f275ab02 - main - mbuf.9: describe checksum offloading for SCTP
101. Jul 29 Kristof Provost git: b731570eca60 - stable/14 - /etc/rc.d/pf: Fix for multi-line pf_fallback_rules 102. Jul 29 Kristof Provost git: 0bb490bdbff4 - stable/13 - /etc/rc.d/pf: Fix for multi-line pf_fallback_rules 103. Jul 29 Michael Tuexen git: 0ded4647215c - main - vtnet.4: update description of loader tunables 104. Jul 29 Mark Johnston Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 105. Jul 29 Konstantin Belousov git: 98eb6f0eaa50 - main - ufs: restore conditional 106. Jul 29 Mark Johnston git: 10b3f2138573 - stable/14 - file: Add a fd flag with O_RESOLVE_BENEATH semantics 107. Jul 29 Mark Johnston git: 3ad3ab5f9b6e - stable/14 - unix: Set O_RESOLVE_BENEATH on fds transferred between jails 108. Jul 29 Mark Johnston git: ac2279ea57b7 - stable/14 - unix/tests: Add a regression test for fd transfer across jails 109. Jul 29 Mark Johnston git: afe2a4025c1f - stable/14 - savecore/tests: Serialize the livedump test 110. Jul 29 Mark Johnston git: cd0359507027 - stable/14 - lposix: Use reentrant passwd and group lookup functions 111. Jul 29 Mark Johnston git: e9e13081931f - stable/14 - dtrace: fix symbol address resolution 112. Jul 29 Mark Johnston git: 414a01b9e62b - stable/14 - mkimg: Add a reproducible mode 113. Jul 29 Mark Johnston git: f6ed43d346b1 - stable/14 - mkimg: Make output reproducible using a specific timestamp 114. Jul 29 Mark Johnston git: bb4a12ff9ac0 - stable/14 - nuageinit: Add wrappers for chmod and chown 115. Jul 29 Mark Johnston git: 12718429e89f - stable/14 - rc_subr_test: Bump some sleep timeouts 116. Jul 29 Mark Johnston git: 6c6add72d064 - stable/14 - msdosfs: Fix handling of eofflag in VOP_READDIR 117. Jul 29 Mark Johnston git: 1392b97d0388 - stable/14 - kasan: Use kasan_md_unsupported() to check for invalid addresses 118. Jul 29 Mark Johnston git: 3060f4fda70d - stable/14 - libdtrace: Use a designated array initializer for dt_cook_funcs[] 119. Jul 29 Mark Johnston git: d8ef477a7bfe - stable/14 - fdescfs: Set *eofflag in fdesc_readdir() 120. Jul 29 Mark Johnston git: 2019311525ce - stable/14 - swap_pager: Convert swap-space-full flags to bools
121. Jul 29 Mark Johnston git: 852cc22dda9b - stable/14 - vm_pageout: Remove a volatile qualifier from some vm_domain members 122. Jul 29 Mark Johnston git: 8aeeb4b7f0ff - stable/14 - p9fs: Set *eofflag in p9fs_readdir() 123. Jul 29 Konstantin Belousov Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 124. Jul 29 Kristof Provost git: da50f49977cc - main - ifconfig: fix removing IPv6 addresses 125. Jul 29 Kristof Provost git: e9ca883b12c0 - main - netinet6: Don't return non-IPv6 enabled interfaces from in6_getlinkifnet() 126. Jul 29 Kristof Provost git: f1f77adfd9bc - main - pf: remove incorrect __unused annotation 127. Jul 29 Mark Johnston Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 128. Jul 29 Konstantin Belousov Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 129. Jul 29 Mark Johnston Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 130. Jul 29 Konstantin Belousov Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 131. Jul 29 Konstantin Belousov Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 132. Jul 29 Mark Johnston Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 133. Jul 29 Mark Johnston git: 2bc355c0182a - main - ufs: Pass the new parent inode number to ufs_dirrewrite() 134. Jul 29 Konstantin Belousov Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 135. Jul 29 Ed Maste git: 3fe326bfa030 - stable/14 - memcmp.3: Clarify return value 136. Jul 29 Ed Maste git: 27ed3497bb55 - stable/14 - =?utf-8?Q?uk.kbd: Fix =E2=82=AC mapping?= 137. Jul 29 Mark Johnston Re: git: 610319c766e9 - main - ufs_vnops.c: newparent is not bool 138. Jul 29 Ed Maste git: 5aaaa1a61024 - stable/14 - beep: Capsicumize 139. Jul 29 Ed Maste git: 09e510c24802 - Create tag vendor/openssh/10.0p2 140. Jul 29 Baptiste Daroussin git: 7b68893ffa9b - main - krb5: remove libedit from the bootstrap tools
141. Jul 29 Ed Maste git: 8be24d80adb4 - main - ssh: Reduce sshd_config diffs against OpenSSH 10.0p2 142. Jul 29 John Baldwin git: 706d8ffa3953 - main - cross-build: Add a <endian.h> wrapper for macOS 143. Jul 29 John Baldwin git: f7951799877c - main - pci_iov: Support dynamic subordinate bus growth during VF creation 144. Jul 29 Konstantin Belousov git: aa42e4984997 - main - sys_swapon: reject too small devices 145. Jul 29 Toomas Soome git: da1255560f36 - main - makefs: clean up warnings 146. Jul 29 Toomas Soome git: 507f8523f5f6 - main - makefs: zfs dataset mountpoints are considered non-empty 147. Jul 29 Vladimir Kondratyev git: 08ad5c42343b - stable/14 - rtlbtfw(8): Add support for firmware file format V2 148. Jul 29 Vladimir Kondratyev git: 2100a0fecec7 - stable/14 - rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4 149. Jul 29 Vladimir Kondratyev git: 6296dd08ae52 - stable/14 - Added identifiers for additional PS4 DualShock controller variants 150. Jul 29 Vladimir Kondratyev git: 6a11b6aed8a9 - stable/14 - psm(4): Add kqueue support 151. Jul 29 Mark Johnston git: 8f6769b82a2a - stable/14 - file: Fix the !CAPABILITIES build 152. Jul 29 Konstantin Belousov git: a0041aee49be - main - kern/kern_thread.c: fix typo in comment 153. Jul 29 Konstantin Belousov git: b87013fe70c0 - main - libthr: fix typo in comment 154. Jul 30 Warner Losh git: 7fc218b30b80 - main - find: Put back clearing the NOSTAT bit 155. Jul 30 Bojan =?utf-8?Q?Novkovi=C4 git: 14598537acec - main - db/hash.c: Allow O_WRONLY in dbm_open 156. Jul 30 Mateusz Piotrowski git: 8679496e454e - stable/14 - dtrace.1: Mention providers in SEE ALSO 157. Jul 30 Mateusz Piotrowski git: 0c91fa982437 - stable/14 - dtrace_fbt.4: Document the DTrace fbt provider 158. Jul 30 Mateusz Piotrowski git: 683f161bd5be - stable/13 - dtrace.1: Mention providers in SEE ALSO 159. Jul 30 Mateusz Piotrowski git: 2dded8fb5b25 - stable/13 - dtrace_fbt.4: Document the DTrace fbt provider 160. Jul 30 Mateusz Piotrowski git: 943ad2ce5988 - stable/14 - rc: Use check_jail to check values of security.jail MIBs
161. Jul 30 Mateusz Piotrowski git: 7ee04c7b17d1 - stable/13 - rc: Use check_jail to check values of security.jail MIBs 162. Jul 30 Kristof Provost Re: git: ded037e65e52 - main - qat: driver updates to improve code and fix bugs 163. Jul 30 Dag-Erling =?utf-8?Q?Sm=C3 git: 852615204860 - main - ping: Remove unnecessary compiler flag 164. Jul 30 Bjoern A. Zeeb Re: git: 0c91fa982437 - stable/14 - dtrace_fbt.4: Document the DTrace fbt provider 165. Jul 30 Poul-Henning Kamp git: 0d9aa2a441db - main - recoverdisk(1): Change time variables to time_t to compile on i386 166. Jul 30 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 167. Jul 30 Ed Maste git: 185bd9cf2199 - stable/14 - dtrace.1: Resolve merge conflict 168. Jul 30 Ed Maste git: 74072e9f16c1 - main - usbhid: Enable by default 169. Jul 30 Ed Maste git: 525795cde28b - stable/14 - bsdinstall: Emit a warning if the system has too little memory 170. Jul 30 Ed Maste Re: git: 0c91fa982437 - stable/14 - dtrace_fbt.4: Document the DTrace fbt provider 171. Jul 30 Ravi Pokala Re: 0c91fa982437 - stable/14 - dtrace_fbt.4: Document the DTrace fbt provider 172. Jul 30 Alan Somers git: 7b35b4d19630 - main - sockstat: add libxo support 173. Jul 30 Ed Maste git: bf426b859bda - main - vt: Remove FONT specification from INDEX files 174. Jul 30 Konstantin Belousov git: 6f4de208edde - main - ufs: change isrmdir type to bool or u_int as appropriate 175. Jul 30 Konstantin Belousov git: 2e3fa9395fc6 - main - swapongeom: destroy consumer/close vnode in case swaponsomething failed 176. Jul 30 Ed Maste git: 3b3a28975820 - main - syslogd: Fix function return test 177. Jul 30 Ed Maste git: 6fa24b29d8ff - main - release, bsdinstall: include FreeBSD-kernel-man package 178. Jul 31 Ed Maste git: fd05ce71c736 - stable/13 - dtrace.1: Resolve merge conflict 179. Jul 31 Ed Maste Re: 0c91fa982437 - stable/14 - dtrace_fbt.4: Document the DTrace fbt provider 180. Jul 31 Olivier Cochard git: a01ce3b87d83 - main - swapon: Improve tests for non-standard kernel page size and small media
181. Jul 31 Kevin Bowling git: 147b90973b97 - main - Revert "src.opts.mk: Default LLVM_ASSERTIONS off" 182. Jul 31 Benjamin Kaduk Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 183. Jul 31 Zhenlei Huang git: cdd97f3aacf1 - stable/14 - qlnxe: Fix advertising the IFCAP_LINKSTATE capability 184. Jul 31 Zhenlei Huang git: bfbb93b6de6a - stable/14 - qlnxe: Advertise the IFCAP_HWSTATS capability 185. Jul 31 Kyle Evans git: 763a097c156f - main - loader: add nvidia modules to the loader blacklist 186. Jul 31 Kyle Evans git: be1f7435ef21 - main - kern: start tracking cr_gid outside of cr_groups[] 187. Jul 31 Kyle Evans git: 4befc6711ab2 - main - param.h: bump __FreeBSD_version for be1f7435ef218b 188. Jul 31 Lexi Winter git: 30218eb7c4bc - stable/14 - clang-scan-deps: Pass ${TDFILE} to tblgen, not ${.ALLSRC} 189. Jul 31 Lexi Winter git: 0a2335471314 - stable/13 - pom.6: add a more complete bibliography 190. Jul 31 Lexi Winter git: 4eee2c9e9625 - stable/13 - crash.8: update a little 191. Jul 31 Lexi Winter git: de19b9d6e967 - stable/13 - clang-scan-deps: Pass ${TDFILE} to tblgen, not ${.ALLSRC} 192. Jul 31 Dag-Erling =?utf-8?Q?Sm=C3 git: a8d90e32133b - main - netlink: Fully clear parser state between messages 193. Jul 31 Zhenlei Huang git: 8c49d0a9f825 - stable/13 - if_genet: Consistently use the boolean form 194. Jul 31 Zhenlei Huang git: aee028cb4e96 - stable/13 - if_genet: Plug memory leaks 195. Jul 31 Olivier Certner git: 868b5492d184 - main - style.9: Fix "parantheses" typos in the new C++ section 196. Jul 31 Michael Tuexen git: dc0c74244ac4 - main - tcp: improve function names 197. Jul 31 Michael Tuexen git: f197a24d1196 - main - tcp: improve variable and constant names 198. Jul 31 Michael Tuexen git: 2266c602b384 - main - tcp hpts: cleanup header file 199. Jul 31 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 200. Jul 31 Rene Ladan git: ada5bba476bf - main - organization.dot: update list of current portmgr members
201. Jul 31 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 202. Jul 31 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 203. Jul 31 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 204. Jul 31 Cy Schubert Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 205. Jul 31 Cy Schubert Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 206. Jul 31 Bojan =?utf-8?Q?Novkovi=C4 git: 3a686b851f8f - main - dbm_nextkey: Always return an error if we've reached the end of the database 207. Jul 31 Cy Schubert Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 208. Jul 31 Cy Schubert Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 209. Jul 31 Rick Macklem Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 210. Jul 31 Cy Schubert Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 211. Jul 31 Mark Johnston git: 2dde3bed347a - main - aio: Fix a race in sys_aio_cancel() 212. Jul 31 Bjoern A. Zeeb git: 21cb44bf33f1 - main - LinuxKPI: acpi: fix guid_t argument type 213. Jul 31 Bjoern A. Zeeb git: 69ed0f766bb6 - main - LinuxKPI: pci: harmonize #defines 214. Jul 31 Bjoern A. Zeeb git: 421bf3a96867 - main - LinuxKPI: pci: fix argument type to linuxkpi_pci_iomap[_range] 215. Jul 31 Bjoern A. Zeeb git: a96486531b91 - main - LinuxKPI: pci: use unsigned int for vendor/device arguments 216. Jul 31 Bjoern A. Zeeb git: 0f8a8416a4e0 - main - dwmmc: cleanup cmd and locking, consistency between mmc and mmccam 217. Jul 31 Bjoern A. Zeeb git: 69ffe3a6e778 - main - bsnmp: wlan: use correct value for rssi 218. Jul 31 Colin Percival git: 0a3792d5c576 - main - release: No newaliases when cross-building VMs 219. Jul 31 Dima Panov Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default 220. Jul 31 Dima Panov Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default
221. Jul 31 Mark Johnston Re: git: be1f7435ef21 - main - kern: start tracking cr_gid outside of cr_groups[] 222. Jul 31 Kyle Evans Re: git: be1f7435ef21 - main - kern: start tracking cr_gid outside of cr_groups[] 223. Jul 31 Kyle Evans Re: git: be1f7435ef21 - main - kern: start tracking cr_gid outside of cr_groups[] 224. Jul 31 Toomas Soome git: 733da235aa6a - main - libsa: errors with pointer conversion 225. Aug 1 Konstantin Belousov git: 3a54914b0e52 - stable/14 - kern/kern_thread.c: fix typo in comment 226. Aug 1 Konstantin Belousov git: c0b4b2db0adb - stable/14 - libthr: fix typo in comment 227. Aug 1 Kyle Evans git: 09f2abaa59f9 - main - kern: add a new ucred flag for groups having been set 228. Aug 1 Kyle Evans git: f61c48f4403f - main - kern: rename crsetgroups_fallback, document it in ucred(9) 229. Aug 1 Michael Tuexen git: bcb298fa9e23 - main - sctp, tcp, udp: improve deferred computation of checksums 230. Aug 1 Andrew Turner git: 1c52229528e7 - main - lib: Move libopencsd to /usr/lib and make private 231. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: aa05d1b2ef8b - main - db/hash.c: Fix flag check in hash_seq 232. Aug 1 Mark Johnston Re: git: ded037e65e52 - main - qat: driver updates to improve code and fix bugs 233. Aug 1 Peter Holm git: c1c58c001943 - main - stress2: Added two syzkaller reproducers and updated the exclude list 234. Aug 1 Peter Holm git: 5b977a8e2b83 - main - stress2: A workaround for an infrequent "filesystem full" issue 235. Aug 1 Kajetan Staszkiewicz git: 539da08f5567 - main - pfctl: Use sa_family_t for af instead of int 236. Aug 1 Kajetan Staszkiewicz git: d2761422eb0a - main - pf: Use different address family for source and redirection address 237. Aug 1 Christos Margiolis git: b5fe6d28ca9c - Create tag vendor/libsamplerate/0.2.2 238. Aug 1 Andrew Turner git: 118bfc9f53ac - main - arm64: Fix the sign in ID registers 239. Aug 1 Andrew Turner git: 863e8b457b5a - main - arm64: Rename ID_AA64MMFR0_ECV_CNTHCTL 240. Aug 1 Andrew Turner git: 3a4927ad9145 - main - arm64: Add CNTPOFF_EL2 op/CR values
241. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: 89e650eacc9b - main - sdhci: Add driver for the cvitek sdhci controller 242. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: 19643b415b2b - main - if_dwc: Ignore clk_set_assigned errors if "assigned_clocks" is not specified 243. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: 7a9a15eaf917 - main - if_dwc: Add support for cvitek ethernet controller 244. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: 25b9b0b6bec9 - main - riscv: Add driver for cvitek reset controller 245. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: e07254d1483f - main - riscv: Add driver for the cvitek reboot controller 246. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: e9dd9f95f82f - main - riscv: Add the sdhci_fdt driver to the build 247. Aug 1 Bojan =?utf-8?Q?Novkovi=C4 git: 092b70dadb1b - main - riscv: Add cvitek SoC files to the build 248. Aug 1 Christos Margiolis git: 1480c0b3f2da - main - Add 'contrib/libsamplerate/' from commit '69a539a327ef8d78260056c5394363569b5751ef' 249. Aug 1 Christos Margiolis git: 7a6d524a3194 - main - libsamplerate: Build as internal library 250. Aug 1 Lexi Winter git: 250bb6793a2b - main - bsnmp: fix undefined behaviour 251. Aug 1 Lexi Winter git: 7d4a177efc65 - main - ifconfig: Support variable-argument commands 252. Aug 1 Lexi Winter git: 3650722abf29 - main - ifconfig: Support VLAN ID in static/deladdr 253. Aug 1 Lexi Winter git: 62473ce8ccba - main - pam_krb5: fix the GCC build 254. Aug 1 Brooks Davis git: 406fffde9c45 - main - syscalls: make __sysctl's first argument const 255. Aug 1 Brooks Davis git: bfebc6deb4b9 - main - sysent: regen for const __sysctl argument 256. Aug 1 Mateusz Piotrowski git: 04c8bba8c867 - main - sysctl.3: Reference kinfo_getvmmap(3), kinfo_getfile(3), and kinfo_getproc(3) 257. Aug 1 Mateusz Piotrowski git: 1acfb873cf2e - main - dtrace.1: Document security.bsd.allow_destructive_dtrace 258. Aug 1 BRT brtConsolidadora 259. Aug 1 Zhenlei Huang git: 8632e4e73a69 - main - ifconfig: Garbage collect unused parameter swabips 260. Aug 1 Zhenlei Huang git: 62439516cc9b - main - tests: gif(4): Add tests to cover all IPv[46] in IPv[46] setups
261. Aug 1 Ka Ho Ng git: d5ec97156d33 - main - amd64: include opt_kstack_pages.h 262. Aug 1 Konstantin Belousov git: 011efaa5cd24 - main - devfs readdir: handle short buffer same as UFS 263. Aug 1 Phil Shafer Re: git: 7b35b4d19630 - main - sockstat: add libxo support 264. Aug 1 Michael Tuexen git: 79059e0ec9b1 - main - tcp: Fix wrap around comparison bug 265. Aug 1 John Baldwin git: 96a550e9dd89 - main - genet: Add a detach routine 266. Aug 1 Mark Johnston git: 095f6305772b - main - vm_pageout: Scan inactive dirty pages less aggressively 267. Aug 1 Ed Maste git: e6c623e9bad5 - main - chroot: Improve error message for unprivileged use 268. Aug 1 Mark Johnston git: c2230ad3b121 - main - inotify: Avoid calling vrele() with a namecache mutex held 269. Aug 1 Dag-Erling =?utf-8?Q?Sm=C3 git: bf304a40cde8 - main - bsnmpd: Fix an error message 270. Aug 1 Dag-Erling =?utf-8?Q?Sm=C3 git: 01e42ce81f75 - main - libarchive: Stop using readdir_r() 271. Aug 1 Dag-Erling =?utf-8?Q?Sm=C3 git: 65bae451c23b - main - kyua: Stop using readdir_r() 272. Aug 1 Dag-Erling =?utf-8?Q?Sm=C3 git: 2bd157bc732a - main - libc: Deprecate readdir_r() 273. Aug 1 Dag-Erling =?utf-8?Q?Sm=C3 git: 7f04c09fe745 - main - rc.subr: Fix wait_for_pids 274. Aug 1 Dag-Erling =?utf-8?Q?Sm=C3 git: ac641d55ea06 - main - rc.subr: Drop duplicate SPDX tag in test script 275. Aug 2 Zhenlei Huang Re: git: 96a550e9dd89 - main - genet: Add a detach routine 276. Aug 2 Alan Somers Re: git: 7b35b4d19630 - main - sockstat: add libxo support 277. Aug 2 Romain =?utf-8?Q?Tarti=C3= git: 8d4464377219 - stable/14 - vm_page: Fix loading bad memory addresses from file 278. Aug 2 Romain =?utf-8?Q?Tarti=C3= git: e4624465c16a - stable/13 - vm_page: Fix loading bad memory addresses from file 279. Aug 2 Lexi Winter git: d1095367eb51 - main - krb5: Rename the ALIGN macro in aestab.h 280. Aug 2 Damin Rido Re: git: 7b35b4d19630 - main - sockstat: add libxo support
281. Aug 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 0c381b7f0570 - main - libutil: Add symbol versioning 282. Aug 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 2e0caa7c7e14 - main - libutil: Really fix expand_number(3) 283. Aug 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 301dee770efe - main - libutil: Better tests for expand_number(3) 284. Aug 2 =?utf-8?Q?Dag-Erling_Sm=C3 Re: git: d5ec97156d33 - main - amd64: include opt_kstack_pages.h 285. Aug 2 Ed Maste git: d0144563a0c1 - main - UPDATING: Correct typo in hw.usb.usbhid.enable tunable 286. Aug 2 Alan Cox git: 6fb848f2ff91 - main - amd64 pmap: Use INVPCID_CTXGLOB on Ryzen processors 287. Aug 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 294a4b72ca27 - main - RELNOTES: Mention deprecation of readdir_r(3) 288. Aug 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 7cde6868f80b - main - libc: Drop gets() from symbol map 289. Aug 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 8d8a745c456c - main - libutil: Drop auth_getval() 290. Aug 2 Ka Ho Ng git: ee09ce3f1f2e - main - Revert "amd64: include opt_kstack_pages.h" 291. Aug 2 Ed Maste git: 95f8c3e1ed0c - main - chroot.2: Update errors and unprivileged use 292. Aug 2 Konstantin Belousov git: a523d882a467 - main - vfs_syscall.c: do not take process lock around the read of P2_NO_NEW_PRIVS 293. Aug 2 Konstantin Belousov git: cf0f693f0361 - main - vfs_syscall.c: EXTERROR-ise EPERM from chroot(2) 294. Aug 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 25fca243f2b7 - main - service: Add an option to enable debugging 295. Aug 3 Peter Jeremy git: dbc22fdad8ea - main - eqos: Whitespace cleanup 296. Aug 3 Xin LI git: 7f41c76b84d0 - stable/14 - MFC: MFV: less v679. 297. Aug 3 Xin LI git: 4266bc4fcf9b - stable/13 - MFC: MFV: less v679. 298. Aug 3 Ka Ho Ng git: ecf65a4ae5cb - main - amd64/pmap: include opt_kstack_pages.h 299. Aug 3 Kyle Evans git: 702423e864a5 - main - libc: gen: refactor execvPe() for readability 300. Aug 3 Kyle Evans git: 91eb4d2ba4de - main - chroot: slightly cleanup
301. Aug 3 Nuno Teixeira Re: git: 8d8a745c456c - main - libutil: Drop auth_getval() 302. Aug 3 Andrey V. Elsukov git: 12e61c31dbd5 - main - ipfw: add numeric initializers to enum ipfw_opcodes 303. Aug 3 Andrey V. Elsukov git: 91ed876385d4 - main - ipfw: forbid adding keep-state rules that depend on tablearg 304. Aug 3 Andrey V. Elsukov git: 3b67473b9757 - main - ipfw: add additional handling for orphaned states 305. Aug 3 Brooks Davis git: 630efff12879 - main - fix cross build after expand_number type change 306. Aug 3 Andrey V. Elsukov git: 877e70e6087f - main - ipfw: add protected rule for orphaned dynamic states 307. Aug 3 A FreeBSD User Re: git: 8d8a745c456c - main - libutil: Drop auth_getval() 308. Aug 3 Herbert Re: git: 8d8a745c456c - main - libutil: Drop auth_getval() 309. Aug 3 Phil Shafer Re: git: 7b35b4d19630 - main - sockstat: add libxo support 310. Aug 3 Dag-Erling =?utf-8?Q?Sm=C3 git: 4e6a3e7e3240 - main - libutil: Document pidfile_signal() 311. Aug 3 Dag-Erling =?utf-8?Q?Sm=C3 git: 22afc767869a - main - libutil: Add missing MLINKs 312. Aug 3 Mark Johnston git: 3bd8fab2415b - main - vfs: Move DEBUG_VFS_LOCKS checks to INVARIANTS 313. Aug 3 Mark Johnston git: 4798f1e8f28d - main - ufs: Remove uses of DEBUG_VFS_LOCKS 314. Aug 3 Mark Johnston git: 4b56c7ff6c5b - main - tmpfs: Remove uses of DEBUG_VFS_LOCKS 315. Aug 3 Mark Johnston git: 2daaf63d538b - main - mac: Remove uses of DEBUG_VFS_LOCKS 316. Aug 3 Mark Johnston git: d733bca67055 - main - vnode_pager: Remove uses of DEBUG_VFS_LOCKS 317. Aug 3 Lexi Winter git: ce06c1921e0c - main - bridge: Add a vlanfilter bridge option 318. Aug 3 Lexi Winter git: 624b7beed5ac - main - kadm5: add -Wno-alloc-size-larger-than 319. Aug 3 Lexi Winter git: 37056594f0ef - main - bsdconfig: Move to -bsdconfig package 320. Aug 3 Lexi Winter Re: git: 624b7beed5ac - main - kadm5: add -Wno-alloc-size-larger-than
home | archive sorted by: subject | author | date | reverse date