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


2024/dev-commits-src-branches/20240506.dev-commits-src-branches

Messages: 130, old messages first
Last update: Mon May 6 0:07:02 2024

home | archive sorted by: subject | author | date | reverse date
  1. Apr 29 Warner Losh                git: 6063683eb83a - stable/13 - ada: Another NCQ Trim instability drive
  2. Apr 29 Olivier Certner            git: 3e4989127020 - stable/14 - sys_procctl(): Make it clear that negative commands are invalid
  3. Apr 29 Kyle Evans                 git: fb4c7bf8ac2d - stable/14 - script: minor style improvements
  4. Apr 29 Kyle Evans                 git: 2c24df87e3f8 - stable/14 - script: handle terminal resize on SIGWINCH
  5. Apr 29 Kyle Evans                 git: 2a2cc22f517b - stable/13 - script: minor style improvements
  6. Apr 29 Kyle Evans                 git: f224a2ca04ad - stable/13 - script: handle terminal resize on SIGWINCH
  7. Apr 29 Olivier Certner            git: eb07a26af199 - stable/13 - sys_procctl(): Make it clear that negative commands are invalid
  8. Apr 29 Dag-Erling =?utf-8?Q?Sm=C3 git: 516009ce8d38 - stable/14 - adduser(8): support creation of ZFS dataset
  9. Apr 29 Dag-Erling =?utf-8?Q?Sm=C3 git: 4f4905b2ef1c - stable/14 - adduser: Overhaul.
 10. Apr 29 Dag-Erling =?utf-8?Q?Sm=C3 git: edff88aee215 - stable/14 - adduser: Really fix a syntax error
 11. Apr 29 Dag-Erling =?utf-8?Q?Sm=C3 git: 1da8405cdec4 - stable/13 - add defaults for adduser.sh (OK? [yes] & additional user [no])
 12. Apr 29 Dag-Erling =?utf-8?Q?Sm=C3 git: 72fc3645e079 - stable/13 - adduser(8): support creation of ZFS dataset
 13. Apr 29 Dag-Erling =?utf-8?Q?Sm=C3 git: b7a56907af0c - stable/13 - adduser: Overhaul.
 14. Apr 29 Christos Margiolis         git: ac316062a747 - stable/14 - sound: Remove obsolete chn_setvolume()
 15. Apr 29 Christos Margiolis         git: cc72812c49ba - stable/14 - sound: Fix NULL dereference in dsp_clone() and mixer_clone()
 16. Apr 29 Christos Margiolis         git: 9847c2497d2b - stable/14 - sound: Wrap dsp_clone() and mixer_clone() with bus_topo_lock()
 17. Apr 29 Christos Margiolis         git: d8d7907826cc - stable/14 - sound: Fix panic caused by sleeping-channel destruction during asynchronous detach
 18. Apr 29 Christos Margiolis         git: 33e0f0cd6ba8 - stable/14 - sound: Assert that we do not enter chn_sleep() with CHN_F_SLEEPING
 19. Apr 29 Christos Margiolis         git: a2b09fc4b8b3 - stable/14 - sound: Add missing space in dev.pcm.X.mode description
 20. Apr 29 Cy Schubert                git: 8640bd657d84 - stable/14 - heimdal: Fix compiling hdb ldap as a module


21. Apr 29 Cy Schubert git: abc4b3088941 - stable/14 - kdc: Add restart option 22. Apr 29 Cy Schubert git: a161f2405f10 - stable/13 - heimdal: Fix compiling hdb ldap as a module 23. Apr 29 Cy Schubert git: e750111ced03 - stable/13 - kdc: Add restart option 24. Apr 29 Mark Johnston git: 59e7c575c544 - stable/14 - tests: move atf_python/sys/ into the tests package 25. Apr 29 Mark Johnston git: 28fcfebdaf0f - stable/14 - ng_hci: Add sockaddr validation to sendto() 26. Apr 29 Mark Johnston git: 2f95e4a01e19 - stable/14 - if_bridge: clean up INET/INET6 handling 27. Apr 29 Mark Johnston git: 6f028e91084b - stable/13 - ng_hci: Add sockaddr validation to sendto() 28. Apr 30 Konstantin Belousov git: 6bf819c91048 - stable/14 - kern_thread.c: remove unneeded include of sys/param.h 29. Apr 30 Konstantin Belousov git: 29c4e3198456 - stable/14 - kern_thr.c/kern_sig.c: remove sys/cdefs.h 30. Apr 30 Konstantin Belousov git: de4b8c8ae1a8 - stable/14 - kern_thr.c: normalize includes 31. Apr 30 Konstantin Belousov git: ed9e2991c2da - stable/14 - sigqueue(2): add impl-specific flag __SIGQUEUE_TID 32. Apr 30 Konstantin Belousov git: afc8b17816e4 - stable/14 - sigqueue(2): Document __SIGQUEUE_TID 33. Apr 30 Konstantin Belousov git: 3fbb97541cfe - stable/14 - sys/signal.h: move union sigval into dedicated private header sys/_sigval.h 34. Apr 30 Konstantin Belousov git: e449481bee5f - stable/14 - libthr: add pthread_sigqueue(3) 35. Apr 30 Konstantin Belousov git: 42b071cbc91e - stable/14 - pthread_sigqueue(3): document 36. Apr 30 Konstantin Belousov git: bd30b3dfd5c8 - stable/14 - Add test for pthread_sigqueue(3) 37. Apr 30 Konstantin Belousov git: 8f19af4b0955 - stable/14 - libc: make strerror_rl() usable for libc 38. Apr 30 Konstantin Belousov git: ade62d406239 - stable/14 - __vprintf(): switch from strerror() to strerror_rl() 39. Apr 30 Konstantin Belousov git: 0451d4287a92 - stable/14 - libc: minor style, wrap long lines 40. Apr 30 Konstantin Belousov git: 09bcfbd1aede - stable/14 - libc printf_render_errno(): do not use strerror()
41. Apr 30 Konstantin Belousov git: a8ae94b9e2cb - stable/13 - libc: make strerror_rl() usable for libc 42. Apr 30 Konstantin Belousov git: 27e54c9f1628 - stable/13 - __vprintf(): switch from strerror() to strerror_rl() 43. Apr 30 Konstantin Belousov git: fcac864ee14b - stable/13 - libc: minor style, wrap long lines 44. Apr 30 Konstantin Belousov git: f0e8600d71e0 - stable/13 - libc printf_render_errno(): do not use strerror() 45. Apr 30 Konstantin Belousov git: a951992d1eb3 - stable/14 - libc_private.h: use private namespace name for size_t 46. Apr 30 Konstantin Belousov git: 509819691cb8 - stable/13 - libc_private.h: use private namespace name for size_t 47. Apr 30 Martin Matuska git: d2539274f402 - stable/14 - libarchive: merge from vendor branch 48. Apr 30 Martin Matuska git: 2d92e58b68e1 - stable/14 - libarchive: fix null format string error in tests (unbreaks gcc13 build) 49. Apr 30 Martin Matuska git: 3cf9a5010e7d - stable/14 - libarchive: add two missing package files to libarchive tests 50. Apr 30 Martin Matuska git: 8774c92e32b2 - stable/14 - libarchive: merge from vendor branch 51. Apr 30 Alexey Dokuchaev Re: git: 770e03ac3913 - stable/14 - wtap: Fix typos in kernel messages 52. May 1 Rick Macklem git: c91861cc216d - stable/14 - nfscl: Do not use nfso_own for delayed nfsrpc_doclose() 53. May 1 Rick Macklem git: a3b8266f5420 - stable/14 - nfscl: Clear out a lot of cruft related to B_DIRECT 54. May 1 Rick Macklem git: 19b6aa047e77 - stable/13 - nfscl: Do not use nfso_own for delayed nfsrpc_doclose() 55. May 1 Rick Macklem git: 825cb4c850f2 - stable/13 - nfscl: Clear out a lot of cruft related to B_DIRECT 56. May 1 Mitchell Horne git: 1d921be5a889 - stable/14 - ieee80211_vap(9): fix the title 57. May 1 Mitchell Horne git: 3d509058db55 - stable/14 - hier.7: various improvements 58. May 1 Mitchell Horne git: a7a687302375 - stable/14 - BSD.usr.dist: remove empty /usr/libdata/gcc directory 59. May 1 Mitchell Horne git: 63b747823bea - stable/14 - hier.7: polish entry to system manual 60. May 2 Rick Macklem git: f6b902a4117a - stable/14 - krpc: Ref cnt the client structures for TLS upcalls
61. May 2 Rick Macklem git: f8575d4e4758 - stable/13 - krpc: Ref cnt the client structures for TLS upcalls 62. May 2 Baptiste Daroussin git: 93b11fe0a16a - stable/14 - nuageinit: start the script after zfs 63. May 2 Andrew Turner git: c3a3b231da00 - stable/14 - arm64: Check DMAP address is valid in PHYS_IN_DMAP 64. May 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 986cceda16d8 - stable/14 - tftpd: Use `size_t` where appropriate. 65. May 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 2bdfc2988986 - stable/14 - libulog: Make sure ut_line, ut_user, ut_host are terminated. 66. May 2 Dag-Erling =?utf-8?Q?Sm=C3 git: 3f59eb314103 - stable/13 - libulog: Make sure ut_line, ut_user, ut_host are terminated. 67. May 2 Mark Johnston git: 4ee7b8e1ef3c - stable/14 - dpaa: uma_zcreate() does not fail 68. May 2 Mark Johnston git: fa1d1e824b9d - stable/14 - khelp: uma_zcreate() does not fail 69. May 2 Mark Johnston git: bff26fe7aa07 - stable/14 - wg: uma_zcreate() does not fail 70. May 2 Mark Johnston git: 7a8b49047659 - stable/14 - busdma: uma_zcreate() does not fail 71. May 2 Mark Johnston git: b6a2ce76d6b6 - stable/14 - udf: uma_zcreate() does not fail 72. May 2 Mark Johnston git: 19e335596658 - stable/14 - kthread: Set *tdptr earlier in kproc_kthread_add() 73. May 2 Jessica Clarke git: 9bfc9ea2e18e - stable/14 - mandoc: fix bootstrapping on Linux with Clang 16 74. May 2 Jessica Clarke git: 8cb8aca83f6c - stable/14 - jevents: fix bootstrapping on Linux with Clang 16 75. May 2 Jessica Clarke git: ef6935581e62 - stable/14 - mandoc: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15 76. May 2 Jessica Clarke git: 9019baf667c7 - stable/14 - jevents: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15 77. May 2 Jessica Clarke git: b2d59a3afb7c - stable/14 - kldxref: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15 78. May 2 Jessica Clarke git: dbbbe6f393dd - stable/13 - mandoc: fix bootstrapping on Linux with Clang 16 79. May 2 Jessica Clarke git: f16e205c6fb9 - stable/13 - jevents: fix bootstrapping on Linux with Clang 16 80. May 2 Jessica Clarke git: 2714c4d3280b - stable/13 - mandoc: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15
81. May 2 Jessica Clarke git: 89342dba7dbe - stable/13 - jevents: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15 82. May 2 Jessica Clarke git: 91e0b44c159f - stable/13 - kldxref: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15 83. May 2 Mateusz Piotrowski git: a7096a69efcd - stable/14 - date(1): Grammar fixes 84. May 2 Mateusz Piotrowski git: 10c4885f368e - stable/14 - date: Add support for nanoseconds 85. May 2 Mateusz Piotrowski git: 4fd988e652e5 - stable/14 - date: Fix tests by initializing timespec structure 86. May 2 Mateusz Piotrowski git: f2ec4bd306ac - stable/14 - date: Correctly check outcome of mktime(). 87. May 2 Mateusz Piotrowski git: f609ff5a499a - stable/14 - date.1: Note that nanosecond support is to appear first in 14.1 88. May 2 Mateusz Piotrowski git: 78c209d49d4b - stable/14 - RELNOTES: Mention date(1)'s nanosecond support 89. May 2 Bjoern A. Zeeb git: eadd4eae929b - stable/14 - bsdinstall: update comment related to pkg 90. May 3 Konstantin Belousov git: 66e0bf766854 - stable/14 - kcmp_pget(): add an assert that we did not hold the current process 91. May 3 Konstantin Belousov git: 33cac296a266 - stable/14 - kcmp_pget(): do not accept TIDs 92. May 3 Konstantin Belousov git: 44debee9fc1f - stable/14 - rtld snprintf: do not erronously skip a char at the buffer boundary 93. May 3 Konstantin Belousov git: 6b667b46ab19 - stable/13 - kcmp_pget(): add an assert that we did not hold the current process 94. May 3 Konstantin Belousov git: cf2750be9e32 - stable/13 - kcmp_pget(): do not accept TIDs 95. May 3 Konstantin Belousov git: d9ec850bde3c - stable/13 - rtld snprintf: do not erronously skip a char at the buffer boundary 96. May 3 Martin Matuska git: c4d0e1f6214d - stable/14 - libarchive: merge bugfixes from vendor branch 97. May 3 Colin Percival git: 7b082bdf72e6 - stable/14 - Post-14.1-branch updates 98. May 3 Colin Percival git: 3f5f38755b8f - releng/14.1 - 14.1: create releng/14.1 branch 99. May 3 Mitchell Horne git: 227f81c8bd0f - stable/14 - save-entropy: Add manual page 100. May 3 Martin Matuska git: 9a5f0cb5b639 - stable/14 - zfs: merge openzfs/zfs@256659204 (zfs-2.2-release) into stable/14
101. May 3 Colin Percival git: 3a8e15354ec5 - stable/14 - Enable kernel reproducible builds on stable branch 102. May 3 Colin Percival git: 25c2d762af7a - releng/14.1 - Enable kernel reproducible builds on stable branch 103. May 3 Martin Matuska git: 7e10c2d27a53 - stable/14 - zfs: unbreak aarch64 build with non-gcc compilers 104. May 4 Martin Matuska git: ffd190f2236d - stable/13 - libarchive: Remove MIPS build glue. 105. May 4 Martin Matuska git: 9377240725d2 - stable/13 - libarchive: Request the OpenSSL 1.1 API 106. May 4 Martin Matuska git: d2291dbb3ccb - stable/13 - libarchive: Avoid a build failure with OpenSSL 3.0 107. May 4 Martin Matuska git: cd09ca5e71a5 - stable/13 - libarchive: merge from vendor branch 108. May 4 Martin Matuska git: 2cb0ab6bc177 - stable/13 - libarchive: merge from vendor branch 109. May 4 Martin Matuska git: 0db84579ce20 - stable/13 - libarchive: merge from vendor branch 110. May 4 Martin Matuska git: db2cc817faf9 - stable/13 - libarchive: merge from vendor branch 111. May 4 Martin Matuska git: 277283585540 - stable/13 - unzip: swtich to bsdunzip from libarchive 112. May 4 Martin Matuska git: aa2aad0492d8 - stable/13 - libarchive: merge from vendor branch 113. May 4 Martin Matuska git: 3a77c21a25e1 - stable/13 - libarchive: merge from vendor branch 114. May 4 Martin Matuska git: 43a6a8b07758 - stable/13 - libarchive: add two missing package files to libarchive tests 115. May 4 Martin Matuska git: c923dda75a23 - stable/13 - libarchive: merge bugfixes from vendor branch 116. May 4 Martin Matuska git: 4217cc09bdbd - stable/13 - libarchive: fix null format string error in tests (unbreaks gcc13 build) 117. May 4 Mateusz Piotrowski git: c32f8e613e57 - stable/14 - Document that gettimeofday() is obsolescent 118. May 4 Mateusz Piotrowski git: ba13e6546d8b - stable/14 - gettimeofday.2: Do mention improbable future removal 119. May 4 Mateusz Piotrowski git: f7659ab23590 - stable/13 - Document that gettimeofday() is obsolescent 120. May 4 Mateusz Piotrowski git: 64f6c5fd9bea - stable/13 - gettimeofday.2: Do mention improbable future removal
121. May 4 Mateusz Piotrowski git: 1d28a8566f33 - stable/14 - style.9: Document the existence of tools/build/checkstyle9.pl 122. May 4 Mateusz Piotrowski git: cecda19fd6bf - stable/13 - style.9: Document the existence of tools/build/checkstyle9.pl 123. May 4 Mateusz Piotrowski git: 7de39f926cd0 - stable/14 - vmm.4: Add verbiage about need to load module from loader.conf 124. May 4 Mateusz Piotrowski git: 76f866f0f696 - stable/13 - vmm.4: Add verbiage about need to load module from loader.conf 125. May 5 Richard Scheffenegger git: b7e312c5abad - stable/14 - in_pcb: don't leak credential refcounts on error 126. May 5 Helge Oldach Re: git: cecda19fd6bf - stable/13 - style.9: Document the existence of tools/build/checkstyle9.pl 127. May 5 Sergey A. Osokin git: 22b231a84646 - stable/14 - bsd-family-tree: QCU: ISBN and EAN numbers 128. May 5 Sergey A. Osokin git: 0cff58e34dd6 - stable/14 - bsd-family-tree: add FreeBSD 13.3 129. May 5 Sergey A. Osokin git: 5c060d96b769 - stable/14 - bsd-family-tree: add NetBSD 10.0 130. May 5 Sergey A. Osokin git: 613633c6a0a9 - stable/14 - Add OpenBSD 7.5 to bsd-family-tree


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