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


2026/dev-commits-src-branches/20260629.dev-commits-src-branches

Messages: 258, new messages first
Last page update: Mon Jun 29 0:07:03 UTC 2026

home | up | archive | sorted by: subject - author - date - reverse date
  1. Jun 28 Konstantin Belousov        git: 4d8f2d291299 - stable/15 - build.7: explain how to build KBI-compatible standalone module
  2. Jun 28 Konstantin Belousov        git: d3d1095b0db1 - stable/15 - vfs: rename vop_mmapped() to vop_update_atime()
  3. Jun 28 Konstantin Belousov        git: 30fff269ad1c - stable/15 - linuxkpi ioctl handler: restore the user data pointer
  4. Jun 28 Konstantin Belousov        git: 59667b7653a3 - stable/14 - amd64: do not restore fsbase/gsbase for 32bit processes
  5. Jun 28 Michael Osipov             git: 1807800b7986 - stable/14 - periodic/security: Introduce $security_status_loginfail_ignore for 800.loginfail
  6. Jun 28 Michael Osipov             git: 624e0bf29d72 - stable/15 - periodic/security: Introduce $security_status_loginfail_ignore for 800.loginfail
  7. Jun 28 Baptiste Daroussin         git: 1561d31aa0f9 - stable/15 - nuageinit: fix shell injection in power_state_change delay and add test
  8. Jun 28 Baptiste Daroussin         git: 2bb8d7c7ecb2 - stable/15 - nuageinit: validate set-name to prevent shell injection in variable names
  9. Jun 28 Baptiste Daroussin         git: 3654d0c7e0a5 - stable/15 - nuageinit: fix shell command injection in multiple rc.conf.d writes
 10. Jun 28 Baptiste Daroussin         git: 3bb20f3c2837 - stable/15 - nuageinit: use single-quote shell escaping for hostname in rc.conf.d
 11. Jun 28 Baptiste Daroussin         git: 7aefe34615c3 - stable/15 - nuageinit: install certs in /usr/share/certs/trusted
 12. Jun 28 Baptiste Daroussin         git: 48bf144ac4a2 - stable/15 - nuageinit: update documentation for phone_home and final_message
 13. Jun 28 Baptiste Daroussin         git: 167ddf97da60 - stable/15 - nuageinit: expose decode_base64 to fix tests
 14. Jun 28 Baptiste Daroussin         git: 25f255d45f2d - stable/15 - nuage.lua: add encode_base64 helper
 15. Jun 28 Baptiste Daroussin         git: 35ea67ebc0b6 - stable/15 - nuageinit: implement phone_home support
 16. Jun 28 Baptiste Daroussin         git: eb677a598e68 - stable/15 - nuageinit: implement final_message support
 17. Jun 28 Baptiste Daroussin         git: bf026697c6d8 - stable/15 - nuageinit: implement MIME multipart user-data support
 18. Jun 28 Baptiste Daroussin         git: 202ae0114a15 - stable/15 - nuageinit: implement power_state_change and locale support
 19. Jun 28 Baptiste Daroussin         git: 9835838d76d5 - stable/15 - nuageinit: implement ntp support
 20. Jun 28 Baptiste Daroussin         git: f0fa0c599330 - stable/15 - nuageinit: implement ca_certs support


21. Jun 28 Baptiste Daroussin git: a4a46e6ec8e0 - stable/15 - nuageinit: implement ssh_authkey_fingerprints support 22. Jun 28 Baptiste Daroussin git: 8c4d8934cc00 - stable/15 - nuageinit: implement keyboard support 23. Jun 28 Baptiste Daroussin git: 04b8103810c7 - stable/15 - nuageinit: implement resolv_conf support 24. Jun 28 Baptiste Daroussin git: e3d8f73cf2f6 - stable/15 - nuageinit: implement mounts support 25. Jun 28 Baptiste Daroussin git: c5755b769724 - stable/15 - nuageinit: add tests for bootcmd, ssh_deletekeys, disable_root, manage_etc_hosts 26. Jun 28 Baptiste Daroussin git: ed54170f89bb - stable/15 - pw: fix incorrect metalog path in mkdir_home_parents 27. Jun 28 Baptiste Daroussin git: c552051fb08f - stable/15 - pw: fix setmode(NULL) crash when homemode is a boolean value 28. Jun 28 Baptiste Daroussin git: 2dd4c50deeaf - stable/15 - pw: fix inverted condition in shell_path error handling 29. Jun 28 Baptiste Daroussin git: 3973c36d1f86 - stable/15 - pw: fix uninitialized name pointer in pw_group_del 30. Jun 28 Baptiste Daroussin git: ae577a78a80a - stable/15 - pw: fix const qualification in unquote() 31. Jun 28 Baptiste Daroussin git: 543348190b7d - stable/15 - pw: remove duplicate pw_user_add declarations 32. Jun 28 Baptiste Daroussin git: 178f400cf643 - stable/15 - nuageinit: implement bootcmd support 33. Jun 28 Baptiste Daroussin git: 85a943339f2d - stable/15 - nuageinit: implement manage_etc_hosts support 34. Jun 28 Baptiste Daroussin git: a67656ff5e78 - stable/15 - nuageinit: complete SSH support with ssh_deletekeys and disable_root 35. Jun 28 Baptiste Daroussin git: 53906065f040 - stable/15 - nuageinit: refactor goto abuse in chpasswd() 36. Jun 28 Baptiste Daroussin git: 985f74ce766e - stable/15 - nuageinit: fix non-standard f:close(cmd) and remove dead precmd 37. Jun 28 Baptiste Daroussin git: 481f6208e26a - stable/15 - nuageinit: fix TOCTOU in addsshkey, adddoas, addsudo 38. Jun 28 Baptiste Daroussin git: 41fc76cd796d - stable/15 - nuageinit: fix update_sshd_config crash when file does not exist 39. Jun 28 Baptiste Daroussin git: f34a21ba0ada - stable/15 - nuageinit: remove dead checkgroup(), inline check in purge_group() 40. Jun 28 Baptiste Daroussin git: 6fcafba9b365 - stable/15 - nuageinit: add nil/empty guard to decode_base64()
41. Jun 28 Baptiste Daroussin git: 2ebdc0a782a6 - stable/15 - nuageinit: add hostname validation (RFC 952/1123) to sethostname() 42. Jun 28 Baptiste Daroussin git: 933551cdfd08 - stable/15 - nuageinit: add config2_network DNS services test 43. Jun 28 Baptiste Daroussin git: 4baa3af22f78 - stable/15 - nuageinit: fix dirname('/') returning nil instead of '/' 44. Jun 28 Baptiste Daroussin git: fb06f62c7060 - stable/15 - nuageinit: add dirname edge case tests 45. Jun 28 Baptiste Daroussin git: 43184397e6c4 - stable/15 - nuageinit: add update_sshd_config tests 46. Jun 28 Baptiste Daroussin git: 3b91e432616d - stable/15 - nuageinit: add adddoas tests 47. Jun 28 Baptiste Daroussin git: 3a0732153ebd - stable/15 - nuageinit: add addsudo tests 48. Jun 28 Baptiste Daroussin git: 413258a547df - stable/15 - nuageinit: add decode_base64 tests 49. Jun 28 Baptiste Daroussin git: 5c7627e96f22 - stable/15 - devmatch: read linker.hints from all module paths 50. Jun 28 Baptiste Daroussin git: bc3e0c6afdb9 - stable/15 - init: allow to specify a custom path for rc(8) 51. Jun 28 Jamie Gritton git: 8f14ea499fc6 - stable/15 - jail: clean up locking around do_jail_attach 52. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: efd399675286 - stable/14 - rc: Make devmatch use load_kld 53. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: d4e539bbf0ad - stable/14 - adduser: Normalize supplemental groups 54. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: 10ae3fc0b06a - stable/14 - rc: Improve load_kld 55. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: 59573a006c69 - stable/15 - adduser: Normalize supplemental groups 56. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: 19cba6662468 - stable/14 - rc: Fix improper use of load_kld 57. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: d67aa8bd9c5a - stable/15 - rc: Make devmatch use load_kld 58. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: 2baf97f3305a - stable/15 - rc: Improve load_kld 59. Jun 28 Dag-Erling=?utf-8?Q? Sm=C3 git: 8f59fdb65239 - stable/15 - rc: Fix improper use of load_kld 60. Jun 28 Alexander Ziaee git: 62551ae38bf2 - stable/15 - iostat.8: Expand -w description
61. Jun 28 Alexander Ziaee git: 1744efc43640 - stable/15 - tcp.fastopen.client_enable: Fix documented default 62. Jun 28 Alexander Ziaee git: fa550b255e95 - stable/15 - loader.efi.8: hw.uart.console is explained in uart 63. Jun 28 Alexander Ziaee git: 9e6c043af191 - stable/15 - symlink.7: Clean up markup and tag SPDX 64. Jun 28 Alexander Ziaee git: c19c83b0c76d - stable/15 - mount_udf.8: Alphabetize and align options 65. Jun 28 Alexander Ziaee git: 4016f9d5fedd - stable/15 - mdoc.7: Revert upstream changes to Lb/LIBRARY 66. Jun 28 Konstantin Belousov git: 34b95f53e7ac - stable/14 - sys_set*id(9): wait for the execblocks to pass 67. Jun 28 Konstantin Belousov git: bb1154f3ea20 - stable/14 - kern_exec.c: explicitly include sys/limits.h for UINT_MAX 68. Jun 28 Konstantin Belousov git: d7d5337291c9 - stable/14 - procfs, linprocfs: ensure target process vmspace stability 69. Jun 28 Konstantin Belousov git: ec0d7d01d6c4 - stable/14 - pseudofs: ensure that the target process vmspace is stable for VOP_READ/WRITE 70. Jun 28 Konstantin Belousov git: caa2e5cf7cfb - stable/14 - pfs_readdir(): block the target process from execing 71. Jun 28 Konstantin Belousov git: a11c4f036c11 - stable/14 - linux_prlimit(): block execve for the target 72. Jun 28 Konstantin Belousov git: 23ebf0c97ac5 - stable/14 - kern_procctl(PROC_WX_MAPPINGS_PERMIT): ensure stability of the target vmspace 73. Jun 28 Konstantin Belousov git: adb14791b752 - stable/14 - kern_event: block the target process from execing for sysctl kern.proc.kqueue 74. Jun 28 Konstantin Belousov git: 190d6677b11a - stable/14 - kern_resource.c: disallow execve around sysctl kern.proc.rlimitusage 75. Jun 28 Konstantin Belousov git: 35b95beb06ca - stable/14 - kern_proc.c: disallow execve around sysctl kern.proc.rlimit 76. Jun 28 Konstantin Belousov git: 197f367cdda7 - stable/14 - kern_proc.c: disallow execve around sysctl kern.proc.kstacks 77. Jun 28 Konstantin Belousov git: b3f99ce653d4 - stable/14 - kern_proc.c: make kern.proc.osrel atomic 78. Jun 28 Konstantin Belousov git: da1398dd6962 - stable/14 - kern_proc.c: ensure stability of the vmspace for sysctl kern.proc.vm_layout 79. Jun 28 Konstantin Belousov git: e856c10a4d6d - stable/14 - kern_proc.c: ensure stability of the vmspace for sysctl kern.proc.vmmap 80. Jun 28 Konstantin Belousov git: 1f062247ef4e - stable/14 - kern_proc.c: ensure stability of the vmspace we read the strings from
81. Jun 28 Konstantin Belousov git: e7578e37d832 - stable/14 - proc: Allow to make proc_rwmem() operate on a consistent address space 82. Jun 28 Konstantin Belousov git: dc94d15a7136 - stable/14 - execve_block(): a mechanism for mutual exclusion with execve() on the process 83. Jun 27 Christos Margiolis git: 9707d9f01e5c - stable/15 - sound tests: Add PROT_EXEC rejection test 84. Jun 27 Christos Margiolis git: 0f4aac7ed5ae - stable/15 - sound: Handle CHN_F_MMAP_INVALID after cdev_pager_allocate() 85. Jun 27 Christos Margiolis git: f3d461cf3220 - stable/15 - sound: Re-arrange a calculation in dsp_mmap_single() 86. Jun 27 Christos Margiolis git: 2c21445c6cbb - stable/15 - sound: Use and lock only the appropriate channel in dsp_mmap_single() 87. Jun 27 Christos Margiolis git: e9df33a044ec - stable/15 - sound: Retire SD_F_VPC and related settings 88. Jun 27 Aymeric Wibo git: a380d07f4739 - stable/15 - virtual_oss.8: Document `/dev/bluetooth/` prefix magic 89. Jun 27 Aymeric Wibo git: a6d7347f3042 - stable/15 - virtual_oss.8: Use `.Pa` macro to refer to devices 90. Jun 27 Aymeric Wibo git: 0d4b73a3ced9 - stable/15 - ctermid(3): Fix return 91. Jun 27 Aymeric Wibo git: 3d6a475afbf5 - stable/15 - ctermid(3): Fix return values section 92. Jun 27 Aymeric Wibo git: e1f80e4902a4 - stable/15 - daemon(3): Note about environment after calling daemon() 93. Jun 27 Konstantin Belousov git: 2b51bd51c2fe - stable/15 - ntsync.4: add the man page 94. Jun 26 Kristof Provost git: 9de06f27b140 - stable/15 - libpfctl: fix memory leak 95. Jun 26 Kristof Provost git: f95439f6c9d0 - stable/15 - libpfctl: retrieve family id only once 96. Jun 26 Konstantin Belousov git: 42d8b0bf7a5a - stable/15 - kern_exec.c: explicitly include sys/limits.h for UINT_MAX 97. Jun 26 Konstantin Belousov git: e0492444761b - stable/15 - sys_set*id(9): wait for the execblocks to pass 98. Jun 26 Konstantin Belousov git: 78981848b85f - stable/15 - procfs, linprocfs: ensure target process vmspace stability 99. Jun 26 Konstantin Belousov git: 277f612073d0 - stable/15 - pseudofs: ensure that the target process vmspace is stable for VOP_READ/WRITE 100. Jun 26 Konstantin Belousov git: 1744ce4b052d - stable/15 - pfs_readdir(): block the target process from execing
101. Jun 26 Konstantin Belousov git: d80a7fd6e6df - stable/15 - kern_procctl(PROC_WX_MAPPINGS_PERMIT): ensure stability of the target vmspace 102. Jun 26 Konstantin Belousov git: e9002239571f - stable/15 - linux_prlimit(): block execve for the target 103. Jun 26 Konstantin Belousov git: 035f66ff2924 - stable/15 - kern_resource.c: disallow execve around sysctl kern.proc.rlimitusage 104. Jun 26 Konstantin Belousov git: d172933cf69f - stable/15 - kern_event: block the target process from execing for sysctl kern.proc.kqueue 105. Jun 26 Konstantin Belousov git: 24d8b3364405 - stable/15 - kern_proc.c: disallow execve around sysctl kern.proc.rlimit 106. Jun 26 Konstantin Belousov git: 60d8df61846f - stable/15 - kern_proc.c: disallow execve around sysctl kern.proc.kstacks 107. Jun 26 Konstantin Belousov git: 5e633db3f8e1 - stable/15 - kern_proc.c: make kern.proc.osrel atomic 108. Jun 26 Konstantin Belousov git: eb03358c407d - stable/15 - kern_proc.c: ensure stability of the vmspace for sysctl kern.proc.vm_layout 109. Jun 26 Konstantin Belousov git: 20ed389b3650 - stable/15 - kern_proc.c: ensure stability of the vmspace for sysctl kern.proc.vmmap 110. Jun 26 Konstantin Belousov git: 3748c2e25704 - stable/15 - kern_proc.c: ensure stability of the vmspace we read the strings from 111. Jun 26 Konstantin Belousov git: be6e51310667 - stable/15 - proc: Allow to make proc_rwmem() operate on a consistent address space 112. Jun 26 Konstantin Belousov git: cbd584772858 - stable/15 - execve_block_pass(9): a helper to wait for the execblock to pass 113. Jun 26 Konstantin Belousov git: a80e40ce9ee0 - stable/15 - execve_block(): a mechanism for mutual exclusion with execve() on the process 114. Jun 26 Siva Mahadevan git: 62bb16c64737 - stable/14 - lib/msun/tests: re-enable nan_test on riscv 115. Jun 26 Siva Mahadevan git: 487e1d061615 - stable/14 - msun/logarithm_test: expect_fail log1p_accuracy_tests in the correct spot 116. Jun 26 Siva Mahadevan git: f08d5362b013 - stable/14 - lib/msun/tests: xfail remaining failing tests on non-x86 archs 117. Jun 26 Siva Mahadevan git: a55f9466439b - stable/14 - lib/msun/tests: xfail failing lrint_test cases on non-x86 archs 118. Jun 26 Siva Mahadevan git: 20806e71e00c - stable/14 - lib/msun/tests: xfail failing invtrig_test cases on non-x86 119. Jun 26 Siva Mahadevan git: 4a07cff871da - stable/14 - lib/msun/tests: xfail fe_round on riscv64 120. Jun 26 Siva Mahadevan git: d87110b036ed - stable/14 - lib/msun/tests: Add REQUIRE_ variants of test-utils macros
121. Jun 26 Siva Mahadevan git: a90616ce34c4 - stable/14 - lib/msun/tests: Remove newlines in ATF msgs 122. Jun 26 Siva Mahadevan git: 35f572e7a0df - stable/14 - tests/lorder_test: Add require.progs for nm and cc 123. Jun 26 Siva Mahadevan git: 548a058c54e3 - stable/14 - lib/msun/tests: Replace remaining printf() with debug() 124. Jun 26 Siva Mahadevan git: 73ff854c205a - stable/14 - tests/if_lagg_test: unskip 'witness' testcase 125. Jun 26 Siva Mahadevan git: d4459e2df050 - stable/14 - Unskip test sys.netinet6.frag6.frag6_07.frag6_07 126. Jun 26 Siva Mahadevan git: 77200838f378 - stable/14 - tests/fibs_test: unskip udp_dontroute6 testcase 127. Jun 26 Siva Mahadevan git: 0bc4bed347ed - stable/14 - tests/mac_portacl: enable is_exclusive for now 128. Jun 26 Siva Mahadevan git: 2fb507fafbba - stable/14 - cap_net/net_test: require 'allow_network_access' 129. Jun 26 Siva Mahadevan git: 0b6f420611fa - stable/14 - tests/sigtramp_test: xfail on non-amd64 130. Jun 26 Siva Mahadevan git: 675eccc6c396 - stable/14 - tests/sys/netpfil: unskip tests that no longer need to be skipped 131. Jun 26 Siva Mahadevan git: 97ecf34a94dc - stable/14 - memfd_test: skip hugetlb testcase when large page requests are not supported 132. Jun 26 Siva Mahadevan git: 83344fec91c1 - stable/14 - src.opts.mk: enable OPENSSL_KTLS by default on riscv64 133. Jun 26 Siva Mahadevan git: 0c4bafd0333f - stable/14 - ptrace_test: expect PT_STEP tests to fail on riscv 134. Jun 26 Siva Mahadevan git: 1ae396e2adae - stable/14 - libc: fix strtold NaN representation on riscv 135. Jun 26 Siva Mahadevan git: c8dfb30bc001 - stable/14 - universe: emit warning instead of error for bad/missing KERNCONF 136. Jun 26 Siva Mahadevan git: e6b52cea8044 - stable/14 - universe: allow moving build logs to UNIVERSE_LOGDIR 137. Jun 26 Siva Mahadevan git: ef7724764a1d - stable/14 - mixer/tests: use require.kmods property instead of ad-hoc checks 138. Jun 26 Siva Mahadevan git: ae7241e7d08b - stable/14 - tests/ktest_netlink_message_writer: remove INVARIANTS requirement 139. Jun 26 Ed Maste git: 2d7f1cf13822 - stable/15 - syscalls.master: Allow clock_nanosleep in capability mode 140. Jun 26 Ed Maste git: aefff0a9cfba - stable/15 - if_media: Claim 10BASE-T1S and 10BASE-T1L constants
141. Jun 26 Siva Mahadevan git: be5333a0a0e6 - stable/15 - lib/msun/tests: re-enable nan_test on riscv 142. Jun 26 Siva Mahadevan git: c5be733527f1 - stable/15 - msun/logarithm_test: expect_fail log1p_accuracy_tests in the correct spot 143. Jun 26 Siva Mahadevan git: a13936fcdc8d - stable/15 - tests/pf/route_to: check_random: rely on test timeout to fail 144. Jun 26 Siva Mahadevan git: 2dc5e14396cf - stable/15 - GENERIC: enable extended error strings on all archs 145. Jun 26 Siva Mahadevan git: 76c1cb3f6133 - stable/15 - tests/sigtramp_test: xfail on non-amd64 146. Jun 26 Siva Mahadevan git: f6ca004c5545 - stable/15 - memfd_test: skip hugetlb testcase when large page requests are not supported 147. Jun 26 Siva Mahadevan git: 12f47bff4a97 - stable/15 - src.opts.mk: enable OPENSSL_KTLS by default on riscv64 148. Jun 26 Siva Mahadevan git: bacf780c3447 - stable/15 - libc/fortify_uio_test: replace stdin in base readv tests 149. Jun 26 Siva Mahadevan git: 200f43fb4535 - stable/15 - libc: fix strtold NaN representation on riscv 150. Jun 26 Siva Mahadevan git: c8039d9ee01e - stable/15 - pf: free match rules after exiting critical section 151. Jun 26 Siva Mahadevan git: 3e559ac76d33 - stable/15 - ptrace_test: expect PT_STEP tests to fail on riscv 152. Jun 26 Siva Mahadevan git: e639219b16f1 - stable/15 - lib/msun/tests: xfail remaining failing tests on non-x86 archs 153. Jun 26 Siva Mahadevan git: 17e00bfb6f0a - stable/15 - lib/msun/tests: Replace remaining printf() with debug() 154. Jun 26 Siva Mahadevan git: a230865b2170 - stable/15 - lib/msun/tests: xfail failing lrint_test cases on non-x86 archs 155. Jun 26 Siva Mahadevan git: 1a861f3b4ce0 - stable/15 - lib/msun/tests: xfail failing invtrig_test cases on non-x86 156. Jun 26 Siva Mahadevan git: 86f508508716 - stable/15 - lib/msun/tests: xfail fe_round on riscv64 157. Jun 26 Siva Mahadevan git: c1cab4384052 - stable/15 - lib/msun/tests: Add REQUIRE_ variants of test-utils macros 158. Jun 26 Siva Mahadevan git: 11d85cee1c71 - stable/15 - lib/msun/tests: Remove newlines in ATF msgs 159. Jun 26 Dag-Erling=?utf-8?Q? Sm=C3 git: f523af0e05a5 - stable/14 - x86: Harmonize GENERIC and MINIMAL 160. Jun 26 Dag-Erling=?utf-8?Q? Sm=C3 git: 3c687b750065 - stable/14 - kernel: Be clearer about what ZSTDIO is for
161. Jun 26 Dag-Erling=?utf-8?Q? Sm=C3 git: 3377fbc14bb3 - stable/14 - iconv: Update availability of bool 162. Jun 26 Dag-Erling=?utf-8?Q? Sm=C3 git: b53d2de9acd1 - stable/14 - MINIMAL: Add virtio_scsi 163. Jun 26 Dag-Erling=?utf-8?Q? Sm=C3 git: e2e736234437 - stable/15 - x86: Harmonize GENERIC and MINIMAL 164. Jun 26 Dag-Erling=?utf-8?Q? Sm=C3 git: 401e3bd0397f - stable/15 - iconv: Update availability of bool 165. Jun 26 Pouria Mousavizadeh Tehran git: 77cf9e791b93 - stable/15 - rtld: Check for -1 as an-end-of-section marker 166. Jun 26 Rick Macklem git: ae9f66486df6 - stable/15 - nfs_commonkrpc.c: Improve handling of NFSv4.1/4.2 recovery 167. Jun 26 Rick Macklem git: afc113696ff6 - stable/14 - nfs_commonkrpc.c: Improve handling of NFSv4.1/4.2 recovery 168. Jun 26 Rick Macklem git: 28ae0d849118 - stable/14 - nfs: Fix argument typo to avoid a crash 169. Jun 26 Rick Macklem git: 84043284ad1f - stable/15 - nfs: Fix argument typo to avoid a crash 170. Jun 25 Mark Johnston git: 777f67d8a9c3 - stable/15 - bhyve: Use a blocking socket in the helper process 171. Jun 25 Mark Johnston git: eeff383ba634 - stable/15 - vmm: Avoid clobbering errors from vmm_modinit() 172. Jun 25 Mark Johnston git: 95030a914349 - stable/15 - bhyve/slirp: Drop privileges before entering capability mode 173. Jun 25 Mark Johnston git: a64246401e62 - stable/15 - divert: Avoid using atomic_(load|store)_(acq|rel)_16 174. Jun 25 Mark Johnston git: 2a809c77dfcd - stable/15 - divert: Define semantics for SO_REUSEPORT_LB on divert sockets 175. Jun 25 Konstantin Belousov git: d082115bd719 - stable/15 - kqueue.2: knote is activated as the first action of tdsendsignal() 176. Jun 25 Konstantin Belousov git: 41e974ab3e76 - stable/15 - x86/ucode.c: supposedly fix i386 compilation 177. Jun 25 Konstantin Belousov git: b4bbe15fe4c7 - stable/15 - amd64: do not restore fsbase/gsbase for 32bit processes 178. Jun 25 Konstantin Belousov git: b94b53178039 - stable/15 - efirt(9): carefully destroy efi_lock 179. Jun 25 Konstantin Belousov git: 98172618820e - stable/15 - efirt(9): in verbose mode, announce the attachment and fw spec version 180. Jun 25 Rick Macklem git: 3a3d12112483 - stable/15 - nfs_clvnops.c: Fix the case where va_flags are being cleared
181. Jun 24 Jamie Gritton git: 315238df5323 - stable/15 - jail: call PR_METHOD_ATTACH again (with old jail) if the first call fails 182. Jun 24 Dag-Erling=?utf-8?Q? Sm=C3 git: 222648172b80 - stable/14 - ldns: Update to 1.9.2 183. Jun 24 Dag-Erling=?utf-8?Q? Sm=C3 git: a878e7b4985f - stable/14 - ldns: Update to 1.9.1 184. Jun 24 Dag-Erling=?utf-8?Q? Sm=C3 git: c31042a7a944 - stable/15 - ldns: Update to 1.9.2 185. Jun 24 Dag-Erling=?utf-8?Q? Sm=C3 git: a1977a1284b5 - stable/15 - ldns: Update to 1.9.1 186. Jun 24 Christos Margiolis git: e1c951dccde1 - stable/15 - groups.7: Document audio group 187. Jun 23 ShengYi Hung git: 6a606e777326 - stable/14 - usb: Add missing unsetup while detaching uchcom 188. Jun 23 ShengYi Hung git: e01b5034a627 - stable/14 - usb: Add missing mtx lock and unlock in pushing dma queue 189. Jun 23 ShengYi Hung git: 2cf3e6b554b7 - stable/14 - xhci: Do not drop and add bits in xhci 190. Jun 23 ShengYi Hung git: 9f2b898a0f32 - stable/15 - libc: Use slow path in fenv in C++ 191. Jun 23 ShengYi Hung git: 6c9fbc4c7e62 - stable/15 - usb: Add missing unsetup while detaching uchcom 192. Jun 23 ShengYi Hung git: 27b24894ec78 - stable/15 - hwpstate_intel: Disable package control on hybrid CPU 193. Jun 23 ShengYi Hung git: 4f40c7c37fb4 - stable/15 - usb: Add missing mtx lock and unlock in pushing dma queue 194. Jun 23 ShengYi Hung git: df2d5780bf6b - stable/15 - xhci: Do not drop and add bits in xhci 195. Jun 23 John Baldwin git: 0603a7459fc1 - stable/14 - pci: Add is_pci_device helper function 196. Jun 23 John Baldwin git: 10f33a860388 - stable/14 - LinuxKPI: Check the devclass of the parent device in dev_is_pci 197. Jun 23 John Baldwin git: b925c93c7859 - stable/14 - mandoc: Updating FreeBSD thead library descriptions 198. Jun 23 John Baldwin git: 1b0efaa6c626 - stable/14 - kobj: Use M_WAITOK in kobj_init 199. Jun 23 John Baldwin git: 9d1baa1a87b0 - stable/14 - kobj: Assert class passed to kobj_init_static is compiled 200. Jun 23 John Baldwin git: d9df9b4d2aff - stable/14 - ctl_ioctl_frontend: Reject out-of-range initiator IDs
201. Jun 23 John Baldwin git: e61edb9eff06 - stable/15 - ctl: Use CAM_PRIORITY_NORMAL for queued CCBs 202. Jun 23 John Baldwin git: cb2d8649148f - stable/15 - ctld: Only check physical port linking in a single configuration context 203. Jun 23 John Baldwin git: 9de84611ea16 - stable/15 - ctld: Refactor ioctl port handling 204. Jun 23 John Baldwin git: d0f6c4ba5a13 - stable/15 - ctld: Don't ignore pp/vp values of kernel ports with pp == 0 but vp != 0 205. Jun 23 John Baldwin git: a9269dc77d59 - stable/15 - amd64: Don't set an initial FPU state save size 206. Jun 23 John Baldwin git: d344b9a58613 - stable/15 - arm64 locore: Fix a comment typo: Of -> If 207. Jun 23 John Baldwin git: c9c0474ae40a - stable/15 - arm64: Remove unneeded declaration from <machine/pcpu.h> 208. Jun 23 John Baldwin git: a2b0b41910b8 - stable/15 - amd64: Drop segment descriptor details from trap messsages 209. Jun 23 John Baldwin git: f62f0a16448c - stable/15 - arm64: Adjust the kernel stack pointer at the end of fork_trampoline 210. Jun 23 John Baldwin git: 7e04dc80119f - stable/15 - ctld: Simplify pidfile rename handling in conf::apply 211. Jun 23 John Baldwin git: c1a05ddfdcbc - stable/15 - ctld: Add a dedicated conf method for shutting down 212. Jun 23 John Baldwin git: cafe7b072632 - stable/15 - ctld: Mark a few more isns_* methods in the conf class private 213. Jun 23 John Baldwin git: 415d24137704 - stable/15 - ctld: Remove redundant call to conf::isns_schedule_update 214. Jun 23 John Baldwin git: e71677cfb37d - stable/15 - sys: Use is_pci_device instead of checking device or devclass names 215. Jun 23 John Baldwin git: 615a9c4b2aac - stable/15 - arm64/iommu: Add a missing close parenthesis 216. Jun 23 John Baldwin git: 02d7be3b3cc1 - stable/15 - vnic: Add missing #include 217. Jun 23 John Baldwin git: 59fa4e2e1f1e - stable/15 - sys: Use is_pci_device instead of direct comparisons to devclasses 218. Jun 23 John Baldwin git: e375116a4903 - stable/15 - pci: Add is_pci_device helper function 219. Jun 23 John Baldwin git: 36b17708b0db - stable/15 - LinuxKPI: Check the devclass of the parent device in dev_is_pci 220. Jun 23 John Baldwin git: 355bdaddb4bf - stable/15 - clock_gettime.2: Fix a couple of typos
221. Jun 23 John Baldwin git: 655013d5f4a6 - stable/15 - arm64/vmm: Enforce a data barrier before tlbi for non-VHE 222. Jun 23 John Baldwin git: 4ea1d25860c7 - stable/15 - mandoc: Updating FreeBSD thead library descriptions 223. Jun 23 John Baldwin git: ad47ebaeb53d - stable/15 - mandoc: Add an entry for libsys to lib.in 224. Jun 23 John Baldwin git: 12683573afb3 - stable/15 - kobj: Use M_WAITOK in kobj_init 225. Jun 23 John Baldwin git: 47cfba980629 - stable/15 - kobj: Assert class passed to kobj_init_static is compiled 226. Jun 23 John Baldwin git: a40ffc719d04 - stable/15 - ctl_ioctl_frontend: Reject out-of-range initiator IDs 227. Jun 23 John Baldwin git: 0885d8fdd607 - stable/15 - ctld: Move the pidfile handle out to a global variable 228. Jun 23 John Baldwin git: b6564c32ea98 - stable/15 - ctld: Ports without a portal group are not dummy ports 229. Jun 23 John Baldwin git: ec70458815ef - stable/15 - ctld: Don't add an iscsi port for targets with only kernel ports 230. Jun 23 John Baldwin git: bab6bfa1181d - stable/15 - ctld: Update nchildren directly in wait_for_children 231. Jun 23 John Baldwin git: 8071cdf83451 - stable/15 - ctld: Support multiple physical ports in a target 232. Jun 23 John Baldwin git: 0efab2ba4c00 - stable/15 - ctld: Return from the inner "main" loop on EINTR 233. Jun 23 John Baldwin git: 31d52cc42116 - stable/15 - bus: Add a new IVAR accessor to check for the existence of an IVAR 234. Jun 23 John Baldwin git: a067a7170b84 - stable/15 - bus: Add __BUS_ACCESSOR_DEFAULT 235. Jun 23 John Baldwin git: e813c1172631 - stable/15 - sys/bus.h: Some style(9) fixes 236. Jun 23 John Baldwin git: 16211a5fbbaa - stable/15 - bus: Document special ranges of IVARs 237. Jun 23 John Baldwin git: ff44fba2e951 - stable/15 - acpidump: Extend the decoding of entries in the EINJ and ERST tables 238. Jun 23 John Baldwin git: 848750b75756 - stable/15 - zfs: Reuse ZINCDIR variable from kmod.mk 239. Jun 23 John Baldwin git: b98ac603e47a - stable/15 - stand: Move from OZFS to ZFSTOP 240. Jun 23 John Baldwin git: 84a3c47a0329 - stable/15 - Use ZFSTOP more broadly
241. Jun 23 John Baldwin git: 49c7ac23fa1d - stable/15 - Centralize definition of ZFSTOP 242. Jun 23 Kristof Provost git: f4e2f07f0cbc - stable/14 - pfsync: remove invalid panic 243. Jun 23 Kristof Provost git: 26a94ad8fb31 - stable/15 - pfsync: remove invalid panic 244. Jun 22 John Baldwin Re: git: c20d12958d45 - stable/15 - x86: remove sys/mount.h from genassym.c 245. Jun 22 Konstantin Belousov Re: git: c20d12958d45 - stable/15 - x86: remove sys/mount.h from genassym.c 246. Jun 22 Konstantin Belousov git: 17c391c6a216 - stable/15 - i386: Fix build (of 'genassym.o') 247. Jun 22 Mark Johnston git: 349ba817ce8c - stable/15 - tests/ptrace: Validate PT_SC_REMOTE with some tricky syscalls 248. Jun 22 Mark Johnston git: f3b14134dec1 - stable/15 - rpcsec_tls: Avoid a socket reference underflow in rpctls_server() 249. Jun 22 Mark Johnston git: 7c7725dd75e1 - stable/15 - tests/jaildesc: Use a more efficient mechanism to block 250. Jun 22 Mark Johnston git: 94a47b35a475 - stable/15 - tests/jaildesc: Add some more test scenarios 251. Jun 22 Mark Johnston git: 37517d6d9166 - stable/15 - dhclient.conf.5: Correct crossreference 252. Jun 22 Mark Johnston git: 03920772145a - stable/15 - tests.7: Remove an unused configuration variable 253. Jun 22 Gordon Bergling git: 5e050ef3a138 - stable/14 - pnfs.4: Fix a typo in the manual page 254. Jun 22 Gordon Bergling git: 65324bdd2c7e - stable/14 - mixer.8: Fix a typo in the manual page 255. Jun 22 Gordon Bergling git: 254d0a0ae908 - stable/15 - mixer.8: Fix a typo in the manual page 256. Jun 22 Gordon Bergling git: d69c80b7c4cf - stable/15 - jail.8: Fix two typos in the manual page 257. Jun 22 Gordon Bergling git: 864d3da66fc6 - stable/15 - pnfs.4: Fix a typo in the manual page 258. Jun 22 Gordon Bergling git: 93e22eb18e2a - stable/15 - pwd.1: Fix a typo in the .dD

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