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


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

Messages: 88, old messages first
Last update: Mon Mar 10 0:07:08 2025

home | archive sorted by: subject | author | date | reverse date
  1. Mar  3 Ravi Pokala                git: 916476b149a3 - stable/14 - if_infininband: Support BPF write for broadcast frames
  2. Mar  3 Kevin Lo                   git: 42ba6765c932 - stable/13 - ixgbe: Fix a logic error in ixgbe_read_mailbox_vf()
  3. Mar  3 Rick Macklem               git: 9f5457996e00 - stable/14 - nfscl: Move delegation high water variables into clientID
  4. Mar  3 Rick Macklem               git: b27900b8d9db - stable/14 - nfscl: Move layout high water variables into clientID
  5. Mar  3 Jose Luis Duran            git: 8f652eb792ba - stable/14 - stand: Fix brand positioning on framebuffer console
  6. Mar  3 Zhenlei Huang              git: 588838aa2484 - stable/14 - libkern: strdup.c, strndup.c: Prefer memcpy() over bcopy()
  7. Mar  3 Ed Maste                   git: 7bcd307814d8 - stable/14 - Cirrus-CI: Bump image to (supported) 13.4
  8. Mar  3 Ed Maste                   git: 206ed99650cf - stable/13 - Cirrus-CI: Bump image to (supported) 13.4
  9. Mar  3 John Baldwin               git: 8e8058b7373b - stable/14 - kqueue.2: Editorial pass
 10. Mar  3 John Baldwin               git: f31e3922bd84 - stable/14 - open.2: Editorial pass
 11. Mar  3 John Baldwin               git: 6ed9a9237d63 - stable/14 - nv.9: Editorial pass
 12. Mar  3 John Baldwin               git: a088781bc36d - stable/14 - nv.9: Add a new subsection documenting kernel-specific behavior
 13. Mar  3 John Baldwin               git: dab1feb75e3d - stable/14 - cpu_machdep.9: New manpage describing the semantics of several cpu_*
 14. Mar  3 John Baldwin               git: 0cfebe47d9e3 - stable/14 - mi_switch.9: Remove cpu_switch, cpu_throw
 15. Mar  3 John Baldwin               git: 939bcd2c20b4 - stable/14 - cpu_set_upcall / linux_clone_thread: Remove calls to cpu_thread_clean
 16. Mar  3 John Baldwin               git: f1ef0525f34d - stable/14 - DEVICE_IDENTIFY.9: Modernize description and use cases
 17. Mar  3 John Baldwin               git: 3c6989af4bfc - stable/14 - BUS_CHILD_DETACHED.9: This is also called if DEVICE_ATTACH fails
 18. Mar  3 John Baldwin               git: 0960dc0d5bf4 - stable/14 - BUS_HINTED_CHILD.9: New manpage to document this bus method
 19. Mar  3 John Baldwin               git: 4be4d213f065 - stable/14 - bus_generic_print_child.9: Add bus_print_child_{header,footer}
 20. Mar  3 John Baldwin               git: 858f3ef5a0cb - stable/14 - device_probe_and_attach.9: Document more device functions


21. Mar 3 John Baldwin git: 7e58d899fd93 - stable/14 - BUS_CONFIG_INTR.9: Describe bus_config_intr() wrapper function 22. Mar 3 John Baldwin git: df124faf6656 - stable/14 - bus_generic_print_child.9: Document bus_print_domain 23. Mar 3 John Baldwin git: d2c8377a80ad - stable/14 - device_delete_child.9: Reference device_detach.9 and BUS_CHILD_DELETED.9 24. Mar 4 Rick Macklem git: 6ff42c4fafb7 - stable/14 - nfscl: Add support for CB_RECALL_ANY to the NFSv4.1/4.2 client 25. Mar 4 Konstantin Belousov git: 69b6dc0b920b - stable/14 - libc/gen: split user-visible opendir()-like functions into separate source files 26. Mar 4 Konstantin Belousov git: 9460df357344 - stable/14 - fts(3): be less strict when automount does its job under us walking autofs mount 27. Mar 4 Konstantin Belousov git: 2d1b1c1aaa68 - stable/14 - libc/gen/fts.c: fix assignment 28. Mar 4 Doug Rabson git: f60149306ccf - stable/14 - release: build OCI images with shell scripts 29. Mar 4 Mitchell Horne git: d09ec2eeb0d8 - stable/14 - armada38x: implement gateclk clkdev methods 30. Mar 4 Christos Margiolis git: 8233ccc3bcee - stable/14 - sound: Do not fail from vchan_destroy() if children list is empty 31. Mar 4 Christos Margiolis git: a86dfa429690 - stable/14 - sound: Do not return an error from chn_notify() if the children list is empty 32. Mar 4 Christos Margiolis git: 8be87b77e419 - stable/14 - sound: Initialize channels with sane default rate and format 33. Mar 4 Christos Margiolis git: 5fc710ae2d78 - stable/14 - sound: Call vchan_destroy() on vchan_create() failure 34. Mar 4 Christos Margiolis git: a8fc61770121 - stable/14 - sound: Report actual vchanrate and vchanformat in sysctl 35. Mar 4 Christos Margiolis git: 960ee8094913 - stable/14 - sound: Allocate vchans on-demand 36. Mar 4 Christos Margiolis git: 58e17fd3c455 - stable/14 - sound: Cache vchanmode 37. Mar 4 Christos Margiolis git: 905ae2bc6a27 - stable/14 - sound: Handle multiple primary channel cases in vchan sysctls 38. Mar 4 Christos Margiolis git: 9091f61d2f2c - stable/14 - sound: Get rid of redundant variables in chn_setspeed() and chn_setformat() 39. Mar 4 Christos Margiolis git: 5dc0c867c8ca - stable/14 - sound: Remove SNDBUF_LOCKASSERT() 40. Mar 4 Christos Margiolis git: 21e0d2aa35bf - stable/14 - sound: Return if the new speed/format is the same as the current one
41. Mar 4 Christos Margiolis git: 127a39c54c2b - stable/14 - sound: Update comment and channel insertion in vchan_create() 42. Mar 4 Christos Margiolis git: cd4615c223b3 - stable/14 - sound: Simplify locking during device creation 43. Mar 4 Christos Margiolis git: 858504a1d89f - stable/14 - sound: Call chn_kill() in chn_init() failure 44. Mar 4 Christos Margiolis git: bd9a9c001951 - stable/14 - snd_uaudio: Remove undefined functions 45. Mar 4 Christos Margiolis git: 0a309ec1b802 - stable/14 - snd_uaudio.4: Move non-uaudio-specific BUGS paragraph to pcm.4 46. Mar 4 Christos Margiolis git: 311b84540e73 - stable/14 - mixer(3): Do not skip devices with no volume control 47. Mar 4 Christos Margiolis git: 8278fd982926 - stable/14 - RELNOTES: Add 960ee8094913 note 48. Mar 4 Ed Maste git: e4bcef6daba7 - stable/14 - makefs: Make cd9660 Rock Ridge inodes reproducible 49. Mar 4 Igor Ostapenko git: 9383629ffc92 - stable/14 - kyua: Support require.diskspace ATF metadata 50. Mar 5 Konstantin Belousov git: 8ebb0781f536 - stable/14 - acpidump: do not use pointer arithmetic to check for overflow 51. Mar 5 Rick Macklem git: 057409d0259f - stable/14 - nfscl: Return appropriate reply status for NFSv4.1 callbacks 52. Mar 6 Baptiste Daroussin git: 7be3ea2e6470 - stable/14 - pkg: clean support for repositories 53. Mar 6 Baptiste Daroussin git: c7c3f8dbcfae - stable/14 - pkg: make sure the repositories have at least an url 54. Mar 6 Baptiste Daroussin git: 2b8f8ede6e6b - stable/14 - pkg(7): support configuration overwrite like pkg(8) 55. Mar 6 Baptiste Daroussin git: 0bd3f757f9cf - stable/14 - pkg(7): expand VERSION_MAJOR, VERSION_MINOR, RELEASE and OSNAME 56. Mar 6 Alexander Ziaee git: 79838a8d7e4a - stable/14 - stf.4: Remove spurious word 57. Mar 6 Alexander Ziaee git: 0ba8e7f6064f - stable/14 - ports.7/history: Don't forget macOS! 58. Mar 7 Colin Percival git: 882b9f3f2218 - releng/13.5 - Update in preparation for 13.5-RELEASE 59. Mar 7 Colin Percival git: 6cab10b07f3f - Create tag release/13.5.0 60. Mar 7 Cy Schubert git: 23ad1f4bb737 - stable/14 - var_run: Clean up style
61. Mar 7 Cy Schubert git: 8f7be9c63c10 - stable/14 - ipf: Correct ippool.5 man page 62. Mar 7 Cy Schubert git: 2fae556f6a8b - stable/13 - var_run: Clean up style 63. Mar 7 Cy Schubert git: d2011755f36c - stable/13 - ipf: Correct ippool.5 man page 64. Mar 7 Zhenlei Huang git: 1b2715c0581e - stable/14 - netinet: Make in_localaddr() return bool 65. Mar 7 Zhenlei Huang git: 841c38b5a028 - stable/14 - netinet: Make in_ifhasaddr() return bool 66. Mar 7 Zhenlei Huang git: 9406d7e32da7 - stable/14 - netinet: Do not forward or ICMP response to INADDR_ANY 67. Mar 7 Zhenlei Huang git: 70831490663b - stable/14 - netinet: Make in_canforward() return bool 68. Mar 7 Konstantin Belousov git: 3416ed9d077f - stable/14 - open.2: add separate paragraph for O_CREAT 69. Mar 7 Konstantin Belousov git: 0f78d6433410 - stable/14 - open.2: minor editing 70. Mar 7 Andrey V. Elsukov git: 836c8dad4544 - stable/14 - routing: set net.route.multipath=0 when kernel doesn't have ROUTE_MPATH 71. Mar 7 Andrey V. Elsukov git: 699ed29c4fd8 - stable/13 - routing: set net.route.multipath=0 when kernel doesn't have ROUTE_MPATH 72. Mar 7 Ed Maste git: d2e7a078ba6e - stable/14 - ssh: Remove reference to now-upstreamed patch 73. Mar 8 Mark Johnston git: 9d4823824d40 - stable/14 - gve: Disallow MTUs within a problematic range 74. Mar 8 Mark Johnston git: 65f5027e38eb - stable/14 - gve: Fix memory leak during reset 75. Mar 8 Mark Johnston git: 28ba212a95f2 - stable/14 - gve: Do minor cleanup and bump version 76. Mar 8 Mark Johnston git: 875ec35c0661 - stable/14 - gve: Fix qpl_buf_head being initialized improperly 77. Mar 8 Mark Johnston git: 0599d2a1c599 - stable/14 - limits tests: Try to fix spurious cputime test failures 78. Mar 8 Mark Johnston git: 14d4c1845d1b - stable/14 - queue: Add atomic variants for *_EMPTY 79. Mar 8 Mark Johnston git: ffb4d077710a - stable/14 - ktr: Use STAILQ_EMPTY_ATOMIC when checking for records in ktr_drain() 80. Mar 8 Mark Johnston git: c813157a1541 - stable/14 - umtx: Add a helper for unlocked umtxq_busy() calls
81. Mar 8 Mark Johnston git: 7309434b1508 - stable/14 - dtrace: fix signature mismatch for taskqueue callbacks 82. Mar 8 Mark Johnston git: bec64e75a5a8 - stable/14 - bhyve: Avoid holding /dev/pci open unnecessarily 83. Mar 8 Mark Johnston git: 0ce82e9346a4 - stable/14 - umtx: Fix a bug in do_lock_pp() 84. Mar 9 Konstantin Belousov git: 21c2ba96815c - stable/14 - amdiommu: add register definitions from IOMMU spec 48882 rev. 3.10 85. Mar 9 Konstantin Belousov git: 43dc3a820993 - stable/14 - amdiommu: fix typo in the bit description 86. Mar 9 Jamie Gritton git: 0d6ed98ef318 - stable/14 - MFC jail: add jexec -d, to specify a working directory 87. Mar 9 Vladimir Kondratyev git: f05f6d93732e - stable/14 - acpi_gpiobus: assume GPIO_PIN_INPUT for interrupt pins 88. Mar 9 Vladimir Kondratyev git: e7d1f208fde8 - stable/14 - gpioaei: Add support for ACPI _EVT method


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