dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
December 2024 Archives by date
- Sun, 01 Dec 2024
- git: 7589f9bb7555 - stable/14 - hwpmc: Restore line lost in previous commit Alexander Motin
- git: 09cfc202bc05 - stable/14 - btx: Align the PXE prompt with other options John Baldwin
- git: 1a264ff0cca7 - stable/14 - tcp_output: Clear FIN if tcp_m_copym truncates output length John Baldwin
- git: bce5607513fa - stable/14 - device_delete_child: Update comments John Baldwin
- git: c7ec1fadb52d - stable/14 - device_attach: Invoke BUS_CHILD_DETACHED if an attach routine fails John Baldwin
- git: 4e3ad581b5dc - stable/14 - bus_generic_detach: Remove redundant check John Baldwin
- git: 09a4700fecb1 - stable/14 - devinfo: Output device description in verbose mode John Baldwin
- git: 6e1d5e32a2f6 - stable/14 - cpufreq: Use a real device_probe routine John Baldwin
- git: 47158359cbc1 - stable/14 - legacy cpu: Add proper device_probe and device_attach routines John Baldwin
- git: 081207e22c17 - stable/14 - Use bus_delayed_attach_children instead of its inline implementation John Baldwin
- git: 159756c6add9 - stable/14 - ctl_report_supported_opcodes: Rename invalid label to invalid_options John Baldwin
- git: 9a2a95eaa6b9 - stable/14 - ctl_report_supported_opcodes: Handle invalid requested service action John Baldwin
- git: b8b100db9fcb - stable/14 - csa: Use pci_find_device to simplify clkrun_hack John Baldwin
- git: 1f398acbc991 - stable/14 - fixup_pci: Remove unused attach DEVMETHOD John Baldwin
- git: 82ee73e713c4 - stable/14 - ignore_pci: Add a proper stub attach routine John Baldwin
- git: e09c819e6a4c - stable/14 - vf_i2c: Don't hold a mutex across bus_generic_detach John Baldwin
- git: 02905fab22a3 - stable/14 - nvdimm: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 8f1c955292f6 - stable/14 - msk/sk: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: bfe10b7712a5 - stable/14 - superio: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 047c1f1b08e7 - stable/14 - isa: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 9daf43bd4586 - stable/14 - gpiobus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: af26e45173a1 - stable/14 - iicbus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 69cfc0c25d13 - stable/14 - miibus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 87bb96bb4788 - stable/14 - smbus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 35c71ac2b6d5 - stable/14 - spibus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: f5641a80b7fd - stable/14 - x86: Remove invalid DEVMETHOD methods for leaf devices John Baldwin
- git: fa95268aeb8a - stable/14 - Remove bogus detach routines John Baldwin
- git: 4380cca46dd9 - stable/14 - riscv: Add implementations of atomic_testand(set|clear)_(32|64|long) John Baldwin
- git: 994b7127f670 - stable/14 - arm: Implement atomic_testandset_acq_long as a simple wrapper John Baldwin
- git: f72d503330a4 - stable/14 - atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set) John Baldwin
- git: 40319a5e589c - stable/14 - atomic.9: Document atomic_testand*_64 and atomic_testandset_acq_long John Baldwin
- git: 72b4bd2df77c - stable/14 - arm: add missing atomic-pointer functions John Baldwin
- git: b291c7168a78 - stable/14 - atomic(9): Implement atomic_testand(clear|set)_ptr John Baldwin
- git: 44eaee18f808 - stable/14 - vga_pci: Use bus_generic_* directly instead of wrappers John Baldwin
- git: d53146682254 - stable/14 - new-bus: Fix some shortcomings in disabling devices via hints John Baldwin
- git: 4ec46a286b26 - stable/14 - find: Correct ls(1) equivalent command for -ls primary John Baldwin
- git: a845238dd609 - stable/13 - btx: Align the PXE prompt with other options John Baldwin
- git: 05d81feb50d4 - stable/13 - tcp_output: Clear FIN if tcp_m_copym truncates output length John Baldwin
- git: 664491911597 - stable/13 - device_delete_child: Update comments John Baldwin
- git: 304744faa13b - stable/13 - device_attach: Invoke BUS_CHILD_DETACHED if an attach routine fails John Baldwin
- git: a52372fc472a - stable/13 - bus_generic_detach: Remove redundant check John Baldwin
- git: 7a230f2fc16d - stable/13 - devinfo: Output device description in verbose mode John Baldwin
- git: 191ed65ad2ce - stable/13 - cpufreq: Use a real device_probe routine John Baldwin
- git: 165e8ecbea01 - stable/13 - legacy cpu: Add proper device_probe and device_attach routines John Baldwin
- git: 3e50ccca4cb2 - stable/13 - Use bus_delayed_attach_children instead of its inline implementation John Baldwin
- git: c93b892f71cf - stable/13 - ctl_report_supported_opcodes: Rename invalid label to invalid_options John Baldwin
- git: 1ea0d07628d3 - stable/13 - ctl_report_supported_opcodes: Handle invalid requested service action John Baldwin
- git: 11592af90f0d - stable/13 - csa: Use pci_find_device to simplify clkrun_hack John Baldwin
- git: 3cc3bfe4ea98 - stable/13 - fixup_pci: Remove unused attach DEVMETHOD John Baldwin
- git: 12f6518570b8 - stable/13 - ignore_pci: Add a proper stub attach routine John Baldwin
- git: 2aeba8972f03 - stable/13 - nvdimm: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 190b7cd16067 - stable/13 - ow: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 2e8eefcf3b31 - stable/13 - msk/sk: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 8973edf29b3d - stable/13 - superio: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: b669f1b35c79 - stable/13 - isa: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: dd47685dbdc8 - stable/13 - gpiobus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: de7568362a93 - stable/13 - iicbus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 7f77a2883ffb - stable/13 - miibus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: a6586a518bc2 - stable/13 - smbus: Use a bus_child_deleted method to free ivars for children John Baldwin
- git: 1c3c574f8483 - stable/13 - x86: Remove invalid DEVMETHOD methods for leaf devices John Baldwin
- git: fba4ef71b71e - stable/13 - Remove bogus detach routines John Baldwin
- git: 6fa094ed183c - stable/13 - vga_pci: Use bus_generic_* directly instead of wrappers John Baldwin
- git: 9ee1bb61d76a - stable/13 - new-bus: Fix some shortcomings in disabling devices via hints John Baldwin
- git: ac8517f04c0f - stable/13 - find: Correct ls(1) equivalent command for -ls primary John Baldwin
- git: 0eb20fbda7a3 - stable/14 - Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0 Dimitry Andric
- git: d544fe589b6a - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc1-0-ga4902a36d5c2 Dimitry Andric
- git: 3d31a1d8cdfd - stable/14 - Tentatively apply https://github.com/llvm/llvm-project/pull/101403 Dimitry Andric
- git: cc1632ed3075 - stable/14 - libcxx simd_utils.h: only enable _LIBCPP_HAS_ALGORITHM_VECTOR_UTILS for clang >= 15, since older versions do not support the required builtins. Dimitry Andric
- git: 5ace2b9e19cd - stable/14 - libcxx atomic_ref.h: add typename keyword for difference_type declarations, otherwise older clang versions cannot compile this header. Dimitry Andric
- git: 983d17bc1d75 - stable/14 - libcxx cstdlib, cwchar: avoid using long long functions if not supported, even for older compilers that do not support the using_if_exists attribute. Dimitry Andric
- git: 70c9d584e490 - stable/14 - libcxx-compat: revert llvmorg-19-init-18063-g561246e90282: Dimitry Andric
- git: df90f45043a8 - stable/14 - libcxx-compat: revert llvmorg-19-init-18062-g4dfa75c663e5: Dimitry Andric
- git: fc4f83b1d007 - stable/14 - libcxx-compat: revert llvmorg-19-init-17853-g578c6191eff7: Dimitry Andric
- git: 26b3990480bd - stable/14 - libcxx-compat: revert llvmorg-19-init-17728-g30cc12cd818d: Dimitry Andric
- git: 16af0e750645 - stable/14 - libcxx-compat: revert llvmorg-19-init-17727-g0eebb48fcfbc: Dimitry Andric
- git: d9a713d3aed2 - stable/14 - libcxx-compat: revert llvmorg-19-init-17473-g69fecaa1a455: Dimitry Andric
- git: 800bd862562c - stable/14 - libcxx-compat: revert llvmorg-19-init-8667-g472b612ccbed: Dimitry Andric
- git: 87d2d3765f94 - stable/14 - libcxx-compat: revert llvmorg-19-init-5639-ga10aa4485e83: Dimitry Andric
- git: ed51394a4910 - stable/14 - libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e: Dimitry Andric
- git: 0b8644b07303 - stable/14 - libcxx-compat: revert llvmorg-19-init-4003-g55357160d0e1: Dimitry Andric
- git: c51597b87e37 - stable/14 - libcxx-compat: don't remove headers that were reintroduced by reverts Dimitry Andric
- git: 463b891cbe62 - stable/14 - libcxx-compat: install headers that were reintroduced by reverts Dimitry Andric
- git: 50bf3a98c316 - stable/14 - libcxx-compat: update libcxx.imp for headers that were reintroduced by reverts Dimitry Andric
- git: bbe070a078a2 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc2-0-gd033ae172d1c Dimitry Andric
- git: 33d8457b6138 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc3-0-g437434df21d8 Dimitry Andric
- git: 67b657ee90c3 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc4-0-g0c641568515a Dimitry Andric
- git: ab462c8c5a53 - stable/14 - Merge commit 6dbdb8430b49 from llvm git (by Nikolas Klauser): Dimitry Andric
- git: 340cad008ec3 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-0-ga4bf6cd7cfb1 Dimitry Andric
- git: 4d2780d6b0a7 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.1-0-gd401987fe349 Dimitry Andric
- git: f61db8646f1f - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.2-0-g7ba7d8e2f7b6 Dimitry Andric
- git: 24f861874c99 - stable/14 - Apply workaround for building llvm-project with WITHOUT_LLVM_ASSERTIONS Dimitry Andric
- git: 86de9cd1f1b5 - stable/14 - Adjust LLVM_ENABLE_ABI_BREAKING_CHECKS depending on NDEBUG Dimitry Andric
- git: 4ec4206356c0 - stable/14 - Fix buildworld with gcc 12 after llvm-19 import Dimitry Andric
- git: 2105db3863ae - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.3-0-gab51eccf88f5 Dimitry Andric
- git: f7fa6bf9e73e - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.4-0-gaadaa00de76e Dimitry Andric
- git: 35d2f335e855 - stable/14 - Bump __FreeBSD_version for llvm 19.1.2 merge Dimitry Andric
- git: fbc266465ed3 - stable/13 - Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0 Dimitry Andric
- git: 03ebe7c3bd5d - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc1-0-ga4902a36d5c2 Dimitry Andric
- git: f32d16872271 - stable/13 - Tentatively apply https://github.com/llvm/llvm-project/pull/101403 Dimitry Andric
- git: 37fd93d0c2df - stable/13 - libcxx simd_utils.h: only enable _LIBCPP_HAS_ALGORITHM_VECTOR_UTILS for clang >= 15, since older versions do not support the required builtins. Dimitry Andric
- git: 6a42a876ddcf - stable/13 - libcxx atomic_ref.h: add typename keyword for difference_type declarations, otherwise older clang versions cannot compile this header. Dimitry Andric
- git: 1a8adfae6409 - stable/13 - libcxx cstdlib, cwchar: avoid using long long functions if not supported, even for older compilers that do not support the using_if_exists attribute. Dimitry Andric
- git: cd0dbb0458c9 - stable/13 - libcxx-compat: revert llvmorg-19-init-18063-g561246e90282: Dimitry Andric
- git: b7cf9cba27f3 - stable/13 - libcxx-compat: revert llvmorg-19-init-18062-g4dfa75c663e5: Dimitry Andric
- git: 6a3478b85758 - stable/13 - libcxx-compat: revert llvmorg-19-init-17853-g578c6191eff7: Dimitry Andric
- git: a8c253ec6520 - stable/13 - libcxx-compat: revert llvmorg-19-init-17728-g30cc12cd818d: Dimitry Andric
- git: ea1948d2e49c - stable/13 - libcxx-compat: revert llvmorg-19-init-17727-g0eebb48fcfbc: Dimitry Andric
- git: 3cbe40853904 - stable/13 - libcxx-compat: revert llvmorg-19-init-17473-g69fecaa1a455: Dimitry Andric
- git: 46400d102766 - stable/13 - libcxx-compat: revert llvmorg-19-init-8667-g472b612ccbed: Dimitry Andric
- git: 816fc3e8b8b7 - stable/13 - libcxx-compat: revert llvmorg-19-init-5639-ga10aa4485e83: Dimitry Andric
- git: 1e188e55f0da - stable/13 - libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e: Dimitry Andric
- git: 718c82d22a1f - stable/13 - libcxx-compat: revert llvmorg-19-init-4003-g55357160d0e1: Dimitry Andric
- git: 3315b7e218b0 - stable/13 - libcxx-compat: don't remove headers that were reintroduced by reverts Dimitry Andric
- git: 320a4f33f713 - stable/13 - libcxx-compat: install headers that were reintroduced by reverts Dimitry Andric
- git: 53f95de8ceca - stable/13 - libcxx-compat: update libcxx.imp for headers that were reintroduced by reverts Dimitry Andric
- git: d7185d58b3d2 - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc2-0-gd033ae172d1c Dimitry Andric
- git: 4f445d28a5eb - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc3-0-g437434df21d8 Dimitry Andric
- git: f4d0b5d11e6b - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc4-0-g0c641568515a Dimitry Andric
- git: 2fed7b083358 - stable/13 - Merge commit 6dbdb8430b49 from llvm git (by Nikolas Klauser): Dimitry Andric
- git: 2510351d465a - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-0-ga4bf6cd7cfb1 Dimitry Andric
- git: d5a0bcbae311 - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.1-0-gd401987fe349 Dimitry Andric
- git: aed18551af0e - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.2-0-g7ba7d8e2f7b6 Dimitry Andric
- git: 22a5f765704b - stable/13 - Apply workaround for building llvm-project with WITHOUT_LLVM_ASSERTIONS Dimitry Andric
- git: 44be5a00bedd - stable/13 - Adjust LLVM_ENABLE_ABI_BREAKING_CHECKS depending on NDEBUG Dimitry Andric
- git: 7954b908bdb1 - stable/13 - Fix buildworld with gcc 12 after llvm-19 import Dimitry Andric
- git: cdbdcbd7a12a - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.3-0-gab51eccf88f5 Dimitry Andric
- git: 5dc061642ece - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.4-0-gaadaa00de76e Dimitry Andric
- git: a58eb6653223 - stable/13 - libzpool: add workaround for MIPS-specific llvm bug compiling arc.c Dimitry Andric
- git: b802ab153dd2 - stable/13 - Bump __FreeBSD_version for llvm 19.1.4 merge Dimitry Andric
- git: 646e1679a312 - stable/14 - ota: Merge 20240623 (bsd-features) from ota 9f971fba471b Warner Losh
- git: 955208d636fc - stable/14 - ota: Merge 20240728 (bsd-feature) from ota 3319c34a8713 Warner Losh
- Mon, 02 Dec 2024
- git: 8e9f1e10c624 - stable/14 - amd64 pmap: assert and explain why pmap_qremove() is safe WRT supermappings Konstantin Belousov
- git: 7302cdd34994 - stable/14 - amd64: switch pmap_map_io_transient() to use pmap_kenter_attr() Konstantin Belousov
- git: 057da12eeaa6 - stable/14 - kern___realpathat(): do not copyout past end of string Konstantin Belousov
- git: 96b72aa66bc9 - stable/14 - kern___realpathat(): honor uio_seg argument Konstantin Belousov
- git: a731e69eebc3 - stable/14 - ipfw: fix order of memcpy arguments. Andrey V. Elsukov
- git: 628e76a986b9 - stable/14 - ipsec: fix IPv6 over IPv4 tunneling. Andrey V. Elsukov
- git: 447a1e6914fa - stable/13 - ipfw: fix order of memcpy arguments. Andrey V. Elsukov
- git: 2d7d4c66269d - stable/14 - llvm19: permit incremental builds from llvm18 Dimitry Andric
- git: 99b2ab71c5b6 - stable/13 - llvm19: permit incremental builds from llvm18 Dimitry Andric
- git: 957f7a2a58e5 - stable/14 - comsat: Improve use of setuid() Ed Maste
- git: 0e0329c6dbab - stable/14 - ng_parse: disallow negative length for malloc Ed Maste
- Tue, 03 Dec 2024
- git: edb7173b8c99 - stable/14 - amd64: add machine/pte.h Konstantin Belousov
- git: 077cbcaefb25 - stable/14 - amdiommu: Fix device table segment base register offsets Konstantin Belousov
- git: 18172439a303 - stable/14 - amdiommu: use static array for device table base register offsets Konstantin Belousov
- git: ebe9a47c0065 - stable/14 - acpica: rename acpi_parse_pxm() to acpi_pxm_parse() and make it non-static Konstantin Belousov
- git: dc75bb826441 - stable/14 - acpica: add domain ivar Konstantin Belousov
- git: d5adab0e7824 - stable/14 - dmar: set acpi ivar domain on identify() Konstantin Belousov
- git: fb0014d04e84 - stable/14 - stdio(3): correct summary information for fileno(3) Konstantin Belousov
- git: 9fb5c02356b0 - stable/14 - fileno(3): set errno when returning -1 Konstantin Belousov
- git: 468d647a5a10 - stable/14 - mlx5e: Immediately initialize TLS send tags Konstantin Belousov
- git: 5cd87fd6df53 - stable/14 - mlx5e: Use M_WAITOK when allocating TLS tags Konstantin Belousov
- git: 9ff300614ba7 - stable/14 - mlx5e tls: Ensure all allocated tags have a hw context associated Konstantin Belousov
- git: 75cba37ccf90 - stable/14 - mlx5_en: style function prototype Konstantin Belousov
- git: e6bcfb14f27d - stable/14 - mlx5en: fix the sign of mlx5e_tls_st_init() error, convert from Linux to BSD Konstantin Belousov
- git: 7211ab584ecf - stable/14 - mlx5e tls: use non-sleeping malloc flag is it was intended Konstantin Belousov
- git: 2657d38625cf - stable/14 - mlx5en: move runtime capabilities checks into helper functions Konstantin Belousov
- git: f16b81e620c6 - stable/14 - mlx5en: only enable to toggle offload caps if they are supported Konstantin Belousov
- git: 85c50de4db33 - stable/14 - dtrace: Remove an unused typedef Mark Johnston
- git: a5c39c444891 - stable/14 - mii_fdt: Search for the "ethernet-ports" subnode Mark Johnston
- git: d841b67b4747 - stable/14 - vnode: Make the vop_vector reference a pointer to const Mark Johnston
- git: fd3139245639 - stable/14 - kevent: Use designated array indices to initialize the sysfilt_ops table Mark Johnston
- git: da44138dc2ad - stable/14 - unix: Add support for atomically setting the socket mode Mark Johnston
- git: 48155c983c4b - stable/14 - kern: Make fileops and filterops tables const where possible Mark Johnston
- git: edf50670e215 - stable/14 - e1000: Remove old itr sysctl handler Kevin Bowling
- git: a42c3e61504b - stable/13 - e1000: Remove old itr sysctl handler Kevin Bowling
- Wed, 04 Dec 2024
- git: e3a0e41c2285 - stable/14 - ppp.8: Fix typo cuad0 -> cuau0 Jose Luis Duran
- git: ae50b6ba682a - stable/14 - mtree: Fix BSD.tests.dist sorting Jose Luis Duran
- git: ea4863825ee2 - stable/14 - mtree: Add missing entries in BSD.tests.dist Jose Luis Duran
- git: 01f650cb8d03 - stable/14 - sound: Merge ac97 and ac97_patch Christos Margiolis
- git: 03241eb78078 - stable/14 - sound: Remove dead code from pcm/ Christos Margiolis
- git: 732bb2807dc8 - stable/14 - sound: Remove unused code from pcm/g711.h Christos Margiolis
- git: 1b4b19841cbd - stable/14 - sound: Dissolve pcm/intpcm.h Christos Margiolis
- git: 2c17a7d8f65d - stable/14 - sound: Merge pcm/matrix_map.h with pcm/matrix.h Christos Margiolis
- git: 63979e82e54d - stable/14 - sound: Fix mis-sorted CHN_F_BITS line Christos Margiolis
- git: 134a275eea7a - stable/14 - sound: Do not access cv_waiters Christos Margiolis
- git: a7f33b501935 - stable/14 - rc.d/var_run: Add missing $(dirname) Cy Schubert
- git: 63188b9cfc50 - stable/14 - truss: Fix grammar in error messages Cy Schubert
- git: 2904d7309b3d - stable/13 - rc.d/var_run: Add missing $(dirname) Cy Schubert
- git: 546f545a12f9 - stable/13 - truss: Fix grammar in error messages Cy Schubert
- git: 25caac4d4566 - stable/14 - sched_getcpu: Add man page Ed Maste
- git: d2c306da0ef7 - stable/14 - rtwn: Add device ID for TPLink RTL8192CU Ed Maste
- git: bb9678f1ff68 - stable/14 - comsat: Use initgroups and setgid not just setuid Ed Maste
- git: 30bcbf8a2fef - stable/14 - comsat: move uid/gid setting earlier Ed Maste
- Fri, 06 Dec 2024
- git: 1f6936723e10 - stable/14 - ena: Remove \n from sysctl description Zhenlei Huang
- git: 20675c61d139 - stable/14 - Install vmx man page also on arm64 Zhenlei Huang
- git: d460330dfe80 - stable/14 - Install pvscsi man page Zhenlei Huang
- git: 0b80bf9edb19 - stable/14 - udp: Prefer memcpy() over bcopy() Zhenlei Huang
- git: 192b108d4441 - stable/13 - ena: Remove \n from sysctl description Zhenlei Huang
- git: 92bd3b208845 - stable/13 - Install vmx man page also on arm64 Zhenlei Huang
- git: 84d166902af2 - stable/13 - Install pvscsi man page Zhenlei Huang
- git: 804dbdeea266 - stable/14 - devd tests: Fix client_test Mark Johnston
- git: 6f07c8273582 - stable/14 - dtrace/amd64: Make invop providers usable with KMSAN enabled Mark Johnston
- git: b8fa7c986e91 - stable/14 - dtrace: Address KMSAN warnings in dtrace_disx86 Mark Johnston
- git: 1aa509e25288 - stable/14 - dtrace: Avoid excessive pcpu allocations Mark Johnston
- git: b64e34805596 - stable/14 - buf: Add a runningbufclaim() helper Mark Johnston
- git: f2c09b4f321b - stable/14 - cap_rights_is_empty: add MLINK Ed Maste
- git: 61d74539ebdb - stable/14 - cxgbe(4): Update the board names of the T6 OCP cards. Navdeep Parhar
- git: 6ae8e077aee5 - stable/14 - cxgbe(4): Fix the name of the 2 x 10/25 OCP card. Navdeep Parhar
- git: ada9196f3547 - stable/14 - cxgbe/t4_tom: Change stid allocation strategy to be more IPv6 friendly. Navdeep Parhar
- Sat, 07 Dec 2024
- Sun, 08 Dec 2024
- git: 9d1d9fe0a077 - stable/14 - nfs: Add support for the NFSv4.2 mode_umask attribute Rick Macklem
- git: 7a4f370a352f - stable/14 - nfs_commonsubs.c: Make all upper case user domain work Rick Macklem
- git: f6245e432208 - stable/13 - nfs_commonsubs.c: Make all upper case user domain work Rick Macklem
- git: 60799897ea89 - stable/14 - arm: switch the BUSDMA buffers to normal uncached memory Michal Meloun
- git: df890fef1dcf - stable/14 - arm: Fix typo in ldscript.arm. Michal Meloun
- git: c159be9a0a73 - stable/14 - arm: fix symbols around the .ARM.exidx section Michal Meloun
- git: d321b707d6a9 - stable/14 - arm: add read_frequently, read_mostly and exclusive_cache_line sections to linker script. Michal Meloun
- git: 83ad268f7e0e - stable/14 - arm: align data section to the supersection. Michal Meloun
- git: d94ff663b6a6 - stable/14 - arm: Fix VFP state corruption during signal delivery Michal Meloun
- git: b66e0c51005a - stable/13 - arm: Fix typo in ldscript.arm. Michal Meloun
- git: b9d95dc51a21 - stable/13 - arm: fix symbols around the .ARM.exidx section Michal Meloun
- git: a9956e87506f - stable/13 - arm: add read_frequently, read_mostly and exclusive_cache_line sections to linker script. Michal Meloun
- git: abed528a9726 - stable/13 - arm: align data section to the supersection. Michal Meloun
- Mon, 09 Dec 2024
- git: 0ff2b4a85b66 - stable/14 - Improve reliability of stdout tests. Dag-Erling Smørgrav
- git: 210ff8644846 - stable/13 - depend-cleanup: fix after 99b2ab71c5b6 Dimitry Andric
- git: 9266d812eaf4 - stable/14 - depend-cleanup.sh: Fix pretend (-n) mode Jessica Clarke
- git: be778581eb31 - stable/14 - depend-cleanup.sh: Fix overzealous rescue.mk cleanup Jessica Clarke
- git: 3f879ed6eee9 - stable/14 - sys/sys/kernel.h: Various whitespace fixes Zhenlei Huang
- git: f507e664dc9d - stable/13 - sys/sys/kernel.h: Various whitespace fixes Zhenlei Huang
- git: 82fcae46051c - stable/13 - depend-cleanup.sh: Simplify the logic, and clean bootstrap tools. Brooks Davis
- git: 37d2e25a2dc7 - stable/13 - Make sure MACHINE(_ARCH) are exported for depend-cleanup.sh Brooks Davis
- git: 0f00a4c39b65 - stable/13 - depend-cleanup: Add verbose (-v) and pretend/dry-run (-n) flags Brooks Davis
- git: 50291c77306b - stable/13 - depend-cleanup.sh: Generalise lib32 code and avoid duplication Brooks Davis
- git: 91549cf666db - stable/13 - Revert "depend-cleanup: fix after 99b2ab71c5b6" Brooks Davis
- git: 6608a478cddb - stable/13 - depend-cleanup.sh: Extend clean_dep to support a custom regex Brooks Davis
- Tue, 10 Dec 2024
- git: b50851e8ebfa - stable/14 - prison_proc_iterate(): make it work for prison0 Konstantin Belousov
- git: fff3323694f7 - stable/14 - amdiommu: correctly initialize iommu.unit Konstantin Belousov
- git: c4290f346662 - stable/14 - kern: restore signal mask before ast() for pselect/ppoll Kyle Evans
- git: e5e44726d5af - stable/13 - kern: restore signal mask before ast() for pselect/ppoll Kyle Evans
- git: aee794942130 - stable/14 - daemon: truncate the pidfile when we're waiting to restart child Kyle Evans
- git: e310a825c933 - stable/14 - daemon: tests: add a test for missed SIGTERM Kyle Evans
- git: 7ea2874eadf9 - stable/14 - daemon: stop rebuilding the kqueue every restart of the child Kyle Evans
- git: b50d2127d971 - stable/14 - pw: set the user's home directory mode if it existed Kyle Evans
- git: 9aac1584c846 - stable/14 - pw: tests: add a test for -M with a pre-existing home directory Kyle Evans
- git: 067e3791d615 - stable/13 - daemon: truncate the pidfile when we're waiting to restart child Kyle Evans
- git: 57c60ec86246 - stable/13 - daemon: tests: add a test for missed SIGTERM Kyle Evans
- git: 4bb1a558a281 - stable/13 - daemon: stop rebuilding the kqueue every restart of the child Kyle Evans
- git: 1eaaa55f2ba9 - stable/13 - pw: set the user's home directory mode if it existed Kyle Evans
- git: 9d8a178b38ed - stable/13 - pw: tests: add a test for -M with a pre-existing home directory Kyle Evans
- Wed, 11 Dec 2024
- Thu, 12 Dec 2024
- git: a0e2fa50e737 - stable/14 - linux.h: don't redefine lower_32_bits if already defined Martin Matuska
- git: 2ec8b6948070 - stable/14 - zfs: merge openzfs/zfs@e269af1b3 (zfs-2.2-release) into stable/14 Martin Matuska
- Re: git: 2ec8b6948070 - stable/14 - zfs: merge openzfs/zfs@e269af1b3 (zfs-2.2-release) into stable/14 Baptiste Daroussin
- git: 07d147a7fcbf - stable/14 - sh(1): add -l option Baptiste Daroussin
- git: c062d3ec6031 - stable/14 - nuageinit: implement ssh_keys support Baptiste Daroussin
- git: 973a9a36fd56 - stable/13 - sh(1): add -l option Baptiste Daroussin
- git: 6e1b857b89d4 - stable/13 - sh(1): add -l option Baptiste Daroussin
- git: 1e502fc1c421 - stable/13 - sh(1): -l is only valid in cli option not as set -l Baptiste Daroussin
- git: 35a6770dde02 - stable/14 - sh(1): -l is only valid in cli option not as set -l Baptiste Daroussin
- Re: git: 6e1b857b89d4 - stable/13 - sh(1): add -l option Baptiste Daroussin
- Re: git: 2ec8b6948070 - stable/14 - zfs: merge openzfs/zfs@e269af1b3 (zfs-2.2-release) into stable/14 Alexander Motin
- Re: git: 2ec8b6948070 - stable/14 - zfs: merge openzfs/zfs@e269af1b3 (zfs-2.2-release) into stable/14 Baptiste Daroussin
- Re: git: 2ec8b6948070 - stable/14 - zfs: merge openzfs/zfs@e269af1b3 (zfs-2.2-release) into stable/14 Jessica Clarke
- git: 397a3893db1d - stable/14 - depend-cleanup.sh: fix dependency changes from latest OpenZFS import Martin Matuska
- git: cc521bcf790b - stable/13 - mips/malta: Explicitly set AP entry point to _locore Jessica Clarke
- git: 2151a0bec08c - stable/12 - mips/malta: Explicitly set AP entry point to _locore Jessica Clarke
- git: e32b14ef10a7 - stable/13 - mips/malta: Prefer _start over _locore for entry point symbol Jessica Clarke
- git: 0c9b413e1a73 - stable/12 - mips/malta: Prefer _start over _locore for entry point symbol Jessica Clarke
- git: 3e750057fbba - stable/12 - makefs: avoid warning when creating FAT filesystem on existing file Jessica Clarke
- git: 50a53aacc9d3 - stable/12 - Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOS Jessica Clarke
- Fri, 13 Dec 2024
- git: d7bf409a6350 - stable/13 - rtld-elf: Fix for mips with LLD 14+ Jessica Clarke
- git: d4e02f74fe8d - stable/12 - rtld-elf: Fix for mips with LLD 14+ Jessica Clarke
- git: 2bd47ff64577 - stable/14 - dtrace: Add some more annotations for KMSAN Mark Johnston
- git: 8e3c0a69fed2 - stable/14 - livedump: Silence KASAN and KMSAN when livedumping Mark Johnston
- git: fea53bf43f85 - stable/14 - savecore: Add a livedump regression test Mark Johnston
- git: 54974e731f27 - stable/14 - cd9660: Make sure that struct ifid fits in generic filehandle structure Mark Johnston
- git: fe0506ce89b1 - stable/14 - cd9660: Remove some unneeded definitions Mark Johnston
- git: cd597b4bb194 - stable/13 - cd9660: Make sure that struct ifid fits in generic filehandle structure Mark Johnston
- git: 2699315134ab - stable/14 - vmcb.h: fix typo in the comment Konstantin Belousov
- git: c924f6176994 - stable/14 - vmcb.h: fix typo in the comment, try two Konstantin Belousov
- git: 7620bade4c75 - stable/14 - login.conf.5: remove a stray quote Maxim Konovalov
- git: 05150edd1e30 - stable/13 - dpaa2: Fix kernel built with ACPI_DEBUG Dmitry Salychev
- git: 795e9c9b5503 - stable/14 - dpaa2: Fix kernel built with ACPI_DEBUG Dmitry Salychev
- git: f69b6410a632 - stable/14 - depend-cleanup.sh: Extend clean_dep to support a custom regex Brooks Davis
- git: 8176157d69b8 - stable/13 - mips: Extract HWREna configuration and call from APs Jessica Clarke
- git: 9aed7107bbfb - stable/12 - mips: Extract HWREna configuration and call from APs Jessica Clarke
- git: 3e9f61464ee3 - stable/14 - nvi: use memmove to realign buffers Brooks Davis
- git: c71b427bfa9a - stable/14 - nvi: Replace Clang-only __builtin_is_aligned with C code (#124) Brooks Davis
- Sat, 14 Dec 2024
- git: 960665e47f0b - stable/14 - style(9): Remove ancient SCCS tags. Brooks Davis
- git: 866420279949 - stable/14 - style(9): Remove $FreeBSD$ recommendation. Brooks Davis
- git: 2317a685241a - stable/14 - style(9): Note larger divergence than implied Brooks Davis
- git: 76ec0faf1ce7 - stable/14 - style(9): Delete __FBSDID straggler Brooks Davis
- git: ecfe30854204 - stable/14 - style(9): Add comments about branch prediction Brooks Davis
- git: 1ad44b7f0e0d - stable/14 - style: Allow C++ comments Brooks Davis
- git: 9bc9cf4a2ae7 - stable/14 - style(9): deprecate blank lines without local vars Brooks Davis
- git: 642ade0a3d82 - stable/13 - pfctl: clear statistic for specified addresses Kristof Provost
- git: ac92792bbdb2 - stable/14 - pfctl: clear statistic for specified addresses Kristof Provost
- git: 8f944cba503e - stable/14 - Cirrus-CI: Add manual LLVM 19 jobs Ed Maste
- Sun, 15 Dec 2024
- git: 9c6454fe7048 - stable/14 - init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinit Zhenlei Huang
- git: 3021a0bcb042 - stable/14 - init_main: Fix logging of the SYSINIT process Zhenlei Huang
- git: 23c1619970ab - stable/14 - cuse: Use NULL for SYSUNINIT's last arg, which is a pointer type Zhenlei Huang
- git: bca3a925b0bc - stable/14 - routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type Zhenlei Huang
- git: 8293bd628540 - stable/14 - rtsock: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type Zhenlei Huang
- git: 3c3a622a7543 - stable/14 - inpcb: Use NULL for VNET_SYSINIT's last arg, which is a pointer type Zhenlei Huang
- git: 005b6caf268c - stable/14 - netinet: Use NULL for VNET_SYSINIT's last arg, which is a pointer type Zhenlei Huang
- git: f6e0690dc9f2 - stable/13 - init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinit Zhenlei Huang
- git: f9ee60cd21c2 - stable/13 - cuse: Use NULL for SYSUNINIT's last arg, which is a pointer type Zhenlei Huang
- git: 32ce6f3365f7 - stable/13 - routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type Zhenlei Huang
- git: 1a584160e3f4 - stable/13 - rtsock: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type Zhenlei Huang
- git: 4d38c776eb09 - stable/13 - netinet: Use NULL for VNET_SYSINIT's last arg, which is a pointer type Zhenlei Huang
- Mon, 16 Dec 2024
- git: d6b36d1c83fb - stable/14 - newvers: Set explicit git revision length Ed Maste
- git: 6d1d5577ce10 - stable/14 - Makefile.inc1: Require DISTDIR be set for `make distributeworld` Ed Maste
- git: 453f6aa42842 - stable/14 - Cirrus-CI: Switch default job to llvm19-amd64 Ed Maste
- git: 259dcedc4ade - stable/14 - strptime: Fix day-of-week calculation. Dag-Erling Smørgrav
- git: efefeefd4383 - stable/14 - uniq: Correctly document the -D option. Dag-Erling Smørgrav
- git: 48d21d15a8f2 - stable/13 - strptime: Fix day-of-week calculation. Dag-Erling Smørgrav
- git: 3a052d2d36ba - stable/13 - uniq: Correctly document the -D option. Dag-Erling Smørgrav
- git: 3e93a090b5c8 - stable/14 - nanobsd: Add missing options to usage() Jose Luis Duran
- git: 67dd41cdb10d - stable/14 - nanobsd: Fix parallel make Jose Luis Duran
- git: 6df2857eaa53 - stable/14 - nanobsd: Avoid read-only file system warnings Jose Luis Duran
- git: 897c8ff0df39 - stable/14 - nanobsd.8: Chase usage string updates Jose Luis Duran
- git: 4b26b3d2ac9b - stable/14 - nanobsd: Update fill_pkg.sh Jose Luis Duran
- git: 7594f6ce25e2 - stable/14 - nanobsd: Use the real path for NANO_PACKAGE_DIR Jose Luis Duran
- git: 7f50357e0d8b - stable/14 - nanobsd: Fix cust_comconsole search patterns Jose Luis Duran
- git: 8e8ccdf02e14 - stable/14 - nanobsd: Fix typos Jose Luis Duran
- git: e6850fef72de - stable/13 - nanobsd: Add missing options to usage() Jose Luis Duran
- git: 16fc83629869 - stable/13 - nanobsd: Fix parallel make Jose Luis Duran
- git: a641dd41fcaf - stable/13 - nanobsd: Avoid read-only file system warnings Jose Luis Duran
- git: fb6f7d93218f - stable/13 - nanobsd.8: Chase usage string updates Jose Luis Duran
- git: f5613e2d4952 - stable/13 - nanobsd: Update fill_pkg.sh Jose Luis Duran
- git: a7e4493778b0 - stable/13 - nanobsd: Use the real path for NANO_PACKAGE_DIR Jose Luis Duran
- git: 4ace066a9085 - stable/13 - nanobsd: Fix cust_comconsole search patterns Jose Luis Duran
- git: 6b466bbd6134 - stable/13 - nanobsd: Fix typos Jose Luis Duran
- Tue, 17 Dec 2024
- Wed, 18 Dec 2024
- git: 60786eb3fe7f - stable/14 - sockstat: Ensure that there is always a space between columns Mark Johnston
- git: 0c5701ff8fdf - stable/14 - pfkey: Fix some checks in kdebug_sadb() Mark Johnston
- git: 113875f91607 - stable/14 - iflib: Set the NUMA domain in receive packet headers Mark Johnston
- git: 9daf6d641922 - stable/14 - shm: Handle swap pager allocation failures Mark Johnston
- git: 11c7eb30cc9b - stable/13 - pfkey: Fix some checks in kdebug_sadb() Mark Johnston
- git: 705337455f06 - stable/14 - amd iommu: remove unused function Konstantin Belousov
- Fri, 20 Dec 2024
- Sat, 21 Dec 2024
- git: 859e098fd187 - stable/14 - services: fix typo ucp -> udp Dmitry Morozovsky
- git: 15d5f84b1b7c - stable/13 - services: fix typo ucp -> udp Dmitry Morozovsky
- git: a7d56527c2fd - stable/14 - geom: Allow BSD type '!0' partitions Jose Luis Duran
- git: 0520d2ea9dd3 - stable/14 - nanobsd: Remove dependency on bsdlabel Jose Luis Duran
- git: 494120df401b - stable/13 - geom: Allow BSD type '!0' partitions Jose Luis Duran
- git: a63708347d83 - stable/13 - nanobsd: Remove dependency on bsdlabel Jose Luis Duran
- Sun, 22 Dec 2024
- git: 4bbc69192e4f - stable/14 - uhid(4): update ugd_actlen in USB_GET_REPORT ioctl Vladimir Kondratyev
- git: c620dfb037e7 - stable/14 - hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctl Vladimir Kondratyev
- git: 8e62ae9693bd - stable/14 - iwmbtfw(4): Add support for 9260/9560 bluetooth adaptors Vladimir Kondratyev
- git: 624635e2ad29 - stable/14 - iwmbtfw(8): Ignore unexpected HCI events Vladimir Kondratyev
- git: f5b685add059 - stable/14 - ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode. Vladimir Kondratyev
- git: 5ce844d3daa2 - stable/14 - ng_ubt_intel: Allow to attach to 9260 bluetooth adaptors Vladimir Kondratyev
- git: ccfbbe2d8aff - stable/14 - rtlbtfw: Firmware loader for Realtek 87XX/88XX bluetooth USB adaptors Vladimir Kondratyev
- git: e908df969af2 - stable/14 - ng_ubt_intel: Ignore unexpected HCI events Vladimir Kondratyev
- git: 05abe2c9076e - stable/13 - uhid(4): update ugd_actlen in USB_GET_REPORT ioctl Vladimir Kondratyev
- git: ca6cd0e57cca - stable/13 - hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctl Vladimir Kondratyev
- git: 97cf82ebe022 - stable/14 - Revise qsort(3) reflect POSIX.1-2024 update. Xin LI
- git: 679e92405637 - stable/14 - MFC: MFV: xz 5.6.2. Xin LI
- git: edf0691b19b2 - stable/14 - MFC: MFV: xz 5.6.3 Xin LI
- git: aa2f56a6ecd6 - stable/13 - MFC: MFV: xz 5.6.3 Xin LI
- git: 71c92e6b94f0 - stable/14 - MFC: MFV: file 5.46. Xin LI
- git: 90222d7fa4bb - stable/13 - MFC: MFV: file 5.45. Xin LI
- git: 2d54b1f5e5a8 - stable/13 - file_test: Fix file test Xin LI
- git: 0826d4b6c4f1 - stable/13 - (upstream) PR/386: Add newlines for consitency 2 Xin LI
- git: dcb4ac96fcf6 - stable/13 - MFC: MFV: file 5.46. Xin LI
- git: 7fcc9d60956f - stable/14 - MFC: MFV: expat 2.6.3 Xin LI
- git: 8c7e4d11fef6 - stable/14 - MFC: Update the expat version referenced in libbsdxml.3 Xin LI
- git: 78ab4c182b9f - stable/14 - MFC: MFV: expat 2.6.4. Xin LI
- git: bab279022ba2 - stable/13 - MFC: MFV: expat 2.6.3 Xin LI
- git: eab7ed2ec2af - stable/13 - MFC: Update the expat version referenced in libbsdxml.3 Xin LI
- git: 3d46113d2196 - stable/13 - MFC: MFV: expat 2.6.4. Xin LI
- git: 0bb4c188d363 - stable/14 - MFC: MFV: less v668. Xin LI
- git: eed6d080a74f - stable/13 - MFC: MFV: less v668. Xin LI
- git: 538bf98c7c3a - stable/14 - MFC: hexdump: Do not trust st_size if it equals zero. Xin LI
- git: 1c6b4a0f3eb0 - stable/14 - MFC: tail: Do not trust st_size if it equals zero. Xin LI
- git: ff99541a14d7 - stable/13 - MFC: hexdump: Do not trust st_size if it equals zero. Xin LI
- git: 4f20dec1bf17 - stable/13 - MFC: tail: Do not trust st_size if it equals zero. Xin LI
- Mon, 23 Dec 2024
- git: 71656857b308 - stable/14 - isp: Fix use after free in aborts handling Alexander Motin
- git: 1fd197d19221 - stable/14 - isp: Improve task aborts handling Alexander Motin
- git: 36abbfe061df - stable/13 - isp: Fix use after free in aborts handling Alexander Motin
- git: d353c342a12c - stable/13 - isp: Improve task aborts handling Alexander Motin
- git: 0f30121d422d - stable/14 - bsd-family-tree: add FreeBSD 14.2 Sergey A. Osokin
- git: 14f2a08b2b4c - stable/14 - bsd-family-tree: add NetBSD 10.1 Sergey A. Osokin
- git: 57507a240871 - stable/13 - bsd-family-tree: shorter URL for FreeBSD manual pages Sergey A. Osokin
- git: 7a2fc78571c5 - stable/13 - bsd-family-tree: add FreeBSD Documentation Archive Sergey A. Osokin
- git: 5352a50c8003 - stable/13 - bsd-family-tree: add NetBSD 9.4 Sergey A. Osokin
- git: f971735d62ad - stable/13 - bsd-family-tree: shorter URLs Sergey A. Osokin
- git: cd4f81363f68 - stable/13 - bsd-family-tree: fix macOS 11 release date Sergey A. Osokin
- git: 8377ba3eac4e - stable/13 - bsd-family-tree: NetBSD 8.3 added Sergey A. Osokin
- git: 9e3d32b872f8 - stable/13 - bsd-family-tree: FreeBSD 13.4 and OpenBSD 7.6 added Sergey A. Osokin
- git: a4f31ef63a3b - stable/13 - bsd-family-tree: add macOS 15 Sergey A. Osokin
- git: 0a5dea714e94 - stable/13 - bsd-family-tree: add FreeBSD 14.2 Sergey A. Osokin
- git: 37d6a8531bbf - stable/13 - bsd-family-tree: add NetBSD 10.1 Sergey A. Osokin
- git: 2a6c77b343f6 - stable/14 - linuxkpi: Fix a lock leak in lkpi_sta_scan_to_auth() Mark Johnston
- git: ae21b1f88e02 - stable/14 - ipfw.d: Add required dependency declarations Mark Johnston
- git: 5c15d499c23a - stable/14 - Revert "ixl: fix multicast filters handling" Mark Johnston
- git: 673cd5f450e2 - stable/14 - sfxge: defer ether_ifattach to when ifmedia_init is done Kevin Bowling
- git: 6cfff795e5aa - stable/14 - igc.4: Add I226 and other additions to supported list Kevin Bowling
- git: 4c6d5d444b15 - stable/13 - igc.4: Add I226 and other additions to supported list Kevin Bowling
- Tue, 24 Dec 2024
- git: 3fa5d13c5be0 - stable/13 - pfctl: add -T `reset` to touch pfras_tzero only for non-zero entries Kristof Provost
- git: fd8dadbe222a - stable/13 - pf: fix potential NULL dereference in SCTP multihome handling Kristof Provost
- git: 30b9d8a73721 - stable/14 - pfctl: add -T `reset` to touch pfras_tzero only for non-zero entries Kristof Provost
- git: 13ea23ee6eeb - stable/14 - pf: fix potential NULL dereference in SCTP multihome handling Kristof Provost
- Wed, 25 Dec 2024
- Fri, 27 Dec 2024
- git: 57d12ea5c9b0 - stable/14 - nullfs: stop lying about mount flags in statfs(2) Konstantin Belousov
- git: e34dce0f7be4 - stable/14 - pci_user.c: Cosmetic fixes John Baldwin
- git: 4425d92a8044 - stable/14 - socket: Move SO_SPLICE next to other socket option constants John Baldwin
- git: 836ed5bc2b6f - stable/14 - ccr(4): Mention geli(4) and ktls(4) as other consumers John Baldwin
- git: 35135bb0870f - stable/14 - ccr(4): Belatedly bump .Dd for prior commit John Baldwin
- git: 9a15a1fef95e - stable/14 - manuals: Misc macro typos John Baldwin
- git: 66cb373c8fa2 - stable/14 - procctl.2: Editing pass John Baldwin
- git: 334e641d3861 - stable/14 - fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__ John Baldwin
- git: 000823559af9 - stable/14 - find: Re-enable the -acl primary on FreeBSD John Baldwin
- git: 32b7c5e7193a - stable/14 - cd9660: Apply the file and directory mode masks bits to all 12 access bits John Baldwin
- git: 18a9da18ad2c - stable/14 - mount_cd9660.8: Bump .Dd for expanding mode mask bits John Baldwin
- git: 1e87d76855ad - stable/14 - cxgbe tom: Restore support for zerocopy TCP receive for aio_read() John Baldwin
- git: 5403bb70cf34 - stable/14 - timeradd.3: Add missing .Pp after .Ed John Baldwin
- git: a561352557b1 - stable/13 - ccr(4): Mention geli(4) and ktls(4) as other consumers John Baldwin
- git: feb545cb0150 - stable/13 - ccr(4): Belatedly bump .Dd for prior commit John Baldwin
- git: 3aaa2a2694cd - stable/13 - manuals: Fix errors in .2 pages John Baldwin
- git: 0d17ac9c2202 - stable/13 - manuals: Misc macro typos John Baldwin
- git: 269e5e7dcbe4 - stable/13 - procctl.2: Editing pass John Baldwin
- git: 7c4be554f72a - stable/13 - fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__ John Baldwin
- git: 8b82dcb87eba - stable/13 - find: Re-enable the -acl primary on FreeBSD John Baldwin
- git: 9263f0031850 - stable/13 - cd9660: Apply the file and directory mode masks bits to all 12 access bits John Baldwin
- git: 393d567afa18 - stable/13 - timeradd.3: Add missing .Pp after .Ed John Baldwin
- git: a653e8317f5a - stable/14 - ntp: Undo upstream (ntp.org) fix for upstream Bug 3851 Cy Schubert
- git: f904025c5d20 - stable/13 - ntp: Undo upstream (ntp.org) fix for upstream Bug 3851 Cy Schubert
- git: 6c7cef47bdd0 - stable/14 - pf: Set cleared time when zeroing stats for table addresses Kristof Provost
- git: 1d673cc1fd82 - stable/13 - pf: Set cleared time when zeroing stats for table addresses Kristof Provost
- git: 1330ea449802 - stable/13 - MFC: devd.conf(5): explain difference between internal and shell variables Joerg Wunsch
- Sat, 28 Dec 2024
- git: 8ae23694e5d7 - stable/14 - bsd.lib.mk: Capitalize "Building" for libraries Ed Maste
- git: 2d3426eb9e31 - stable/13 - cam: Add doxygen docs to cam_sim_alloc Warner Losh
- git: 3c7f629b3819 - stable/13 - ata_xpt: Rename probe_softc to aprobe_softc Warner Losh
- git: aea9f26d8005 - stable/13 - mpr/mps: when sending reset on removal, include target in message Warner Losh
- git: fce635e02667 - stable/13 - cam_periph: Return ENXIO when peripheral is invalidated Warner Losh
- git: e1deab42d259 - stable/13 - ncal: LT is the country code for Lithuania Warner Losh
- git: dfdcb418d7b8 - stable/13 - Adds support for Purism coreboot keyboards Warner Losh
- git: 9863280ff77c - stable/13 - acpi/apm: Improve APM ioctl interface emulation Warner Losh
- git: 59b6187c570d - stable/13 - loader/menu: tweak for added line Warner Losh
- git: bf0b82f8292d - stable/13 - loader: Use printc instead of print to fit in 24,80 Warner Losh
- git: 65e3190d627f - stable/13 - loader: Fix 0 vs 1 confusion for column numbers Warner Losh
- git: 9184e787ba91 - stable/13 - loader: Use Cyan instead of Blue for some menu items Warner Losh
- git: f6222e8e816c - stable/13 - linux.h: don't redefine lower_32_bits if already defined Warner Losh
- git: 0601bbbea8b3 - stable/13 - acpidump: Move to acpi.rsdp Warner Losh
- git: 32b84f8addf0 - stable/13 - vt.4: document kern.consmute Warner Losh
- git: 6a03eb1f3028 - stable/13 - sh.1: update history + spdx + linter error Warner Losh
- git: 317cf8a1f832 - stable/13 - cu.1: describe better + tag spdx Warner Losh
- git: 1a2d8c4db2ae - stable/13 - nvmecontrol: Fix minor usage typo Warner Losh
- git: 9be96a2158bb - stable/14 - acpi/apm: Improve APM ioctl interface emulation Warner Losh
- git: 6d85340e0cf8 - stable/14 - fwget.8: polish Warner Losh
- git: 7f2d1cac4ea8 - stable/14 - loader/menu: tweak for added line Warner Losh
- git: 3463f0d85a02 - stable/14 - loader/4th: Move from hint.acpi.0.rsdp to acpi.rsdp Warner Losh
- git: 940984f4c1c6 - stable/14 - loader: Use printc instead of print to fit in 24,80 Warner Losh
- git: 28e212c74050 - stable/14 - loader: Fix 0 vs 1 confusion for column numbers Warner Losh
- git: 708c8a926a72 - stable/14 - loader: Use Cyan instead of Blue for some menu items Warner Losh
- git: c2623a73ae0c - stable/14 - acpidump: Move to acpi.rsdp Warner Losh
- git: 840ca63582e4 - stable/14 - vt.4: document kern.consmute Warner Losh
- git: daa4c9fc318a - stable/14 - sh.1: update history + spdx + linter error Warner Losh
- git: e4520bc1e284 - stable/14 - nvmecontrol: Fix minor usage typo Warner Losh
- git: a3ce16174787 - stable/14 - u3g.4: Fall cleaning Warner Losh
- git: 8a0aec92d7b4 - stable/14 - uart.4: describe better + spdx Warner Losh
- Mon, 30 Dec 2024
- git: 7d6ae5874ede - stable/14 - bsdinstall zfsboot: Add an option to edit the ZFS pool creation options Dimitry Andric
- git: 6258b5bf0670 - stable/13 - bsdinstall zfsboot: Add an option to edit the ZFS pool creation options Dimitry Andric
- git: e2bb5f213a72 - stable/13 - pf: fix double free in pf_state_key_attach() Kristof Provost
- git: e0a1a2e47fbf - stable/14 - if_ovpn: improve reconnect handling Kristof Provost
- git: afb7a85e52c3 - stable/14 - makefs: Exit with error if writing cd image fails Ed Maste
- Tue, 31 Dec 2024
- git: 07afd8991219 - stable/14 - arm/qualcomm: Fix a typo in a source code comment Gordon Bergling
- git: 13bd8f011116 - stable/14 - kern: Fix a typo in a source code comment Gordon Bergling
- git: 9be823d76bd2 - stable/14 - isci(4): Fix a typo in a source code comment Gordon Bergling
- git: 228b9b37a8df - stable/13 - sound(4): Fix a typo in a source code comment Gordon Bergling
- git: 7d1482319475 - stable/13 - kern: Fix a typo in a source code comment Gordon Bergling
- git: 420d4927b311 - stable/13 - isci(4): Fix a typo in a source code comment Gordon Bergling
- git: 7700d456bff4 - stable/14 - linprocfs: Properly reset error variable for mtab generation Michael Osipov
- git: 3f00a0678b9d - stable/13 - linprocfs: Properly reset error variable for mtab generation Michael Osipov
- git: 242eb8d4e009 - stable/13 - rc.d/sendmail: Fix error with some configurations Tijl Coosemans
- git: fb3408bb6e5b - stable/14 - rc.d/sendmail: Fix error with some configurations Tijl Coosemans
- Go to: [ monthly archives ] [ by author ] [ by date ]