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


dev-commits-src-branches

Messages: 72, new messages first
Last update: Fri May 17 4:07:55 2024

home | up | archive sorted by: subject | author | date | reverse date
  1. May 17 Zhenlei Huang              git: 1652c9e29f5b - stable/14 - boottrace: Use NULL for SYSINIT's last arg, which is a pointer type
  2. May 16 Kirk McKusick              git: 6b2af2d88ffd - releng/14.1 - Enable soft updates by default for UFS2 filesystems.
  3. May 16 Mitchell Horne             git: 8930e7d8ea4d - releng/14.1 - save-entropy: Add manual page
  4. May 16 Ed Maste                   git: 147c7e4dde23 - releng/14.1 - Increase IOAPIC_MAX_ID to 255 (from 254)
  5. May 16 Kristof Provost            git: b9f6b6685558 - stable/13 - pf: always mark states as unlinked before detaching them
  6. May 16 Kristof Provost            git: e73147fc7ca6 - stable/14 - pf: always mark states as unlinked before detaching them
  7. May 16 Dag-Erling =?utf-8?Q?Sm=C3 git: b45d038b5f7c - releng/14.1 - expand: Fix markup for the `-t` option.
  8. May 16 Kirk McKusick              git: 7465f9fc0646 - stable/14 - Enable soft updates by default for UFS2 filesystems.
  9. May 16 Gordon Bergling            git: 4b62662bcd67 - stable/12 - ipfw: Fix a typo in a source code comment
 10. May 16 Gordon Bergling            git: 0e2681e4d79f - stable/13 - ipfw: Fix a typo in a source code comment
 11. May 16 Gordon Bergling            git: 3e5219458fed - stable/14 - ipfw: Fix a typo in a source code comment
 12. May 16 Zhenlei Huang              Re: git: b827afb9e3a7 - releng/14.1 - Revert "intrng: switch from MAXCPU to mp_ncpus"
 13. May 16 Mike Karels                Re: git: b827afb9e3a7 - releng/14.1 - Revert "intrng: switch from MAXCPU to mp_ncpus"
 14. May 16 Zhenlei Huang              Re: git: b827afb9e3a7 - releng/14.1 - Revert "intrng: switch from MAXCPU to mp_ncpus"
 15. May 15 Dag-Erling =?utf-8?Q?Sm=C3 git: 0a09b741a794 - releng/14.1 - adduser: Additional variable fixes.
 16. May 15 Ed Maste                   git: 18119e711f1c - stable/14 - Increase IOAPIC_MAX_ID to 255 (from 254)
 17. May 15 Mike Karels                git: b827afb9e3a7 - releng/14.1 - Revert "intrng: switch from MAXCPU to mp_ncpus"
 18. May 15 Dag-Erling =?utf-8?Q?Sm=C3 git: db5aefb1cae1 - stable/14 - adduser: Additional variable fixes.
 19. May 15 Dag-Erling =?utf-8?Q?Sm=C3 git: 14a33d7a0016 - stable/13 - adduser: Additional variable fixes.
 20. May 15 Dag-Erling =?utf-8?Q?Sm=C3 git: a4d054aa5cab - stable/13 - expand: Fix markup for the `-t` option.


21. May 15 Dag-Erling =?utf-8?Q?Sm=C3 git: 0d230c89f5b3 - stable/14 - expand: Fix markup for the `-t` option. 22. May 15 Mike Karels git: 3e627553bbd7 - stable/14 - Revert "intrng: switch from MAXCPU to mp_ncpus" 23. May 15 Konstantin Belousov git: 00cf2f3092e4 - stable/14 - vfs_lookup.c: only call ktrcapfail() if KTRACE is enabled 24. May 15 Konstantin Belousov git: 6adfee18effb - stable/14 - sys/namei.h: move NI_CAP_VIOLATION() macro from namei.h to vfs_lookup.c 25. May 14 Colin Percival git: 67f4116a102f - releng/14.1 - release: make dependencies, not recursive make 26. May 14 Colin Percival git: 0db0821fb8d7 - releng/14.1 - release: Rework vm_extra_pre_umount 27. May 14 Colin Percival git: 1653215de8f4 - releng/14.1 - release: Use qemu when cross-building vm images 28. May 14 Marko Zec git: 9ae078121d3f - stable/13 - fib_dxr: set fib_data field in struct dxr_aux early enough 29. May 14 Marko Zec git: 43571fe7c8dc - stable/13 - fib_dxr: s/KASSERT/MPASS/ 30. May 14 Marko Zec git: 354fa04f5ea1 - stable/13 - fib_dxr: KASSERTs for chasing NULL ptr and runaway refcount suspects 31. May 14 Marko Zec git: 40a1183ac774 - stable/13 - fib_dxr: move the bulko of malloc() failure logging into dxr_build() 32. May 14 Marko Zec git: 2b9843e268fa - stable/13 - fib_dxr: update comment. 33. May 14 Marko Zec git: f68ecf5d4fbd - stable/13 - fib_dxr: free() does nothing if arg is NULL, so remove a redundant check. 34. May 14 Marko Zec git: 416679ecabd6 - stable/13 - fib_dxr: log malloc() failures. 35. May 14 Marko Zec git: 0418d7a09037 - stable/14 - fib_dxr: set fib_data field in struct dxr_aux early enough 36. May 14 Marko Zec git: 52075e4cfabc - stable/14 - fib_dxr: KASSERTs for chasing NULL ptr and runaway refcount suspects 37. May 14 Marko Zec git: 1261fc325c3c - stable/14 - fib_dxr: s/KASSERT/MPASS/ 38. May 14 Marko Zec git: e474704b9c49 - stable/14 - fib_dxr: move the bulko of malloc() failure logging into dxr_build() 39. May 14 Marko Zec git: df376a714af6 - stable/14 - fib_dxr: update comment. 40. May 14 Marko Zec git: 64136682ba16 - stable/14 - fib_dxr: free() does nothing if arg is NULL, so remove a redundant check.
41. May 14 Marko Zec git: e9927f4e6129 - stable/14 - fib_dxr: log malloc() failures. 42. May 14 Mike Karels git: 096a438138b5 - releng/14.1 - in6.h: expose s6_addr* definitions to user level 43. May 14 Ed Maste git: ea6caf8bc223 - stable/13 - .github: Update the path used for the homebrew LLVM install on macOS 44. May 14 Ed Maste git: 1346b9ca7167 - stable/13 - ukswitch: fix non-debug build 45. May 14 Ed Maste git: dfac340633bc - stable/13 - ip17x: fix non-debug build 46. May 14 Ed Maste git: f4b6272a26da - stable/14 - .github: Update the path used for the homebrew LLVM install on macOS 47. May 14 Ed Maste git: 412b433cc75b - stable/13 - smsc(4): update to mention Microchip 48. May 14 Ed Maste git: 7309d72e140b - stable/14 - ukswitch: fix non-debug build 49. May 14 Ed Maste git: e9a7be7def4c - stable/14 - ip17x: fix non-debug build 50. May 14 Olivier Certner git: 81ddf56306ca - releng/14.1 - sched: Simplify sched_lend_user_prio_cond() 51. May 14 Olivier Certner git: 9dad96bc6344 - releng/14.1 - PP mutexes: lock: Reduce 'umtx_lock' holding before taking the user lock 52. May 14 Olivier Certner git: 8bd89740cb2b - releng/14.1 - PP mutexes: lock: Check if priority is too high against base one 53. May 14 Olivier Certner git: 21284ecd1e65 - releng/14.1 - PP mutexes: unlock: Reset inherited prio regardless of privileges 54. May 14 Dag-Erling =?utf-8?Q?Sm=C3 git: b6fb1131e64f - stable/13 - cat: Check for lack of success rather than a specific failure. 55. May 14 Dag-Erling =?utf-8?Q?Sm=C3 git: b52cbae3b7f4 - stable/13 - tftpd: Add missing `-S` option to synopsis. 56. May 14 Dag-Erling =?utf-8?Q?Sm=C3 git: 7f97e3f47149 - stable/13 - Add man page for nfslockd. 57. May 14 Dag-Erling =?utf-8?Q?Sm=C3 git: 626ee3cac845 - stable/14 - tftpd: Add missing `-S` option to synopsis. 58. May 13 Colin Percival git: c58d78f4fa99 - stable/14 - New sysctl to disable NOMATCH until devmatch runs 59. May 13 Colin Percival git: e306ad1c194d - stable/14 - release: make dependencies, not recursive make 60. May 13 Colin Percival git: c5342be39c1a - stable/14 - release: Rework vm_extra_pre_umount
61. May 13 Colin Percival git: 166432191c5a - stable/14 - release: Use qemu when cross-building vm images 62. May 13 Mike Karels git: 975e833ff730 - releng/14.1 - lld: work around elftoolchain bug which causes bloated RISCV binaries 63. May 13 Mike Karels git: 8f0bd08e9869 - stable/14 - lld: work around elftoolchain bug which causes bloated RISCV binaries 64. May 13 Kristof Provost git: 75a94658d372 - stable/13 - libpfctl: fix incorrect pcounters array size 65. May 13 Kristof Provost git: 14c2c7913c90 - stable/14 - libpfctl: fix incorrect pcounters array size 66. May 13 Ed Maste git: eca3db908c60 - stable/13 - clock_gettime.2: fix markup 67. May 13 Ed Maste git: c595a834ebbd - stable/13 - clock_gettime.2: Clarify CLOCK_* 68. May 13 Ed Maste git: 3c05a91910d7 - stable/13 - dlopen(3): mention fdlopen for capsicum(4) 69. May 13 Ed Maste git: f2109683ce37 - stable/14 - dlopen(3): mention fdlopen for capsicum(4) 70. May 13 Konstantin Belousov git: ddabe1d3c515 - stable/14 - mlx5en: add diagnostic in one more case of failed eeprom read preparation 71. May 13 Konstantin Belousov git: 9877b9bea5b0 - stable/13 - mlx5en: add diagnostic in one more case of failed eeprom read preparation 72. May 13 Rick Macklem git: 2c65656b29fb - releng/14.1 - nfsd: Fix Link conformance with RFC8881 for delegations


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