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


2023/dev-commits-src-main/20230709.dev-commits-src-main

Messages: 180, new messages first
Last update: Sun Jul 9 5:50:04 2023

home | archive sorted by: subject | author | date | reverse date
  1. Jul  8 Martin Matuska             git: e64780fbc394 - main - xinstall: do not use copy_file_range(2) when BOOTSTRAPPING
  2. Jul  8 Martin Matuska             git: 055f920ebe21 - main - cat: fallback on EBADF with copy_file_range(2)
  3. Jul  8 Antoine Brodin             Re: git: 8113cc827611 - main - cat: use copy_file_range(2) with fallback to previous behavior
  4. Jul  8 John Baldwin               git: 2596008a0bde - main - amd64 pcpu.h: Add missing 'do' from do-while loop around __PCPU_SET.
  5. Jul  8 Martin Matuska             git: 5a50d52f112a - main - xinstall: use copy_file_range(2) with fallback to previous behavior
  6. Jul  8 Martin Matuska             git: 8113cc827611 - main - cat: use copy_file_range(2) with fallback to previous behavior
  7. Jul  8 Mateusz Guzik              git: 70c00442d2bc - main - vfs: clean up unused NDF_NO* macros
  8. Jul  8 John Baldwin               Re: git: 5684c8783b64 - main - qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/NOIP builds
  9. Jul  8 Konstantin Belousov        git: 7a70f17ac4bd - main - killpg(): more carefully avoid LoR
 10. Jul  8 Konstantin Belousov        git: ed84cb591df7 - main - sys_setpgid(): style, remove extra ()s
 11. Jul  8 Jens Schweikhardt          git: 5fee12e18967 - main - Correct grammo. This one has spread. Should be the last.
 12. Jul  8 Jens Schweikhardt          git: 7a949a0f1cda - main - Correct grammo.
 13. Jul  8 Jens Schweikhardt          git: 2c2a04984c95 - main - Correct a grammo.
 14. Jul  8 Emmanuel Vadot             Re: git: c81495a621c4 - main - fwget: Fix quoting
 15. Jul  8 Graham Perrin              git: 666c54d12ec9 - main - hwpmc(4): instead of manual edition, use sysrc(8)
 16. Jul  8 Alexey Dokuchaev           Re: git: 29cbe944e928 - main - CONTRIBUTING.md: minor changes
 17. Jul  8 Konstantin Belousov        git: b370ef156ab9 - main - libthr: Patch to reduce latency to acquire+release a pthread mutex.
 18. Jul  8 Cy Schubert                git: bfa51318dee8 - main - pam_krb5: Add missing patch
 19. Jul  7 Jessica Clarke             git: 5684c8783b64 - main - qlnxe: Add missing #ifdef INET to fix amd64 LINT-NOINET/NOIP builds
 20. Jul  7 Warner Losh                git: 406ff3d57e46 - main - Simplify buffer count calculation


21. Jul 7 Warner Losh git: 0b53a9971ec3 - main - Remove duplicate #include 22. Jul 7 Brooks Davis git: f55ef85748e4 - main - etc/rc.d/routing: use find_system_scripts 23. Jul 7 Graham Perrin git: 3541d90836c0 - main - gpart(8): slices are out of context for GPT 24. Jul 7 Warner Losh git: 38f57faa06cf - main - cat: ensure serrno is always set 25. Jul 7 Warner Losh git: 348ec8dc036b - main - isp(4): Style changes 26. Jul 7 Warner Losh git: 295fd9c1caeb - main - isp(4): Remove redundant functions for reading data from FLT and flash 27. Jul 7 Warner Losh git: 707e4d1b20aa - main - isp(4): Use the FLT on all supported controllers 28. Jul 7 Warner Losh git: 27b4a1b7e5b8 - main - isp(4): Add support to read contents of the FLT (flash layout table) 29. Jul 7 Warner Losh git: 233ab94cfd78 - main - ispfw(4): Reword to be more specific 30. Jul 7 Warner Losh git: f76f7fefa1bb - main - isp(4): Fix reading NVRAM contents for 28xx based devices 31. Jul 7 Warner Losh git: 0c5f23d2f702 - main - ispfw(4): Add BUGS section with note about bundled firmware 32. Jul 7 Warner Losh git: 2b4ccfbbc65b - main - isp(4): Document support for new devices 33. Jul 7 Warner Losh git: 407abff6a445 - main - isp(4): Add support for QLogic 28xx devices 34. Jul 7 Warner Losh git: 29cbe944e928 - main - CONTRIBUTING.md: minor changes 35. Jul 7 John Baldwin git: 2329393c615c - main - amd64: Use __seg_gs to implement per-CPU data accesses. 36. Jul 7 John Baldwin git: 1f7e3572644e - main - fwctl_fetch: Add a comment describing the tool. 37. Jul 7 Li-Wen Hsu git: 2597c45a4f5c - main - Complete moving kinst of dtrace tests to common 38. Jul 7 John Baldwin git: d8bfccb22093 - main - fwctl_fetch: A small test utility for the fwctl bhyve device. 39. Jul 7 John Baldwin git: 9ac841e922da - main - divmoddi*: Use separate statements instead of the comma operator. 40. Jul 7 Kristof Provost Re: git: b077aed33b7b - main - Merge OpenSSL 3.0.9
41. Jul 7 Jessica Clarke git: aa8567656e7c - main - bsd.compat.mk: Fix indentation for alignment 42. Jul 7 Jessica Clarke Re: git: 034c0856018c - main - modules: fix freebsd32_modstat on big endian platforms 43. Jul 7 Kristof Provost Re: git: b077aed33b7b - main - Merge OpenSSL 3.0.9 44. Jul 7 Dmitry Chagin Re: git: e8404a72c5df - main - vgapci: Don't create a drm helper 45. Jul 7 Dmitry Chagin git: bae6bb0698ee - main - csu: Implement _start using as to satisfy unwinders on aarch64 46. Jul 7 Dmitry Chagin git: 1a2aa2ffb502 - main - rtld: Clear x29 and lr for thread_start to conform Aarch64 ABI pcs 47. Jul 7 Dmitry Chagin git: ac7759f54574 - main - rtld: Annotate .rtld_start on aarch64 48. Jul 7 Dmitry Chagin git: 5645dfb41ae0 - main - rtld: Sligtly optimizing .rtld_start on aarch64 49. Jul 7 Dmitry Chagin git: 43e29d03f416 - main - csu: Add the prologue and epilogue to the _init and _fini on aarch64 50. Jul 7 Warner Losh git: a2cc93ec7fa1 - main - Mark usage function as __dead2 in programs where it does not return 51. Jul 7 Warner Losh git: a9cce232a6b9 - main - Mark usage function as __dead2 in programs where it does not return 52. Jul 7 Warner Losh git: 72e1ea2f1361 - main - Mark usage function as __dead2 in programs where it does not return 53. Jul 7 Warner Losh git: cccdaf507eee - main - Mark usage function as __dead2 in programs where it does not return 54. Jul 7 Warner Losh git: 1a7ac2bd24c1 - main - Mark usage function as __dead2 in programs where it does not return 55. Jul 7 Warner Losh git: a1b6427a9787 - main - Mark usage function as __dead2 in programs where it does not return 56. Jul 7 Warner Losh git: 498a0a9c61c3 - main - Mark usage function as __dead2 in programs where it does not return 57. Jul 7 Warner Losh git: 5c3b5af6a2f6 - main - Mark usage function as __dead2 in programs where it does not return 58. Jul 7 Warner Losh git: 90597773cdd2 - main - Mark usage function as __dead2 in programs where it does not return 59. Jul 7 Warner Losh git: 6fde066264e5 - main - Mark usage function as __dead2 in programs where it does not return 60. Jul 7 Warner Losh git: 6d099821455d - main - Mark usage function as __dead2 in programs where it does not return
61. Jul 7 Warner Losh git: 5762de724318 - main - Mark usage function as __dead2 in programs where it does not return 62. Jul 7 Warner Losh git: 65f3be91104c - main - Mark usage function as __dead2 in programs where it does not return 63. Jul 7 Warner Losh git: 69c0fb2a7a6f - main - Mark usage function as __dead2 in programs where it does not return 64. Jul 7 Warner Losh git: e97468063d6f - main - Mark usage function as __dead2 in programs where it does not return 65. Jul 7 Mateusz Piotrowski Re: git: c81495a621c4 - main - fwget: Fix quoting 66. Jul 7 Mark Johnston Re: git: b077aed33b7b - main - Merge OpenSSL 3.0.9 67. Jul 7 Doug Moore git: 8df38859d0f9 - main - radix_trie: replace node count with popmap 68. Jul 7 Mike Karels git: be30fd3ab2e8 - main - KERN_PROC_VM_LAYOUT sysctl: fix bug in 32-bit-compatible path 69. Jul 7 Emmanuel Vadot git: c81495a621c4 - main - fwget: Fix quoting 70. Jul 7 Warner Losh git: a81b559dad5b - main - Fix saving STRUCTURED-DATA in RFC 5424 log format 71. Jul 7 Warner Losh git: 761ab48d6af8 - main - kbdcontrol: Remove compat code for 4.x -> 5.x transition 72. Jul 7 Warner Losh git: 971bac5ace7a - main - kbd: consolidate kb interfaces (phase one) 73. Jul 7 Ka Ho Ng git: 034c0856018c - main - modules: fix freebsd32_modstat on big endian platforms 74. Jul 7 Konstantin Belousov git: 97f14168f21f - main - src.conf.5: regen 75. Jul 7 Konstantin Belousov git: 642cd511028b - main - libthr: Add src.conf variable WITHOUT_PTHREADS_ASSERTIONS 76. Jul 7 Mateusz Guzik git: 80bd5ef07025 - main - vfs: factor out mount point traversal to a dedicated routine 77. Jul 7 Mateusz Guzik git: ebf37c3fed04 - main - vfs: drop LK_RETRY when crossing mount points in vfs_lookup 78. Jul 7 Kyle Evans git: 2f700ca965a0 - main - libbe: bail out early if the zfs kmod isn't loaded 79. Jul 6 Piotr Kubaj git: a146207d66f3 - main - ixl: implement support for dumping NIC registers 80. Jul 6 Doug Moore git: 8579bf27d7d3 - main - inline_fls - HAVE_INLINE_FLSLL is always true
81. Jul 6 Mark Millard Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 82. Jul 6 Doug Moore git: d4e236c70b0d - main - inline_ffs: remove backup binary implementation 83. Jul 6 Doug Moore git: 6419ed7ee7d0 - main - inline_fls: drop compile-time check 84. Jul 6 Doug Moore git: e08776813087 - main - inline_fls: remove redundant INLINE_FLS test 85. Jul 6 Mitchell Horne git: f4db342d4419 - main - libkern: remove old ffs/fls routines 86. Jul 6 Mitchell Horne git: a89262079edb - main - Consistently provide ffs/fls using builtins 87. Jul 6 John Baldwin Re: git: e8404a72c5df - main - vgapci: Don't create a drm helper 88. Jul 6 Dmitry Chagin git: e8404a72c5df - main - vgapci: Don't create a drm helper 89. Jul 6 Dmitry Chagin git: acfd26152424 - main - libc: Improve setjmp comments 90. Jul 6 Simon J. Gerraty git: 6eabf4ce35ec - main - mac_veriexec ensure label fields are initialized 91. Jul 6 Piotr Kubaj git: b8f51b8c5423 - main - ixl: port ice's atomic API to ixl 92. Jul 6 Mitchell Horne git: 5e7308a7bcb6 - main - hier(7): remove entry for non-existent /usr/compat 93. Jul 6 Peter Holm git: 4631191c8a5f - main - stress2: Added a regression test 94. Jul 5 John Baldwin git: 884eaacd24bd - main - ddb: Rework macros to make it easier to add new command tables. 95. Jul 5 John Baldwin git: 3a9e3ed6b003 - main - ddb: Always terminate DB_SHOW_ALIAS_FLAGS with a semi-colon. 96. Jul 5 Alan Somers git: be092bcde96b - main - Fix the zfsd_autoreplace_001_neg test 97. Jul 5 Kristof Provost Re: git: b077aed33b7b - main - Merge OpenSSL 3.0.9 98. Jul 5 Mateusz Guzik git: 0724cf3862e6 - main - vfs: whack dpunlocked var in vfs_lookup 99. Jul 5 Mark Johnston git: 544deacc90f4 - main - libcrypto: group definitions for libcrypto and fips 100. Jul 5 Mark Johnston git: 4a3cc17e3172 - main - libcrypto: expand the common Makefile for providers
101. Jul 5 Mark Johnston git: 7a991ecd1a26 - main - libcrypto: add missing symbols to the fips provider 102. Jul 5 Mark Johnston git: 87e08018b175 - main - libcrypto: add missing symbols to the legacy provider 103. Jul 5 Simon J. Gerraty git: 9c3478cb2263 - main - libsecureboot: do not accept certificate we cannot decode 104. Jul 5 Mark Millard Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 105. Jul 5 Brooks Davis Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 106. Jul 5 Mateusz Guzik Re: git: cebb8646c4ee - main - Support byte-sized enums 107. Jul 5 Jessica Clarke Re: git: cebb8646c4ee - main - Support byte-sized enums 108. Jul 5 Mateusz Guzik git: ba8cc6d7271a - main - vfs: use __enum_uint8 for vtype and vstate 109. Jul 5 Mateusz Guzik git: cebb8646c4ee - main - Support byte-sized enums 110. Jul 5 Mateusz Guzik git: 9def8ea689ed - main - vfs: list enums on separate lines 111. Jul 5 Mateusz Guzik git: 5842f73dbc2a - main - vfs: compute_lk_cnflags(): Remove unused argument 'cnflags'; Rename 112. Jul 5 Cy Schubert Re: git: 55e0aefae688 - main - ping: low-effort fix to make it compilable without inet6 113. Jul 5 Mateusz Guzik Re: git: 55e0aefae688 - main - ping: low-effort fix to make it compilable without inet6 114. Jul 5 Andrew Turner git: 51fc92e68e9f - main - Make some arm64 debug monitor functions static 115. Jul 5 Jessica Clarke Re: git: 55e0aefae688 - main - ping: low-effort fix to make it compilable without inet6 116. Jul 5 Mateusz Guzik git: 65e55a0a2ae1 - main - flowctl: low-effort fix to make it compilable with neither inet nor inet6 117. Jul 5 Mateusz Guzik git: fda83023cdef - main - jls: low-effort fix to make it compilable with neither inet nor inet6 118. Jul 5 Mateusz Guzik git: e01f9fe10c04 - main - ipf: low-effort fix to make it compilable without inet6 119. Jul 5 Mateusz Guzik git: cea9f49f820e - main - ping: low-effort fix to make it compilable without inet 120. Jul 5 Mateusz Guzik git: 55e0aefae688 - main - ping: low-effort fix to make it compilable without inet6
121. Jul 5 Andrew Turner git: df0d0fc99093 - main - Add helpers to allocate an arm64 VFP state struct 122. Jul 5 Andrew Turner git: 6b1f53295148 - main - arm64: Fix a use of update_lower_register 123. Jul 5 Baptiste Daroussin git: 3743f3d020bb - main - pci_vendors: update to 2023-06-19 124. Jul 4 Konstantin Belousov git: 658e7620672f - main - kern_lockf.c: fix typo 125. Jul 4 Mark Johnston Re: git: c4b7fe91fcb8 - main - libcrypto: group definitions for libcrypto and fips 126. Jul 4 Mark Johnston git: 8e7046ff29a0 - main - libcrypto: Revert recent changes to fix legacy and fips providers 127. Jul 4 Li-Wen Hsu git: fea4a44c1965 - main - release/DVD_PACKAGES: Update the names of drm-kmod ports 128. Jul 4 Ronald Klop Re: git: c4b7fe91fcb8 - main - libcrypto: group definitions for libcrypto and fips 129. Jul 4 Mark Johnston git: 53a03e312cf2 - main - ure(4): add support for Thinkpad Hybrid USB-C with USB-A dock 130. Jul 4 Mark Johnston git: b35ea9bac974 - main - man(1): use gzcat for .gz files 131. Jul 4 Olivier Cochard git: 150d8ca9f3ba - main - socket afinet tests: using dynamic ports instead of the same static port 132. Jul 4 Mark Johnston git: c4b7fe91fcb8 - main - libcrypto: group definitions for libcrypto and fips 133. Jul 4 Mark Johnston git: 0b27be500a94 - main - libcrypto: expand the common Makefile for providers 134. Jul 4 Mark Johnston git: 0102ee0d5937 - main - libcrypto: add missing symbols to the fips provider 135. Jul 4 Mark Johnston git: 0457eebbe83f - main - libcrypto: add missing symbols to the legacy provider 136. Jul 4 FreeBSD User Re: git: ee8b0c436d72 - main - lib/libc/string: replace ffs/fls implementations with clang builtins: cc: error: no such file or directory: '/u 137. Jul 4 Jessica Clarke Re: git: ee8b0c436d72 - main - lib/libc/string: replace ffs/fls implementations with clang builtins: cc: error: no such file or directory: '/u 138. Jul 4 FreeBSD User Re: git: ee8b0c436d72 - main - lib/libc/string: replace ffs/fls implementations with clang builtins: cc: error: no such file or directory: '/u 139. Jul 4 Konstantin Belousov git: d7614c010c76 - main - vn_path_to_global_path_hardlink(): initialize len 140. Jul 4 Christos Margiolis git: 911f0260390e - main - dtrace: move kinst tests to common
141. Jul 4 Christos Margiolis git: 1c776124513c - main - riscv: improve register dumping 142. Jul 4 Christos Margiolis git: 9310bf540494 - main - kinst: update LICENSE headers 143. Jul 4 Christos Margiolis git: 2d7bb03adb43 - main - kinst: port to riscv 144. Jul 4 Christos Margiolis git: 22508c8b6c28 - main - dtrace: cache current probe in kdtrace_thread_t 145. Jul 4 Christos Margiolis git: 2e28f8cc3929 - main - kinst: accommodate other architectures in Makefile 146. Jul 4 Marcin Wojtas git: ac40021c935d - main - ena: Update driver version to v2.6.3 147. Jul 4 Marcin Wojtas git: c59a5fbd8a2e - main - ena: Fix driver unload crash 148. Jul 4 Marcin Wojtas git: b9e80b5280b7 - main - ena: Initialize statistics before the interface is available 149. Jul 4 Pedro Giffuni Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 150. Jul 4 Pedro F. Giffuni git: 4ef3964b5f85 - main - bin/date: Upgrade calculations (take 2) 151. Jul 4 Warner Losh Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 152. Jul 4 Pedro Giffuni Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 153. Jul 4 Cy Schubert Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 154. Jul 4 Pedro Giffuni Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 155. Jul 4 Warner Losh Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 156. Jul 4 Konstantin Belousov git: 81a37995c757 - main - killpg(): close a race with fork(), part 2 157. Jul 4 Konstantin Belousov git: 3360b48525fc - main - killpg(2): close a race with fork(2), part1 158. Jul 4 Konstantin Belousov git: 4b59d1724b76 - main - killpg1(): update the herald comment 159. Jul 4 Pedro Giffuni Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 160. Jul 4 Konstantin Belousov git: d6b900c915c1 - main - vn_path_to_global_path_hardlink(): avoid freeing non-initialized pointer
161. Jul 4 Jessica Clarke Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 162. Jul 4 Warner Losh Re: git: 4456846a1a0d - main - bin/date: Upgrade calculations 163. Jul 4 Pedro F. Giffuni git: 4456846a1a0d - main - bin/date: Upgrade calculations 164. Jul 4 Ka Ho Ng Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 165. Jul 3 Mark Millard Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 166. Jul 3 Mark Millard Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 167. Jul 3 Brooks Davis Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 168. Jul 3 Robert Clausecker git: ee8b0c436d72 - main - lib/libc/string: replace ffs/fls implementations with clang builtins 169. Jul 3 Robert Clausecker git: 49390697b926 - main - lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsll 170. Jul 3 Kristof Provost git: e8423423737e - main - pf tests: test double-pass codel 171. Jul 3 Kristof Provost git: d0b0424fa0ca - main - altq codel: do not insert the same mtag twice 172. Jul 3 Glen Barber git: 3f21d3e0baba - main - release: update GCE configuration for python3 173. Jul 3 Dimitry Andric git: 3a9dd387057c - main - Stop removing OpenSSL man pages that were revived in 3.0.9 174. Jul 3 Eugene Grosbein git: 5aee3e14d491 - main - syslog.3: document ident[N] format 175. Jul 3 Mark Millard Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 176. Jul 2 Mark Millard Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 177. Jul 2 Michael Tuexen git: 2176c9ab71c8 - main - dtrace: improve siftr probe 178. Jul 2 Ka Ho Ng Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 179. Jul 2 Ka Ho Ng Re: git: 005aa1743b42 - main - modules: bzero the modspecific_t 180. Jul 2 Eugene Grosbein git: ccc806a04938 - main - dumpdev: respect kenv for stable branches


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