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


2025/dev-commits-src-branches/20250623.dev-commits-src-branches

Messages: 79, old messages first
Last page update: Sat Jan 3 13:04:58 2026

home | up | archive | sorted by: subject - author - date - reverse date
  1. Jun 16 Konstantin Belousov        git: b748dd9ab46b - stable/14 - timeout_test.sh: Fix typo
  2. Jun 16 Konstantin Belousov        git: 52b047555dec - stable/14 - bin/timeout: remove unreachable break after usage()
  3. Jun 16 Konstantin Belousov        git: b57a0597fc1a - stable/14 - timeout(1): Improve duration parsing and error messages
  4. Jun 16 Konstantin Belousov        git: a073aed45e9d - stable/14 - timeout(1): fix test after improvement of error messages
  5. Jun 16 Konstantin Belousov        git: d9e4b110fe91 - stable/14 - timeout(1): Use _exit(2) instead of err() in child if exec failed
  6. Jun 16 Konstantin Belousov        git: 6081c375d6e6 - stable/14 - timeout(1): sig_atomic_t variables must also be 'volatile'
  7. Jun 16 Konstantin Belousov        git: 8461d567cfab - stable/14 - timeout(1): Multiple minor tweaks and cleanups
  8. Jun 16 Konstantin Belousov        git: a56833c9f727 - stable/14 - timeout(1): Handle sig_alrm and sig_term together to dedup code
  9. Jun 16 Konstantin Belousov        git: 865510547e24 - stable/14 - timeout(1): Add -f and -p options as per POSIX.1-2024
 10. Jun 16 Konstantin Belousov        git: 48cbc068c88f - stable/14 - timeout(1): Enhance send_sig() and prepare for later updates
 11. Jun 16 Konstantin Belousov        git: e76807eb2360 - stable/14 - timeout(1): Also send SIGCONT because the child may be stopped
 12. Jun 16 Konstantin Belousov        git: e59571c5a789 - stable/14 - timeout(1): Fix the handling of repeated terminating signals
 13. Jun 16 Konstantin Belousov        git: f358b8dc7418 - stable/14 - timeout(1): Improve to show more verbose log messages
 14. Jun 16 Konstantin Belousov        git: 1fe93549714d - stable/14 - timeout(1): Fix the inheritance of signal dispositions
 15. Jun 16 Konstantin Belousov        git: 795153bda6da - stable/14 - timeout(1): Catch all signals and propagate them
 16. Jun 16 Konstantin Belousov        git: de24ba56a663 - stable/14 - timeout(1): Kill self with the same signal that terminated the child
 17. Jun 16 Konstantin Belousov        git: 91dc8fcff090 - stable/14 - timeout(1): Document the reaper implementation and behaivor
 18. Jun 16 Konstantin Belousov        git: 08d43f70eabf - stable/14 - timeout(1): adapt the preserve_status test to the new behaviour
 19. Jun 16 Konstantin Belousov        git: c55fd0184a17 - stable/14 - timeout(1): silence warnings for ESRCH
 20. Jun 16 Konstantin Belousov        git: 1adea6e97f81 - stable/14 - timeout(1): print errno when signalling syscalls failed


21. Jun 16 Konstantin Belousov git: b535341df32c - stable/14 - timeout(1): only start the child command after the parent is fully set up 22. Jun 16 Konstantin Belousov git: 5c2e905a7599 - stable/14 - timeout(1): pass full 32bit error return code from the exited child 23. Jun 16 Konstantin Belousov git: d4922e20a980 - stable/14 - timeout(1) tests: atf_fail requires a reason 24. Jun 16 Olivier Certner git: 27955ed58e19 - stable/14 - mac_do(4): Examples: Fix some descriptions and a typo 25. Jun 16 Olivier Certner git: 9e185ae1d4b5 - stable/14 - mac_do(4): Bump .Dd to reflect latest update 26. Jun 16 Olivier Certner git: bb5a2106555d - stable/14 - config.5: Document CONF_CFLAGS under 'makeoptions' 27. Jun 16 Olivier Certner git: 14fc13501409 - stable/14 - config.5: Bump .Dd to reflect latest update 28. Jun 16 Ahmad Khalifa git: 0e8890a425bc - stable/14 - Add a new sysctl in order to diffrentiate UEFI architectures 29. Jun 17 Ed Maste git: c8c759c23e2e - stable/14 - src.conf.5: Update MALLOC_PRODUCTION diag options 30. Jun 17 Ed Maste git: abd596c4e0ef - stable/14 - release/pkg-stage: Put each package on a separate line 31. Jun 17 Ed Maste git: 2c2edbe9acf7 - stable/14 - elf.5: Document .init_array and .fini_array 32. Jun 17 Ed Maste git: 056cf3be3464 - stable/14 - elf.5: Add description of .ctors and .dtors 33. Jun 17 Ed Maste git: 9425e8051e09 - stable/14 - elf.5: Add NT_FREEBSD_FCTL_LA48 and NT_FREEBSD_FCTL_LA57 34. Jun 18 Bjoern A. Zeeb git: 4e50831dc9af - stable/14 - iwlwifi: add message how to install firmware on FreeBSD 35. Jun 18 Bjoern A. Zeeb git: a22c61e95408 - stable/14 - loader.conf: add LinuxKPI based wireless drivers to module_blacklist 36. Jun 18 Bjoern A. Zeeb git: 97a52002d3de - stable/14 - wlan.4: add rtw89 driver to see also 37. Jun 18 Bjoern A. Zeeb git: 669062384f55 - stable/14 - linuxkpi.4, linuxkpi_wlan.4: add short man pages and connect to build 38. Jun 18 Bjoern A. Zeeb git: ca8d1e4f2d4d - stable/14 - iwlwifi.4: add a note on how to bootstrap firmware files 39. Jun 18 Bjoern A. Zeeb git: 8f56270e2045 - stable/14 - iwlwifi.4/rtw88.4/rtw89.4: adjust note about loading from loader 40. Jun 18 Lexi Winter git: 26f6f7393155 - stable/14 - bridge: fix vlan(4) on a bridge member
41. Jun 18 Rick Macklem git: a2408c4e976a - stable/14 - nfsd: Fix accumulating nfslockfile structures 42. Jun 18 Rick Macklem git: ca5be69fb96d - stable/14 - nfsd: Fix the build for 1749465947a8 43. Jun 19 Ed Maste git: e3fd26a3d71b - stable/13 - bsdinstall: Fix grammatical issues. 44. Jun 19 Gleb Smirnoff git: 8d98d889e1fc - stable/14 - libc/getaddrinfo(2): return EAI_AGAIN on nameserver timeout 45. Jun 19 Gleb Smirnoff git: 421d49371d33 - stable/14 - mount_nfs: make temporary DNS failure non-fatal with background mode 46. Jun 19 Ed Maste git: 47552b548d5a - stable/14 - usbhid.4: Add cross-references to "other USB HID drivers" 47. Jun 19 Martin Matuska git: 6dad4525a291 - stable/14 - libarchive: merge from vendor branch 48. Jun 19 Martin Matuska git: bcaefdc4267a - stable/14 - libarchive: fix duplicate entry in tests Makefile 49. Jun 19 Martin Matuska git: 9a20657ac79d - stable/14 - libarchive/test: fix build when memcpy() is a macro 50. Jun 20 Mark Johnston git: 2060337c0937 - stable/14 - file: Qualify pointers to capsicum rights as const 51. Jun 20 Mark Johnston git: 1225d1a7c948 - stable/14 - capsicum: Statically initialize commonly used capability rights 52. Jun 20 Mark Johnston git: 4e8531ec2633 - stable/14 - gve: Use load-acquire to fetch generation bits 53. Jun 20 Mark Johnston git: f7a5aab53f26 - stable/14 - gve: Add callout to detect and handle TX timeouts 54. Jun 20 Mark Johnston git: 1e3b1b09c3b3 - stable/14 - makefs: Make sure that directory entry order is consistent 55. Jun 20 Mark Johnston git: 4b3ee88ea7f8 - stable/14 - makefs: Use gmtime() instead of localtime for timestamps 56. Jun 20 Mark Johnston git: 18dac500d86f - stable/14 - e1000: Initialize helper variables in em_newitr() 57. Jun 20 Mark Johnston git: 0700107b4b7c - stable/14 - dtrace: Add compiler barriers around updates to per-CPU flags 58. Jun 20 Mark Johnston git: f3ac4f027b26 - stable/14 - dtrace/profile: Stop storing the probe name in struct profile_probe 59. Jun 20 Mark Johnston git: d22903d79b48 - stable/14 - namei: Fix cn_flags width in various places 60. Jun 20 Mark Johnston git: 35e91b0447f1 - stable/14 - e1000: Fix some issues in em_newitr()
61. Jun 20 Mark Johnston git: 7fcba358114b - stable/14 - igc: Initialize helper variables in igc_neweitr() 62. Jun 20 Mark Johnston git: 021eb07a8b28 - stable/14 - igc: Fix some issues in igc_neweitr() 63. Jun 20 Mark Johnston git: 0d698e74fb6b - stable/14 - devfs: Set eofflag in devfs_readdir() 64. Jun 20 Mark Johnston git: f3ab96aeb509 - stable/14 - gve: Fix timestamp invalidation for DQO queue formats 65. Jun 20 Mark Johnston git: 5c78efa63b44 - stable/14 - qat: fix typos and formatting issues 66. Jun 20 Mark Johnston git: b089e3135685 - stable/14 - dtrace tests: Fix nits in some test programs 67. Jun 20 Mark Johnston git: 82172ed4c98c - stable/14 - qat: add disable safe dc mode for QAT SPR devices 68. Jun 20 Mark Johnston git: 8de50b4e29ef - stable/14 - qat: update 4xxx capabilities handling 69. Jun 20 Mark Johnston git: 84af3e5b2f67 - stable/14 - qat: move debugfs handling to separate file 70. Jun 20 Mark Johnston git: ef712e91a866 - stable/14 - qat: restrict sysctl access to privileged users 71. Jun 20 Mark Johnston git: 9c5211114872 - stable/14 - qat: reimplement cpaCyGetXXXInstances as a wrapper 72. Jun 20 Mark Johnston git: cabd847e400f - stable/14 - qat: driver updates to improve code and fix bugs 73. Jun 20 Mark Johnston git: a66d631a385e - stable/14 - qat: refactor error handling and add mutex locks 74. Jun 20 Mark Johnston git: ef360183df81 - stable/14 - qat: update API files to use SPDX identifier 75. Jun 20 Lexi Winter git: 610a0ffabae6 - stable/13 - zfsboot: fix misuse of the phrase zpool 76. Jun 20 Martin Matuska git: f47afeb2ce1e - stable/13 - libarchive: merge from vendor branch 77. Jun 20 Martin Matuska git: 0106e5d72533 - stable/13 - libarchive/test: fix build when memcpy() is a macro 78. Jun 21 Martin Matuska git: 6abe6a8a0d54 - stable/14 - zfs: merge openzfs/zfs@3e4a3e161 (zfs-2.2-release) into stable/14 79. Jun 22 Kevin Bowling git: 33f65f12eba1 - stable/14 - bnxt: Fix BASE-T, 40G AOC, 1G-CX, autoneg and unknown media lists

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