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


2021/dev-commits-src-all/20211010.dev-commits-src-all

Messages: 491, new messages first
Last update: Mon Feb 13 14:12:27 2023

home | archive sorted by: subject | author | date | reverse date
  1. Oct 10 Rick Macklem               git: 235891a1273d - main - nfscl: Fix NFS VOP_ALLOCATE for mounts without Allocate support
  2. Oct 10 Konstantin Belousov        git: e81e77c5a055 - main - Enable PPS_SYNC on amd64, arm64 and armv7
  3. Oct 10 Mateusz Guzik              git: 93e0523499fe - main - vfs: add predicts to getvnode and getvnode_path
  4. Oct 10 Mateusz Guzik              git: a0558fe90d3b - main - Retire code added to support CloudABI
  5. Oct 10 Robert Wing                git: 61156558d2a5 - stable/12 - prometheus_sysctl_exporter(8): filter output using a regex
  6. Oct 10 Robert Wing                git: 0cfae878f057 - stable/13 - prometheus_sysctl_exporter(8): filter output using a regex
  7. Oct 10 Warner Losh                git: 880aec7361ea - main - cross-build: Remove redundant lines.
  8. Oct 10 Xin LI                     git: 852336780877 - stable/13 - kern_ctf: Use zlib's uncompress function for simpler code.
  9. Oct 10 Baptiste Daroussin         git: 9082bc4c3d0b - main - ncurses: fix typo in makefile
 10. Oct 10 Konstantin Belousov        git: 24b51c7295db - main - ObsoleteFiles.inc: stop removing pthread_mutexattr_get/setpshared.3
 11. Oct 10 Jessica Clarke             git: 2580d1958545 - stable/13 - riscv: Add vt and kbdmux to GENERIC for video console support
 12. Oct 10 Jessica Clarke             git: 398c8572b8be - stable/13 - pci_pci: Support growing bus ranges in bus_adjust_resource for NEW_PCIB
 13. Oct 10 Jessica Clarke             git: e79989d8233b - stable/13 - LinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING guards
 14. Oct 10 Jessica Clarke             git: 94bbe32a44e7 - stable/13 - libgcc_s: Export 64-bit int to 128-bit float functions
 15. Oct 10 Jessica Clarke             git: 2649bef7e4ab - stable/13 - riscv: Add a stub pmap_change_attr implementation
 16. Oct 10 Jessica Clarke             git: 2bfc7f7b75d3 - stable/13 - llvm-objcopy: Install llvm-strip link
 17. Oct 10 Jessica Clarke             git: d7b3f3c84e68 - stable/13 - libc: Fix build on case-insensitive file systems
 18. Oct 10 Yoshihiro Takahashi        git: 2c614481fd52 - main - unzip: Fix segmentation fault if a zip file contains buggy filename.
 19. Oct 10 Konstantin Belousov        git: 156db3557332 - stable/13 - readlinkat(2): allow O_PATH fd
 20. Oct 10 Konstantin Belousov        git: aa90eb737dcf - stable/13 - Make core dump writes interruptible with SIGKILL


21. Oct 10 Konstantin Belousov git: 0b29fd06dab2 - stable/13 - vm_fault: do not trigger OOM too early 22. Oct 10 Konstantin Belousov git: a224fd29c99d - stable/13 - core(5): explicitly mention the core file size limit name 23. Oct 10 Konstantin Belousov git: 3c47f0a54d04 - stable/13 - Add curproc_sigkilled() 24. Oct 10 Konstantin Belousov git: 9331e687f99a - stable/13 - sys/proc.h: remove dead prototype 25. Oct 10 Konstantin Belousov git: b5f5db652622 - stable/13 - kern_sig.c: Remove unused SIGPROP_CANTMASK 26. Oct 10 Konstantin Belousov git: 2a3abb6a0634 - stable/13 - When queuing ignored signal, only abort target thread' sleep if it is inside sigwait() 27. Oct 10 Konstantin Belousov git: e858b9de8e99 - stable/13 - When sending ignored signal, arrange for zero return code from sleep 28. Oct 10 Konstantin Belousov git: c2c6108a1fe5 - stable/13 - Move td_pflags2 TDP2_SIGWAIT to td_flags TDF_SIGWAIT 29. Oct 10 Konstantin Belousov git: 8c384596a83f - stable/13 - Fix mistakes in link(2) and shm_open(2) 30. Oct 10 Konstantin Belousov git: 5766c494ad69 - stable/13 - amd64 efirt: do not flush cache for runtime pages 31. Oct 10 Konstantin Belousov git: 56c136a0d5ee - stable/13 - amd64: add pmap_page_set_memattr_noflush() 32. Oct 10 Konstantin Belousov git: 1f9fbf1774c2 - stable/13 - apic: initialize lapic_paddr statically 33. Oct 10 Konstantin Belousov git: 81138a809988 - stable/13 - amd64 sendsig: fix context corruption 34. Oct 10 Konstantin Belousov git: a53e3f3bf2bc - stable/13 - Revert "linux32: add a hack to avoid redefining the type of the savefpu tag" 35. Oct 10 Konstantin Belousov git: 682f5b938548 - stable/13 - amd64: consistently use uprintf() to report weird situations in sigreturn 36. Oct 10 Konstantin Belousov git: 83c2118058fd - stable/13 - ia32_get_fpcontext(): xfpusave can be legitimately NULL 37. Oct 10 Konstantin Belousov git: 3804d1ff773b - stable/13 - amd64: eliminate td_md.md_fpu_scratch 38. Oct 10 Konstantin Belousov git: 4d0d7ea9e752 - stable/13 - amd64: stop using top of the thread' kernel stack for FPU user save area 39. Oct 10 Konstantin Belousov git: 45e930db73af - stable/13 - linux32: add a hack to avoid redefining the type of the savefpu tag 40. Oct 10 Konstantin Belousov git: d750f45610b1 - stable/13 - amd64: move signal handling and register structures manipulations into exec_machdep.c
41. Oct 10 Konstantin Belousov git: 126979c52500 - stable/13 - exec_machdep.c: some style, use ANSI C definition for sys_sigreturn() 42. Oct 10 Konstantin Belousov git: 61b29720efed - stable/13 - amd64: centralize definitions of CS_SECURE and EFL_SECURE 43. Oct 10 Konstantin Belousov git: 2524e9bd8236 - stable/13 - libc: vDSO timekeeping: Add pvclock support 44. Oct 10 Konstantin Belousov git: 0c301b963da2 - stable/13 - pvclock: Add vDSO support 45. Oct 10 Konstantin Belousov git: 0977ab30c9c9 - stable/13 - kvm_clock: KVM paravirtual clock support 46. Oct 10 Konstantin Belousov git: b2f8b90f6e12 - stable/13 - pvclock: Add 'struct pvclock' API 47. Oct 10 Konstantin Belousov git: 4b580c6bf9b2 - stable/13 - x86: files: Make sys/x86/x86/pvclock.c optional 48. Oct 10 Konstantin Belousov git: 9ba8ea3f0522 - stable/13 - x86: cpufunc: Add rdtsc_ordered() 49. Oct 10 Konstantin Belousov git: 60490b72ba46 - stable/13 - x86: cpufunc: Add rdtscp_aux() 50. Oct 10 Baptiste Daroussin git: b158d4d7a12f - main - rescue: fix after with to a ldscript of libncursesw.a 51. Oct 10 Baptiste Daroussin git: 9294a2c7195a - main - ncurses: convert libncursesw.a into a static ldscript 52. Oct 9 Mark Peek git: 0f14bcbe3840 - main - vmci: fix panic due to freeing unallocated resources 53. Oct 9 Vincenzo Maffione git: fdbbd118faab - stable/13 - nemtap: lb app: Validate ihl field when hashing packet 54. Oct 9 Konstantin Belousov git: 5fb54d2fc845 - main - readlinkat(2): allow O_PATH fd 55. Oct 9 Mark Johnston git: fa9da1f590ca - main - timecounter: Let kern.timecounter.stepwarnings be set as a tunable 56. Oct 9 Mark Johnston git: 7fa233534736 - main - bhyve: Map the MSI-X table unconditionally for passthrough 57. Oct 9 Alan Somers git: c8a45820e0d9 - main - sbin/mount_fusefs/mount_fusefs.8: Fix typos 58. Oct 9 Marko Zec git: bc8b8e106bd1 - main - [fib_algo][dxr] Retire counters which are no longer used 59. Oct 9 Marko Zec git: 1549575f22d1 - main - [fib_algo][dxr] Improve incremental updating strategy 60. Oct 9 Gary Jennejohn Re: git: bf8f6ffcb66a - main - Mention kern.timecounter.alloweddeviation in nanosleep.1
61. Oct 9 Konstantin Belousov Re: git: bf8f6ffcb66a - main - Mention kern.timecounter.alloweddeviation in nanosleep.1 62. Oct 9 Piotr P. Stefaniak Re: git: bf8f6ffcb66a - main - Mention kern.timecounter.alloweddeviation in nanosleep.1 63. Oct 9 Konstantin Belousov Re: git: bf8f6ffcb66a - main - Mention kern.timecounter.alloweddeviation in nanosleep.1 64. Oct 9 Ed Maste git: 032448cd2c52 - main - Belatedly track private lib renaming for OptionalObsoleteFiles.inc 65. Oct 9 Gordon Bergling git: 850aecac5866 - stable/12 - qlnxe: Fix typos in two error messages 66. Oct 9 Gordon Bergling git: a5ce25121b7d - stable/12 - ti(4): Fix a typo in an error message 67. Oct 9 Gordon Bergling git: 0e5787b1d089 - stable/13 - ti(4): Fix a typo in an error message 68. Oct 9 Gordon Bergling git: 18f244304f44 - stable/13 - qlnxe: Fix typos in two error messages 69. Oct 9 Ed Maste git: 172fa4aa7577 - main - OpenSSH: cherry-pick "need initgroups() before setresgid()" 70. Oct 9 Kevin Bowling git: b52edc0357ef - stable/12 - e1000: Function prototype cleanup 71. Oct 9 Kevin Bowling git: 695810a48f6f - stable/13 - e1000: Function prototype cleanup 72. Oct 9 Kyle Evans git: c8d19408febd - stable/13 - login: use sizeof(audit_cond) consistently, NFC 73. Oct 9 Kyle Evans git: 48e109cf31e1 - stable/13 - vfs: remove dead fifoop VOP_KQFILTER implementations 74. Oct 9 Ed Maste git: fb15a9f90b29 - stable/12 - ar: provide error exit status upon failure 75. Oct 9 Ed Maste git: d71103026de3 - stable/13 - ar: provide error exit status upon failure 76. Oct 8 Devin Teske git: 1c64959bff17 - main - bsdconfig: Comments 77. Oct 8 Warner Losh git: 15575aca8754 - main - bsd.cpu.mk: Minor formatting for armv6 vs armv7 78. Oct 8 John Baldwin git: c17b2708f632 - stable/13 - src.conf.5: Regen. 79. Oct 8 John Baldwin git: 294113687ecb - stable/13 - Flip the default for OPENSSL_KTLS to arm64 80. Oct 8 John Baldwin git: 0e4489e41778 - stable/13 - Revert "Disable MK_OPENSSL_KTLS for stable/13."
81. Oct 8 Mitchell Horne git: 17f790f49f58 - main - arm, arm64, riscv: adjust top-level nexus comment 82. Oct 8 Kyle Evans git: 73e1e1614f07 - stable/13 - freebsd-update(8): Add -j flag to support jails 83. Oct 8 Kyle Evans git: cae3560307ec - stable/13 - freebsd-version(1): Add -j flag to support jails 84. Oct 8 Kyle Evans git: e02bf0022e90 - stable/12 - freebsd-update(8): Add -j flag to support jails 85. Oct 8 Kyle Evans git: 98520e682d0b - stable/12 - freebsd-version(1): Add -j flag to support jails 86. Oct 8 John Baldwin Re: git: b5cadc643e85 - main - Make core dump writes interruptible with SIGKILL 87. Oct 8 Kyle Evans git: 34915d6871d0 - stable/12 - loader: dev_net.c should use __func__ with printf 88. Oct 8 Kyle Evans git: 6d4d2c4ebd04 - stable/12 - libsa: cstyle cleanup of dosfs.c 89. Oct 8 Kyle Evans git: 1ca034798bb1 - stable/12 - loader: cstyle cleanup of userboot/devicename.c 90. Oct 8 Kyle Evans git: 1f25db098360 - stable/12 - loader: cstyle cleanup of libsa/lseek.c 91. Oct 8 Kyle Evans git: d9735b8c10b6 - stable/12 - loader: update autoboot description and move to loader.conf.5 92. Oct 8 Kyle Evans git: ec9d58cfdf17 - stable/12 - loader(8): fix path to be correct loader.4th. 93. Oct 8 Kyle Evans git: ae6355af7790 - stable/12 - Disable PIE for MIPS BERI boot loader 94. Oct 8 Kyle Evans git: ea2392f2f2b3 - stable/12 - Disable PIE for MIPS ubldr 95. Oct 8 Kyle Evans git: 9da7cdecf101 - stable/12 - Disable PIE for powerpc bootloaders. 96. Oct 8 Kyle Evans git: 3e7c2c8a913b - stable/12 - Fix date 97. Oct 8 Kyle Evans git: aa2cddc0d21d - stable/12 - Link efi programs with -pie rather than -shared 98. Oct 8 Kyle Evans git: 5f9186c384db - stable/12 - Ignore the .interp section in the arm64 EFI loader 99. Oct 8 Kyle Evans git: d51e35f3f6e6 - stable/12 - Very preliminary loader.efi(8) man page 100. Oct 8 Kyle Evans git: 40865d8d56f3 - stable/12 - Quiet int-to-pointer-cast warnings on i386 with GCC 9.
101. Oct 8 Kyle Evans git: 00e0bd896849 - stable/12 - Update to today's date 102. Oct 8 Kyle Evans git: 6094cc1bbeea - stable/12 - stand: use portable ln -n instead of ln -h 103. Oct 8 Kyle Evans git: 3c880137ef67 - stable/12 - Loader: explain the syntax of currdev 104. Oct 8 Kyle Evans git: 1f152c027551 - stable/12 - loader: implement GELI writes 105. Oct 8 Kyle Evans git: 85baf98bbb36 - stable/12 - loader: update zfsimpl.c from illumos review suggestions 106. Oct 8 Kyle Evans git: a5c44db625cb - stable/12 - loader: provide u> and xemit words if needed 107. Oct 8 Kyle Evans git: e70ed10f8f4d - stable/12 - EFI loader: Don't free bcache for DEVT_DISK devs 108. Oct 8 Kyle Evans git: a4325c6a6552 - stable/12 - pkgfs_open: follow symlinks 109. Oct 8 Kyle Evans git: ace710d002f0 - stable/12 - stand/ficl 64-bit compatibility 110. Oct 8 Kyle Evans git: 698cff10c981 - stable/12 - loader: cstyle cleanup 111. Oct 8 Piotr P. Stefaniak Re: git: bf8f6ffcb66a - main - Mention kern.timecounter.alloweddeviation in nanosleep.1 112. Oct 8 Piotr Pawel Stefaniak git: bf8f6ffcb66a - main - Mention kern.timecounter.alloweddeviation in nanosleep.1 113. Oct 8 Kristof Provost git: 1c680e620bf7 - main - pf: do not copy anchor_wildcard / anchor_relative from userspace 114. Oct 8 Bjoern A. Zeeb git: 0525ece3554e - main - net80211: fix build for 526370fb85db4b659cff4625eb2f379acaa4a1a8 115. Oct 8 Bjoern A. Zeeb git: 76f3b8cb6405 - main - USB: adjust the Generic XHCI ACPI probe return value 116. Oct 8 Bjoern A. Zeeb git: 09dd08f16781 - main - net80211: correct length check in ieee80211_ies_expand() 117. Oct 8 Bjoern A. Zeeb git: 526370fb85db - main - net80211: proper ssid length check in setmlme_assoc_adhoc() 118. Oct 8 Michael Tuexen git: bd19202c92e3 - main - sctp: improve KASSERT messages 119. Oct 8 Konstantin Belousov git: 174aad047e12 - main - vm_fault: do not trigger OOM too early 120. Oct 8 Alexander V. Chernikov git: 7e64580b5f47 - main - routing: Use the same index space for both nexthop and nexthop groups.
121. Oct 8 Kyle Evans git: 9200b41546cb - stable/12 - loader: crc32 is provided by libsa 122. Oct 8 Michal Meloun git: dfb736022285 - main - dwmmc: Calculate the maximum transaction length correctly. 123. Oct 8 Peter Holm git: 89ec6dcce03b - main - stress2: Added a regression test 124. Oct 8 Peter Holm git: e6c28c2465d8 - main - stress2: exclude known problem test 125. Oct 8 Kyle Evans git: d48dfb33181f - stable/12 - Fix 64-bit build of libofw. 126. Oct 8 Kyle Evans git: ce416dfad5c8 - stable/12 - loader.efi: remove extra extern ST 127. Oct 8 Kyle Evans git: 9005e81aa014 - stable/12 - loader: we should support pools without features 128. Oct 8 Kyle Evans git: 1801534a5c8a - stable/12 - libsa: Remove conflicting .global/.weak directive 129. Oct 8 Kyle Evans git: 687f0a1b588f - stable/12 - stand: Load INIT_ARRAY and FINI_ARRAY sections 130. Oct 8 Kyle Evans git: 2b22b85e58e3 - stable/12 - pxeboot(8): remove antiquated information 131. Oct 8 Kyle Evans git: 86d4420d35a4 - stable/12 - efi loader: fix typos in a comment 132. Oct 8 Kyle Evans git: 2d5237531676 - stable/12 - loader: allow loader to accept zfs feature com.delphix:bookmark_written 133. Oct 8 Kyle Evans git: 395614be592d - stable/12 - loader: allow loader to accept zfs feature com.datto:bookmark_v2 134. Oct 8 Kyle Evans git: 314304cf228c - stable/12 - loader: Print autoboot countdown immediately, not at 9 135. Oct 8 Kyle Evans git: b180a5b75cb9 - stable/12 - zfsboot: add prototype for main() 136. Oct 8 Kyle Evans git: a7c75ee92b0e - stable/12 - ficl: instead of pad, emit can use local variable 137. Oct 8 Kyle Evans git: ecf6cebed9a9 - stable/12 - ficl: make dump a bit friendlier 138. Oct 8 Kyle Evans git: 12f9183eb7c7 - stable/12 - loader: cstyle cleanup of console.c 139. Oct 8 Kyle Evans git: f759479e2799 - stable/12 - loader: cstyle cleanup of bootstrap.h did miss a bit 140. Oct 8 Kyle Evans git: 52abe2166d06 - stable/12 - loader: cstyle cleanup of bootstrap.h
141. Oct 8 Kyle Evans git: 4025776a622a - stable/12 - Implement some time variables from kernel 142. Oct 8 Kyle Evans git: f6b47ffc1040 - stable/12 - loader: revert r342161 and r342151 143. Oct 8 Kyle Evans git: 1432cd3a8f6f - stable/12 - loader: edd_device_path_v3 is too small 144. Oct 8 Kyle Evans git: 438448dd9fb5 - stable/12 - Use adrp in the arm64 efi loader 145. Oct 8 Kyle Evans git: 97318fde948f - stable/12 - loader: zfs_probe_dev should pick first matching zfs pool 146. Oct 8 Kyle Evans git: 19a32560ab25 - stable/12 - Create CFLAGS_EARLY.file for boot loader. 147. Oct 8 Kyle Evans git: 087f336455ec - stable/12 - Declare time() 148. Oct 8 Kyle Evans git: 091a037cb69c - stable/12 - libsa: only skein_block.c is using SKEIN_LOOP 149. Oct 8 Kyle Evans git: 53fdb802567d - stable/12 - libsa: smbios: Parse the chassis type and export it as smbios.chassis.type 150. Oct 8 Kyle Evans git: 4d997b340dd7 - stable/12 - When we have a command returned by zfs_nextboot() that is longer than command in the loader.conf, the latter n 151. Oct 8 Kyle Evans git: 87512200a5b2 - stable/12 - libsa: remove leftover whitespace 152. Oct 8 Kyle Evans git: 2069dce2411d - stable/12 - libsa: make env_discard() public 153. Oct 8 Kyle Evans git: 1f4366669ce1 - stable/12 - loader: setting vdev size based on label asize is not working 154. Oct 8 Kyle Evans git: 052051e2ea10 - stable/12 - loader: zfs reader does not need BOOT2 bits 155. Oct 8 Kyle Evans git: 37aef5973257 - stable/12 - libsa: cstyle cleanup for environment.c 156. Oct 8 Kyle Evans git: 1767656525c5 - stable/12 - loader: potential memory leak and check return values 157. Oct 8 Kyle Evans git: fbeb08184407 - stable/12 - boot1.efi: use malloc family from libsa 158. Oct 8 Kyle Evans git: af3c16f3421e - stable/12 - loader: can not read zfs pool with slog removed 159. Oct 8 Kyle Evans git: 7313f59b8680 - stable/12 - loader: create single zfs nextboot implementation 160. Oct 8 Kyle Evans git: d760091fdc20 - stable/12 - loader: strings in nvlist are counted strings, not c-strings
161. Oct 8 Kyle Evans git: 759bd6630be1 - stable/12 - loader: r362262 did miss the pathlen check 162. Oct 8 Kyle Evans git: b38c8d4c6d69 - stable/12 - boot2: need to expand tab output and mask getchar 163. Oct 8 Kyle Evans git: f55a620a8d3c - stable/12 - loader: zfs_cmd.c does not really compile without libzfs.h 164. Oct 8 Kyle Evans git: fa6918f70475 - stable/12 - loader: variable i is unused without MBR/GPT support built in 165. Oct 8 Kyle Evans git: ce05cad71c23 - stable/12 - zfsboot: cstyle cleanup 166. Oct 8 Kyle Evans git: ace42fe8afaf - stable/12 - Avoid using non-portable dd conv=osync option 167. Oct 8 Kyle Evans git: fd85a041dce1 - stable/12 - Fix the EFI_DEBUG case, prio_str is only used when EFI_DEBUG is unset. 168. Oct 8 Kyle Evans git: 3b93fb61a9f9 - stable/12 - loader: use #elif defined() in stand.h 169. Oct 8 Kyle Evans git: 6a4f6cff7659 - stable/12 - loader: typo did slip into 359408 170. Oct 8 Kyle Evans git: 3f92fa796181 - stable/12 - loader: strdup name strings from dataset walker 171. Oct 8 Kyle Evans git: 7b47621aac4d - stable/12 - loader: add knob to build with user malloc 172. Oct 8 Kyle Evans git: 2cdb7756262d - stable/12 - loader: remove libsa/crc32.c and use version from zlib 173. Oct 8 Kyle Evans git: 4253aad557e7 - stable/12 - loader: replace zfs_alloc/zfs_free with malloc/free 174. Oct 8 Kyle Evans git: 7f31297d105c - stable/12 - Move smbios.c to libsa. 175. Oct 8 Kyle Evans git: 19f8884afeb8 - stable/12 - Create ptov() function. 176. Oct 8 Kyle Evans git: 90e5f7232f3d - stable/12 - followup on r357497: clean obsolete comment and use shift instead of multiplication 177. Oct 8 Kyle Evans git: 985d95fb1447 - stable/12 - zfsboot: vdev_read_pad2 does allocate buffer with wrong size 178. Oct 8 Kyle Evans git: 51b4c4751acd - stable/12 - vdev_read_pad2: freeing wrong pointer 179. Oct 8 Kyle Evans git: 19500a2c4aba - stable/12 - loader: rewrite zfs reader zap code to use malloc 180. Oct 8 Kyle Evans git: 9a8ace087d8f - stable/12 - Remove comment. We're just going to the next node here.
181. Oct 8 Kyle Evans git: c4b652b7e629 - stable/12 - cstyle cleanup for i386_copy.c 182. Oct 8 Kyle Evans git: bd403d1a2db2 - stable/12 - userboot/test should use PRIx64 as one would expect from prefix 0x 183. Oct 8 Kyle Evans git: 053b95d94896 - stable/12 - Remove whole-disk vdev support from zfsboot 184. Oct 8 Kyle Evans git: c3c739c25663 - stable/12 - Wait a maximum of 300 seconds for network send/recv in libsa 185. Oct 8 Kyle Evans git: 72004aae0c33 - stable/12 - Nuke out buffer overflow safety marker code. 186. Oct 8 Kyle Evans git: de406844ebab - stable/12 - loader: zfsimpl.c cstyle cleanup 187. Oct 8 Kyle Evans git: 5018dfb90fb3 - stable/13 - tests/sys/fs/fusefs/read.cc: fix build on powerpc64 188. Oct 8 Kyle Evans git: 9aeadd3b8683 - stable/12 - Reverted: loader: allow booting from pool with log device 189. Oct 8 Warner Losh Re: git: 48192a2e3628 - stable/12 - Reverted: loader: use struct initializer in vdev_probe(). 190. Oct 8 Kyle Evans git: 48192a2e3628 - stable/12 - Reverted: loader: use struct initializer in vdev_probe(). 191. Oct 8 Robert Wing git: 8ff2b5224140 - main - prometheus_sysctl_exporter(8): filter output using a regex 192. Oct 8 Kyle Evans git: 06d16b8e9ba9 - stable/12 - loader: geli_dev_ioctl does return huge mediasize 193. Oct 8 Kyle Evans git: c6bbaf794d11 - stable/12 - Build the arm64 loader with -ffixed-x18 194. Oct 8 Kyle Evans git: aef33b8ca5a3 - stable/12 - Reverted: Split out the loader efifb setup to a new function 195. Oct 8 Kyle Evans git: f2c6540dfa36 - stable/12 - loader: tftp client should use server address from rootip 196. Oct 8 Kyle Evans git: 0ad2e9eac9c3 - stable/12 - loader: Don't reserve space for symbols twice. 197. Oct 8 Kyle Evans git: 1748f0c6e190 - stable/12 - loader: Fix dtb loading 198. Oct 8 Kyle Evans git: 869ec7d90917 - stable/12 - Update the EFI timer to be called once a second 199. Oct 8 Kyle Evans git: 72f29c6a1e45 - stable/12 - Reuse the amd64 loader relocation code on arm64 200. Oct 8 Kyle Evans git: 4d1e0b5bcd81 - stable/12 - Loader: support booting OS from memory disk (MD)
201. Oct 8 Kyle Evans git: 969b06fdff5d - stable/12 - loader: Partial revert of 987eabdc2ae1 202. Oct 8 Kyle Evans git: b87ad4f2db6d - stable/12 - stand/efihttp: Work around a bug in edk2 http instance reconfiguration 203. Oct 8 Kyle Evans git: b9696aebdb18 - stable/12 - stand/reloc_elf: Handle relative relocations for arm{,64} and riscv 204. Oct 8 Kyle Evans git: f7ad7b5a1e5d - stable/12 - ZFS: remove duplicate "com.datto:encryption" from loader 205. Oct 8 Kyle Evans git: 1b6c96c6034a - stable/12 - Fix stand/newvers.sh with zsh in sh mode 206. Oct 8 Kyle Evans git: c494a0c50da9 - stable/12 - Fix compilation error for install.c in loader 207. Oct 8 Kyle Evans git: 5a6dd8690100 - stable/12 - As with r352446 align blocks in boot1.efi 208. Oct 8 Kyle Evans git: 51ddd2851e4a - stable/12 - loader: misaligned access of dos_partition structure 209. Oct 8 Kyle Evans git: 90603ee8e051 - stable/12 - loader: alloc_pread() should set errno if malloc fails 210. Oct 8 Kyle Evans git: 91da922301a2 - stable/12 - efi_register_handles() is missing NULL pointer check 211. Oct 8 Kyle Evans git: bce9319884e6 - stable/12 - insert_zfs() is missing NULL pointer check 212. Oct 8 Kyle Evans git: 9e05a1578650 - stable/12 - efipart_inithandles() is missing NULL pointer check 213. Oct 8 Kyle Evans git: 8b18746cb1bd - stable/12 - connect_controllers() is missing NULL pointer check 214. Oct 8 Kyle Evans git: 32394e97c350 - stable/12 - efihttp_fs_seek() is missing NULL pointer check 215. Oct 8 Kyle Evans git: 3a1bfbb50409 - stable/12 - efinet_dev_init() is missing NULL pointer check 216. Oct 8 Kyle Evans git: dd80f75e6647 - stable/12 - In gptboot, don't assume a partition number is a single digit, 1-9. GPT partitions can have 128 partitions, s 217. Oct 8 Kyle Evans git: 017912879876 - stable/12 - Use symbolic names for int13 calls 218. Oct 8 Kyle Evans git: 1e07e20d96d9 - stable/12 - loader.efi: print ImageBase so we know where we are 219. Oct 8 Kyle Evans git: 339040c40385 - stable/12 - loader.efi: Default to serial if we don't have a ConOut variable 220. Oct 8 Kyle Evans git: 2f6799782529 - stable/12 - loader: zfs.c is missing malloc checks, fix it
221. Oct 8 Kyle Evans git: af0a40e211b8 - stable/12 - loader: show APFS partition type name 222. Oct 8 Kyle Evans git: 16608adccae5 - stable/12 - loader: should check malloc in zfs_dev_open 223. Oct 8 Kyle Evans git: 9c81001f8d16 - stable/12 - loader: userboot/test should accept more than one disk 224. Oct 8 Kyle Evans git: a010f7b2adbc - stable/13 - Reverted: Split out the loader efifb setup to a new function 225. Oct 8 Konstantin Belousov git: 1848d0154ebb - stable/12 - pthread_mutexattr(3): document each pthread_mutexattr_set/get* function 226. Oct 8 Konstantin Belousov git: d90db5033848 - stable/12 - libthr(3): explain some internals of the locks implementation 227. Oct 8 Konstantin Belousov git: dbfde6870781 - stable/12 - pthread_mutexattr(3): install pthread_mutexattr_get/setpshared links 228. Oct 8 Konstantin Belousov git: 43b8eec6cf2e - stable/12 - pthread_mutexattr(3): document pthread_mutexattr_set/getpshared 229. Oct 8 Konstantin Belousov git: 861e60310bb8 - stable/12 - pthread_mutexattr(3): use .Fo/.Fc to avoid too long lines 230. Oct 8 Konstantin Belousov git: 659035b40935 - stable/13 - pthread_mutexattr(3): document each pthread_mutexattr_set/get* function 231. Oct 8 Konstantin Belousov git: 8e915bdea540 - stable/13 - libthr(3): explain some internals of the locks implementation 232. Oct 8 Konstantin Belousov git: bf76759edcd6 - stable/13 - pthread_mutexattr(3): install pthread_mutexattr_get/setpshared links 233. Oct 8 Konstantin Belousov git: d557ca8ceae5 - stable/13 - pthread_mutexattr(3): document pthread_mutexattr_set/getpshared 234. Oct 8 Konstantin Belousov git: 93464e745c0b - stable/13 - pthread_mutexattr(3): use .Fo/.Fc to avoid too long lines 235. Oct 8 Konstantin Belousov git: b5cadc643e85 - main - Make core dump writes interruptible with SIGKILL 236. Oct 8 Konstantin Belousov git: 2ec505d2b863 - main - core(5): explicitly mention the core file size limit name 237. Oct 8 Konstantin Belousov git: 244ab56611c1 - main - Add curproc_sigkilled() 238. Oct 8 Konstantin Belousov git: 7a9775e9d06f - main - sys/proc.h: remove dead prototype 239. Oct 8 Konstantin Belousov git: dc2d0899bba6 - main - kern_sig.c: Remove unused SIGPROP_CANTMASK 240. Oct 8 Konstantin Belousov git: aba66031f27c - main - riscv: move signal delivery code to exec_machdep.c
241. Oct 8 Konstantin Belousov git: dfaf65023ef0 - main - arm: move signal delivery code to exec_machdep.c 242. Oct 8 Konstantin Belousov git: b4ae6b166066 - main - arm64: move signal delivery code to exec_machdep.c 243. Oct 8 Konstantin Belousov git: 4c5bf591522c - main - i386: move signal delivery code to exec_machdep.c 244. Oct 7 Kirk McKusick git: b72d51cfffab - stable/13 - Avoid "consumer not attached in g_io_request" panic when disk lost while using a UFS snapshot. 245. Oct 7 Kirk McKusick git: 55c0af86ce74 - stable/13 - Bring the tags and links entries for amd64 up to date. 246. Oct 7 Kirk McKusick git: 4313e2ae44ba - main - Avoid lost buffers in fsck_ffs. 247. Oct 7 Alan Somers git: 5dc6fedeb40a - stable/13 - fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGES 248. Oct 7 Alan Somers git: ce10852cb3a0 - stable/13 - tools/test/upsdl: fix compiler warnings 249. Oct 7 Alan Somers git: 5060e3d2dae2 - stable/13 - ses: Guard the elm_type_names declaration by _KERNEL 250. Oct 7 Alan Somers git: 617c72adf855 - stable/13 - ses: Correct spelling of "Temperature Sensor" 251. Oct 7 Alan Somers git: 4bfd530cca28 - stable/13 - aio: revert the workaround for bug 251828 in the tests 252. Oct 7 Alan Somers git: 8dff6ae8591b - stable/13 - [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too. 253. Oct 7 Mitchell Horne git: 8babb5582eed - main - riscv: fix VM_MAXUSER_ADDRESS checks in asm routines 254. Oct 7 Mitchell Horne git: 4a9f2f8b07c2 - main - riscv: handle page faults in the unmappable region 255. Oct 7 Alan Somers git: c858f3d89b3c - stable/12 - fusefs: don't panic if FUSE_GETATTR fails durint VOP_GETPAGES 256. Oct 7 Alan Somers git: 4bfc58be8696 - stable/12 - ses: Guard the elm_type_names declaration by _KERNEL 257. Oct 7 Alan Somers git: 0cd92f24011b - stable/12 - ses: Correct spelling of "Temperature Sensor" 258. Oct 7 Alan Somers git: 8461b8f7efa2 - stable/12 - periodic: by default, skip 221.backup-gpart in jails 259. Oct 7 Alan Somers git: 7dcb5db451b6 - stable/12 - vinvalbuf: do not panic if we were unable to flush dirty buffers 260. Oct 7 Alan Somers git: 09be14a7b80d - stable/12 - gmultipath: make physpath distinct from the underlying providers'
261. Oct 7 Alan Somers git: a09e037bc30b - stable/12 - daemon: add some basic tests 262. Oct 7 Kristof Provost git: 76c2e71c4c65 - main - pf: remove unused field from pf_kanchor 263. Oct 7 Kristof Provost git: 90dedf0fef71 - main - pfctl: Remove unused variable 264. Oct 7 Alan Somers git: d55574c91830 - stable/12 - ICMP checksum test: Fix for big endian 265. Oct 7 Alan Somers Re: git: 824bbb9a4082 - main - diff: consider two files with same inodes as identical 266. Oct 7 Jamie Gritton git: 1ee0746e1af0 - stable/12 - MFC uipc_shm: Fix kern.ipc.posix_shm_list for jails 267. Oct 7 John Baldwin Re: git: d586c978b9b4 - main - stand: fix build after recent opencrypto changes 268. Oct 7 Jamie Gritton git: 13cb61f9723e - stable/13 - MFC uipc_shm: Fix kern.ipc.posix_shm_list for jails 269. Oct 7 Marcin Wojtas git: 112c1187c29a - stable/13 - Upgrade ENA to v2.4.1 270. Oct 7 Marcin Wojtas git: 87ffe5947071 - stable/13 - Upgrade ENA to v2.4.0 271. Oct 7 Marcin Wojtas git: fb5eed2c4320 - stable/13 - mmc_fdt_helper: correct typo in DT property name 272. Oct 7 Mariusz Zaborski Re: git: 824bbb9a4082 - main - diff: consider two files with same inodes as identical 273. Oct 7 Ian Lepore Re: git: 824bbb9a4082 - main - diff: consider two files with same inodes as identical 274. Oct 7 Alan Somers Re: git: 824bbb9a4082 - main - diff: consider two files with same inodes as identical 275. Oct 7 Mariusz Zaborski Re: git: 824bbb9a4082 - main - diff: consider two files with same inodes as identical 276. Oct 7 Hans Petter Selasky Re: git: 824bbb9a4082 - main - diff: consider two files with same inodes as identical 277. Oct 7 Mariusz Zaborski git: 824bbb9a4082 - main - diff: consider two files with same inodes as identical 278. Oct 7 Warner Losh Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 279. Oct 7 Ian Lepore Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 280. Oct 7 Mark Johnston git: 6004dc8bc304 - stable/13 - hpen(4): removed leftover hpen_final_digi_cb declaration
281. Oct 7 Mark Johnston git: 160ed20e623d - stable/13 - socket: Avoid clearing SS_ISCONNECTING if soconnect() fails 282. Oct 7 Mark Johnston git: f983298883c1 - stable/13 - socket: Rename sb(un)lock() and interlock with listen(2) 283. Oct 7 Hans Petter Selasky Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 284. Oct 7 Baptiste Daroussin Re: git: 4d7876aa70e2 - main - build: slap a libtinfo dependency on libncurses 285. Oct 7 Kyle Evans Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 286. Oct 7 Andriy Gapon Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 287. Oct 7 Alexey Dokuchaev Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 288. Oct 7 Kyle Evans Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 289. Oct 7 Alexey Dokuchaev Re: git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 290. Oct 7 Robert Wing git: 67bceb38f463 - main - i2c(8): fix option handling 291. Oct 7 Kyle Evans git: bdf50dc5afbc - stable/12 - Backout 356693. The libsa malloc does provide necessary alignment and memalign by 4 will reduce alignment for 292. Oct 7 Kyle Evans git: 000aad3d093a - stable/12 - loader: allocate properly aligned buffer for network packet 293. Oct 7 Kyle Evans git: 716baab384de - stable/12 - [PowerPC] Fix atomic_cmpset_masked(). 294. Oct 7 Kyle Evans git: f76c1f3538b7 - stable/12 - Fix build for mips.XLP64 kernel, by re-ordering headers 295. Oct 7 Kyle Evans git: e0363a08dc45 - stable/12 - atomic: Add atomic_cmpset_masked to powerpc and use it 296. Oct 7 Kyle Evans git: ec7b80ade997 - stable/12 - powerpc/atomic: Fix atomic_cmpset_rel() 297. Oct 7 Kyle Evans git: 168a6eee3a2a - stable/12 - powerpc: Implement atomic_(f)cmpset_ for short and char 298. Oct 7 Kyle Evans git: fb7485efe6e3 - stable/12 - mips: use generic sub-word atomic *cmpset 299. Oct 7 Kyle Evans git: 0c0fe8a6ff8b - stable/12 - Provide generic sub-word atomic *cmpset 300. Oct 7 Kyle Evans git: af147ed09aa4 - stable/12 - sys/dev/cfi: include sys/types.h as well
301. Oct 7 Eugene Grosbein git: 37381a47e0ff - stable/11 - syslogd: undo regression after r326573 302. Oct 7 Eugene Grosbein git: 75c6f34fbedd - stable/12 - syslogd: undo regression after r326573 303. Oct 7 Eugene Grosbein git: 7cf79c60fee5 - stable/13 - syslogd: undo regression after r326573 304. Oct 7 Kyle Evans git: 4d7876aa70e2 - main - build: slap a libtinfo dependency on libncurses 305. Oct 7 Maria Stoller via dev-comm RE: B2B Contact Info 306. Oct 7 Kevin Bowling git: 3f66b96d8658 - main - ixgbe: Update shared code catchup 307. Oct 7 Ed Maste git: 224a95f12427 - main - libfido2: Address CHERI compatibility 308. Oct 7 Ed Maste git: 0afa8e065e14 - main - Import libfido2 at 'contrib/libfido2/' 309. Oct 7 Kyle Evans git: d586c978b9b4 - main - stand: fix build after recent opencrypto changes 310. Oct 7 Ed Maste git: 10ff414c14ee - main - Import libcbor at 'contrib/libcbor/' 311. Oct 7 Glen Barber git: 7ac2ccc068e0 - stable/12 - 12.3: update stable/12 to -PRERELEASE to start the release cycle 312. Oct 6 Kevin Bowling git: 293663f4da9e - main - e1000: print EEPROM/NVM/OROM versions 313. Oct 6 Kevin Bowling git: 9b3e252e59c6 - main - e1000: Lock nvm print sysctl 314. Oct 6 =?utf-8?Q?Stefan E=C3=9Fer git: a30efc5ca727 - main - contrib/bc: update to version 5.1.1 315. Oct 6 =?utf-8?Q?Stefan E=C3=9Fer git: 48cee0c11263 - Create tag vendor/bc/5.1.1 316. Oct 6 =?utf-8?Q?Stefan E=C3=9Fer git: 5d58a5157172..6f49f5cdde1c - vendor/bc - vendor branch updated 317. Oct 6 Kevin Bowling Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 318. Oct 6 John Baldwin git: ac847dbf7368 - main - Bump __FreeBSD_version for OCF changes to support variable nonce lengths. 319. Oct 6 John Baldwin git: 42dcd39528c6 - main - crypto: Support Chacha20-Poly1305 with a nonce size of 8 bytes. 320. Oct 6 John Baldwin git: 4361c4eb6e36 - main - cryptosoft: Fix support for variable tag lengths in AES-CCM.
321. Oct 6 John Baldwin git: 668770dc7de2 - main - crypto: Test all of the AES-CCM KAT vectors. 322. Oct 6 John Baldwin git: 366ae4a000b1 - main - safexcel: Support truncated tags for AES-CCM. 323. Oct 6 John Baldwin git: 2ec2e4df094b - main - safexcel: Support multiple nonce lengths for AES-CCM. 324. Oct 6 John Baldwin git: e148e407df5c - main - ccr: Support AES-CCM requests with truncated tags. 325. Oct 6 John Baldwin git: 655eb762c310 - main - aesni: Support AES-CCM requests with a truncated tag. 326. Oct 6 John Baldwin git: 3e6a97b3a7bc - main - ccr: Support multiple nonce lengths for AES-CCM. 327. Oct 6 John Baldwin git: c09c379c7aa7 - main - aesni: Permit AES-CCM requests with neither payload nor AAD. 328. Oct 6 John Baldwin git: d718c2d3c805 - main - aesni: Handle requests with an empty payload. 329. Oct 6 John Baldwin git: 8e6af6adfc2c - main - aesni: Support multiple nonce lengths for AES-CCM. 330. Oct 6 John Baldwin git: ae18720d2792 - main - crypto: Support multiple nonce lengths for AES-CCM. 331. Oct 6 John Baldwin git: bcb0fd6accc0 - main - cryptocheck: Support multiple IV sizes for AES-CCM. 332. Oct 6 John Baldwin git: a0cbcbb7917b - main - cryptodev: Allow some CIOCCRYPT operations with an empty payload. 333. Oct 6 John Baldwin git: 70dbebea1242 - main - cryptodev: Permit CIOCCRYPT for AEAD ciphers. 334. Oct 6 John Baldwin git: 16676123fc85 - main - cryptodev: Permit explicit IV/nonce and MAC/tag lengths. 335. Oct 6 John Baldwin git: 5ae5ed5b8fd2 - main - cryptosoft, ccr: Use crp_iv directly for AES-CCM and AES-GCM. 336. Oct 6 John Baldwin git: 1833d6042c9a - main - crypto: Permit variable-sized IVs for ciphers with a reinit hook. 337. Oct 6 John Baldwin git: cb128893b929 - main - ccp, ccr: Simplify drivers to assume an AES-GCM IV length of 12. 338. Oct 6 John Baldwin git: b4e0a27c5be5 - main - cryptodev: Use 'csp' in the handlers for requests. 339. Oct 6 Kevin Bowling git: 28ccd780a96f - main - e1000: Function prototype cleanup 340. Oct 6 Mateusz Piotrowski git: e7f8f3b95e1f - main - login.conf.5: Mark passwordtime as implemented
341. Oct 6 Hans Petter Selasky Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 342. Oct 6 Kevin Bowling Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 343. Oct 6 Alan Somers git: f44a448709d3 - main - fusefs: fix intermittency in the dev_fuse_poll test 344. Oct 6 Mark Johnston git: 880b670c6fdb - main - malloc: Unmark KASAN redzones if the full allocation size was requested 345. Oct 6 Alan Somers git: 032a5bd55b3a - main - fusefs: Fix a bug during VOP_STRATEGY when the server changes file size 346. Oct 6 Alan Somers git: 7430017b9978 - main - fusefs: fix a recurse-on-non-recursive lockmgr panic 347. Oct 6 Alan Somers git: 5d94aaacb518 - main - fusefs: quiet some cache-related warnings 348. Oct 6 Kyle Evans git: 5bf3f2498ade - stable/12 - mips: fcmpset: do not spin on sc failure 349. Oct 6 Kyle Evans git: 141443a6dd4a - stable/12 - atomic_cmpset return value is also an int. 350. Oct 6 Kyle Evans git: 18b756a7e525 - stable/12 - atomic_fcmpset* return int, not the type of *. 351. Oct 6 Kyle Evans git: cbb9027cf10e - stable/12 - Two minor issues: (1) Don't define load/store 64 atomics for o32. They aren't atomic there. (2) Add comment ab 352. Oct 6 Kristof Provost git: 7dbd5b49ca82 - stable/12 - emulated atomic64: disable interrupts as the lock mechanism on !SMP 353. Oct 6 Kristof Provost git: 92a6b17e8ba0 - stable/12 - [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operations 354. Oct 6 Mark Johnston git: a76de17715ab - main - linuxkpi: Handle a NULL cache pointer in kmem_cache_destroy() 355. Oct 6 Ian Lepore git: 6fea4b82e7b8 - stable/12 - Fix busdma resource leak on usb device detach. 356. Oct 6 Ian Lepore git: b1cca7436737 - stable/13 - Fix busdma resource leak on usb device detach. 357. Oct 6 Kyle Evans git: fb49012ca448 - stable/12 - tests: kqueue: CLOCK_BOOTTIME is an alias of CLOCK_UPTIME 358. Oct 6 Ed Maste git: da3278ded3b2 - main - ntp.conf.5: Fix typos 359. Oct 6 Konstantin Belousov git: 9b86d3e5de19 - main - When queuing ignored signal, only abort target thread' sleep if it is inside sigwait() 360. Oct 6 Konstantin Belousov git: f17eb93d5540 - main - When sending ignored signal, arrange for zero return code from sleep
361. Oct 6 Konstantin Belousov git: b599982b65e3 - main - Move td_pflags2 TDP2_SIGWAIT to td_flags TDF_SIGWAIT 362. Oct 6 Kristof Provost git: f7e56b482606 - stable/12 - pf tests: Basic adaptive mode syncookie test 363. Oct 6 Kristof Provost git: 4747ec0839e3 - stable/13 - pf tests: Basic adaptive mode syncookie test 364. Oct 6 Kristof Provost git: 18fe461d67c7 - stable/12 - pf tests: Basic syncookie test 365. Oct 6 Kristof Provost git: 767b29877ee5 - stable/13 - pf tests: Basic syncookie test 366. Oct 6 Kristof Provost git: ab14a9ac18e5 - stable/12 - pf.conf: document syncookies 367. Oct 6 Kristof Provost git: 7d6def07e03e - stable/12 - pfctl: userspace adaptive syncookies configration 368. Oct 6 Kristof Provost git: 45a2a438f1f7 - stable/13 - pf.conf: document syncookies 369. Oct 6 Kristof Provost git: c5a340e86402 - stable/13 - pfctl: userspace adaptive syncookies configration 370. Oct 6 Kristof Provost git: 8a443f829e10 - stable/12 - pf: hook up adaptive mode configuration 371. Oct 6 Kristof Provost git: 66b6528015ab - stable/13 - pf: hook up adaptive mode configuration 372. Oct 6 Kristof Provost git: d23f5f76f56d - stable/12 - pf: implement adaptive mode 373. Oct 6 Kristof Provost git: dc23abfdea97 - stable/13 - pf: implement adaptive mode 374. Oct 6 Kyle Evans git: bea8052067be - stable/12 - tcp_wrappers: get rid of duplicate fgets declarations 375. Oct 6 Kyle Evans git: 90a75a07ed46 - stable/12 - libc: ssp: sprinkle around some __dead2 376. Oct 6 Kyle Evans git: a5f959ea48a0 - stable/12 - bootp: remove the USE_BFUNCS knob 377. Oct 6 Kyle Evans git: 045612012ebf - stable/13 - tcp_wrappers: get rid of duplicate fgets declarations 378. Oct 6 Kyle Evans git: a663c839fffa - stable/13 - libc: ssp: sprinkle around some __dead2 379. Oct 6 Kyle Evans git: d330c24cc061 - stable/13 - bootp: remove the USE_BFUNCS knob 380. Oct 6 Kyle Evans git: 188c088fe351 - stable/13 - jail(3lua): add jail.attach()/jail.remove() methods
381. Oct 6 Kyle Evans git: 44175ec8ce4d - stable/13 - jail(3lua): add a jail.list() method 382. Oct 6 Kyle Evans git: bd4ee4ead167 - stable/13 - modules: iichid: needs opt_acpi.h 383. Oct 6 Kyle Evans git: 38e0682c8c23 - stable/13 - modules: netflow: need opt_inet.h 384. Oct 6 Kyle Evans git: 7610a6b150c9 - stable/13 - modules: acpi_video: need opt_evdev.h 385. Oct 6 Kyle Evans git: 0646c56e244e - stable/12 - kqueue: document how timers with low/past timeouts are handled 386. Oct 6 Kyle Evans git: f9765c9c1acb - stable/12 - kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIME 387. Oct 6 Kyle Evans git: b7e90b290ab5 - stable/13 - kqueue: document how timers with low/past timeouts are handled 388. Oct 6 Kyle Evans git: 121740e18515 - stable/13 - kqueue: don't arbitrarily restrict long-past values for NOTE_ABSTIME 389. Oct 6 Kyle Evans git: 06248c821580 - stable/13 - kern: random: collect ~16x less from fast-entropy sources 390. Oct 6 Kyle Evans git: 40f9f2279c0f - stable/13 - kern: random: drop read_rate and associated functionality 391. Oct 6 Gordon Bergling git: 53939dd23fdb - stable/12 - cam: Fix a typo in a comment 392. Oct 6 Gordon Bergling git: 5a3a8be94a2e - stable/12 - vnic: Fix a typo in a comment 393. Oct 6 Gordon Bergling git: 4999f16e5ae4 - stable/12 - evdev: Fix a typo in a commit 394. Oct 6 Gordon Bergling git: aa42680be788 - stable/12 - netvsc: Fix a typo in a comment 395. Oct 6 Gordon Bergling git: 3637d2a1835e - stable/13 - cam: Fix a typo in a comment 396. Oct 6 Gordon Bergling git: 717200690020 - stable/13 - smsc(4): Fix a typo in a comment 397. Oct 6 Gordon Bergling git: d00fdb973639 - stable/13 - vnic: Fix a typo in a comment 398. Oct 6 Gordon Bergling git: d58ccf3ba4f1 - stable/13 - evdev: Fix a typo in a commit 399. Oct 6 Gordon Bergling git: badbe6a4a817 - stable/13 - netvsc: Fix a typo in a comment 400. Oct 6 Kyle Evans git: 7f4bb501768b - main - login: use sizeof(audit_cond) consistently, NFC
401. Oct 6 Konstantin Belousov git: 8d3cd7767a2e - main - Fix mistakes in link(2) and shm_open(2) 402. Oct 6 Konstantin Belousov git: ce21d4bff1bc - main - amd64 efirt: do not flush cache for runtime pages 403. Oct 6 Konstantin Belousov git: 33c17670afdb - main - amd64: add pmap_page_set_memattr_noflush() 404. Oct 6 Konstantin Belousov git: f8d3368b4346 - main - apic: initialize lapic_paddr statically 405. Oct 6 Ed Maste git: 7102ec5226e5 - main - unifdef.1: Fix typo on "input" 406. Oct 5 Cy Schubert git: ad0311b6956f - stable/12 - wpa: Fix EAP/PEAP MSCHAPv2 authentication SIGSEGV 407. Oct 5 Cy Schubert git: 0ab6ecd1dda7 - stable/13 - wpa: Fix EAP/PEAP MSCHAPv2 authentication SIGSEGV 408. Oct 5 John Baldwin git: 680d70b59e03 - main - sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP. 409. Oct 5 Ed Maste git: 70ffa69e1bc7 - main - Remove obsolete amd(8) rc.conf configuration 410. Oct 5 Alan Somers Re: git: 730ea72c706e - main - cam(4): Limit search for disks in SES enclosure by single bus 411. Oct 5 Alexander Motin Re: git: 730ea72c706e - main - cam(4): Limit search for disks in SES enclosure by single bus 412. Oct 5 Alan Somers Re: git: 730ea72c706e - main - cam(4): Limit search for disks in SES enclosure by single bus 413. Oct 5 Alexander Motin Re: git: 730ea72c706e - main - cam(4): Limit search for disks in SES enclosure by single bus 414. Oct 5 Alan Somers Re: git: 730ea72c706e - main - cam(4): Limit search for disks in SES enclosure by single bus 415. Oct 5 Alexander Motin git: 730ea72c706e - main - cam(4): Limit search for disks in SES enclosure by single bus 416. Oct 5 Alexander Motin git: 8f9be1eed11c - main - cam(4): Improve XPT_DEV_MATCH 417. Oct 5 Ed Maste git: 9130e0ace0bb - stable/13 - mgb: sync with version in main 418. Oct 5 Alexander Motin git: 7835b2cb4a1a - main - sbuf(9): Microoptimize sbuf_put_byte() 419. Oct 5 Warner Losh git: b3b15d9256cb - main - cam: Add doxygen for cam_sim_free 420. Oct 5 Muhammad Moinur Rahman git: f46bdbbf910a - internal/admin - Safekeep src bit of jch@
421. Oct 5 Mateusz Guzik git: cee9a741b261 - main - cesa: remove unused CESA_SESSIONS macro 422. Oct 5 Maria Stoller via dev-comm B2B Contact Info 423. Oct 5 Konstantin Belousov git: 0eb2dcd32ea6 - main - mlx5_en: fix use of CALLOUT_DIRECT 424. Oct 5 Mateusz Guzik git: ae4fb190fd4a - main - netstat: split ipsec and ipsec6 statistics in libxo 425. Oct 5 Hans Petter Selasky git: 5a7de2b42caf - main - mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debugnet_init() 426. Oct 5 Stefan Esser Re: git: ded0d3d486eb - main - Add back Windows only VCXProj files 427. Oct 5 =?utf-8?Q?Stefan E=C3=9Fer git: f902ca97bdbc - main - Revert erroneous commit ded0d3d486eba 428. Oct 5 Wojciech Macek git: 3ac5012e52ee - main - sdhci: Fix crash caused by M_WAITOK in sdhci dumps 429. Oct 5 Konstantin Belousov git: be6116fdfc4d - main - pthread_mutexattr(3): document each pthread_mutexattr_set/get* function 430. Oct 5 Konstantin Belousov git: f5b9747075a9 - main - libthr(3): explain some internals of the locks implementation 431. Oct 5 Konstantin Belousov git: 6bda192013fc - main - pthread_mutexattr(3): install pthread_mutexattr_get/setpshared links 432. Oct 5 Konstantin Belousov git: 0a6e5fc29b43 - main - pthread_mutexattr(3): document pthread_mutexattr_set/getpshared 433. Oct 5 Konstantin Belousov git: 9f3b6cdbe87c - main - pthread_mutexattr(3): use .Fo/.Fc to avoid too long lines 434. Oct 5 Alexander Motin git: 06ff5c4c600a - stable/12 - sched_ule(4): Fix interactive threads stealing. 435. Oct 5 Alexander Motin git: b3fb4c60c50c - stable/13 - sched_ule(4): Fix interactive threads stealing. 436. Oct 4 Jessica Clarke Re: git: ded0d3d486eb - main - Add back Windows only VCXProj files 437. Oct 4 Mark Johnston Re: git: ded0d3d486eb - main - Add back Windows only VCXProj files 438. Oct 4 Mark Johnston git: f0a08fa9f532 - main - geom_label: Add more validation for NTFS volume tasting 439. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: d43fa8ef534a - main - contrib/bc: merge version 5.1.0 from vendor branch 440. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: b8d895faf47a - main - contrib/bc: re-enable tests after the import of version 5.1.0
441. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: ded0d3d486eb - main - Add back Windows only VCXProj files 442. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: d6c323eda215 - main - Remove files that were checked in with wrong .gitattributes 443. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: 5126fee68773 - Create tag vendor/bc/5.1.0 444. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: a60ef1802a36..5d58a5157172 - vendor/bc - vendor branch updated 445. Oct 4 David Bright git: d18c9a919795 - main - RPCBIND: skip ipv6 link local when request is not from link local address 446. Oct 4 Warner Losh git: d6dffbae9662 - main - lastcomm/sa: Remove sparc64 tests, they aren't needed. 447. Oct 4 Slawa Olhovchenkov Re: git: 79a100e28e3c - main - bluetooth: complete removal of ng_h4 448. Oct 4 Mark Johnston git: 69f7649b7148 - main - gmultipath tests: Re-enable the failloop test in CI 449. Oct 4 Mark Johnston git: 105fd928b0b5 - main - libctf: Improve check for duplicate SOU definitions in ctf_add_type() 450. Oct 4 Mitchell Horne git: 26337c10f060 - stable/12 - boot(9): update to match reality 451. Oct 4 Mitchell Horne git: a3acb379bdea - stable/12 - rman: fix overflow in rman_reserve_resource_bound() 452. Oct 4 Mitchell Horne git: 68628f462093 - stable/13 - boot(9): update to match reality 453. Oct 4 Mitchell Horne git: 8e43767b3180 - stable/13 - rman: fix overflow in rman_reserve_resource_bound() 454. Oct 4 David Bright git: 50c20d90f97f - stable/12 - ntb_hw_intel: fix xeon NTB gen3 bar disable logic 455. Oct 4 David Bright git: 52e1406947b4 - stable/13 - ntb_hw_intel: fix xeon NTB gen3 bar disable logic 456. Oct 4 Cy Schubert git: 4f2d5aa364c4 - stable/11 - ipfilter: Print the correct TCP sequence index number 457. Oct 4 Cy Schubert git: 0b72f4c82af8 - stable/11 - ipfilter: Correct a comment 458. Oct 4 Cy Schubert git: 370a229ea9c6 - stable/11 - ipfilter: Avoid a null if-then-else blocks 459. Oct 4 Cy Schubert git: 2c0fcd0ae01a - stable/12 - ipfilter: Print the correct TCP sequence index number 460. Oct 4 Cy Schubert git: e7d5cb8b1d59 - stable/12 - ipfilter: Correct a comment
461. Oct 4 Cy Schubert git: 931fb0359e2b - stable/12 - ipfilter: Avoid a null if-then-else blocks 462. Oct 4 Cy Schubert git: c0b03251095d - stable/13 - Disable stack gap for ntpd during build. 463. Oct 4 Cy Schubert git: e81cf0e1bb3a - stable/13 - ipfilter: Print the correct TCP sequence index number 464. Oct 4 Cy Schubert git: 889c5c50d8d8 - stable/13 - ipfilter: Correct a comment 465. Oct 4 Cy Schubert git: 2fc27a1ceb41 - stable/13 - ipfilter: Locking sysctls here is not required 466. Oct 4 Cy Schubert git: ffcdbc35a64e - stable/13 - ipfilter: Avoid a null if-then-else blocks 467. Oct 4 Andrew Turner git: 507a22be3850 - main - Add the missing license to gic_if.m 468. Oct 4 Baptiste Daroussin git: cc46927f8a2b - main - ncurses: fix libcompat (lib32 for example) building 469. Oct 4 Mateusz Piotrowski Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 470. Oct 4 Baptiste Daroussin git: 27803b54db20 - main - ncurses: fix path where to find curses.h at bootstrap 471. Oct 4 Christos Margiolis Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 472. Oct 4 Baptiste Daroussin git: 16f1ee11e657 - main - ncurses: document in UPDATING and bump _FreeBSD_version 473. Oct 4 Baptiste Daroussin git: 19deec3b30ca - main - bsdinstall: reduce overlinking 474. Oct 4 Baptiste Daroussin git: cbc83e378a7e - main - ncurses: chase dependency changes in the source tree 475. Oct 4 Baptiste Daroussin git: 396851c20aeb - main - ncurses: split libtinfo from libncurses 476. Oct 4 Hans Petter Selasky Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 477. Oct 4 Hans Petter Selasky git: 8bc5971be1ec - main - UPDATING: Update notes about new mixer(8) utility. 478. Oct 4 Mateusz Piotrowski Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 479. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: f774652b0e83 - main - contrib/bc: temporarily disconnect the tests for 5.0.2 480. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: ea31d1a5c490 - main - contrib/bc: remove files ommitted from the release
481. Oct 4 =?utf-8?Q?Stefan E=C3=9Fer git: 662087dfd066 - main - vendor/bc: update to upstream version 5.0.2 482. Oct 4 Hans Petter Selasky Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. 483. Oct 4 Toomas Soome git: c39bfe47139b - stable/13 - vt: call driver's postswitch when panicking on ttyv0 484. Oct 4 Alexander Motin git: e6e348e49c0a - stable/13 - Unify console output. 485. Oct 4 Alexander Motin git: c15b8196ba6f - stable/13 - Re-implement virtual console (constty). 486. Oct 4 Alexander Motin git: b7fde5e82bd5 - stable/13 - ioat(4): Remove Giant from ioat_test enable/disable. 487. Oct 4 Alexander Motin git: 36e67f5badbd - stable/13 - pcib(4): Switch from callout to timeout_task. 488. Oct 4 Alexander Motin git: 03d748e92447 - stable/13 - vt(4): Mark callouts MP-safe. 489. Oct 4 Alexander Motin git: 50570c64798d - stable/13 - bnxt(4): Mark sysctls MP-safe. 490. Oct 4 Alexander Motin git: d2f4b7bc1c78 - stable/13 - bxe(4): Mark sysctls and callout MP-safe. 491. Oct 4 Alexander Motin git: fe830ad79a74 - stable/13 - mge(4): Mark sysctls and callout MP-safe.


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