dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
April 2025 Archives by date
- Tue, 01 Apr 2025
- git: bcd9c0cfb622 - stable/14 - getentropy tests: Update after commit 473681a1a506da Enji Cooper
- git: 39775a21add6 - stable/14 - tests/netlink: mark a test that requires tun(4) Enji Cooper
- git: b84a505d2eae - stable/13 - m4 tests: Update tests after $FreeBSD$ removal Enji Cooper
- git: 4b98fe9def2d - stable/13 - Fix GoogleTest 1.14.0 import Enji Cooper
- git: 9157372d3e57 - stable/14 - devd: raise the maximum allowed client to 50 Baptiste Daroussin
- git: e683e7e0f887 - stable/14 - usr.bin/Makefile: always build ELF Tool Chain strings(1) Ed Maste
- git: e431b38b0f77 - stable/14 - snd_hda: Patch Framework 16 AMD Christos Margiolis
- git: 3af851edd0b9 - stable/14 - acpica: Extract _OSC parsing to a common file Colin Percival
- git: d3916945e4e1 - stable/14 - pci: Use a switch statement when reading ivars Colin Percival
- git: 506e41a1517e - stable/14 - pci: Make generic_pcie_read_ivar non static Colin Percival
- git: 479872ce9194 - stable/14 - pci_host_generic: Support ACPI_IVAR_HANDLE Colin Percival
- git: 3c9eae3c11da - stable/14 - pci_host_generic:Add pcib_request_feature on ACPI Colin Percival
- git: 355f02cddbf0 - stable/14 - conf: Add acpi_pci.c to the arm64 build Colin Percival
- git: 423362c3d8d6 - stable/14 - pci: Only claim to support PCI ASPM on x86 Colin Percival
- git: a64357f31b7c - stable/14 - acpi_pci: Add quirk for PSTAT_PME-before-detach Colin Percival
- Wed, 02 Apr 2025
- git: 5b6d576d22bc - stable/14 - tests: fix test for NULL encription Andrey V. Elsukov
- git: f8cd0c8e20b0 - stable/13 - tests: fix test for NULL encription Andrey V. Elsukov
- git: 1cbe8781642e - stable/14 - libdtrace: Fix an off-by-one in the priority queue implementation Mark Johnston
- git: 294cda7e4e33 - stable/14 - dtrace/arm64: Fix dtrace_gethrtime() Mark Johnston
- git: 0ae0226cd12a - stable/14 - libdtrace: Fix an off-by-one in CPU ID handling Mark Johnston
- Thu, 03 Apr 2025
- git: bebe2fea1946 - stable/14 - openssh: Request the OpenSSL 1.1 API Jose Luis Duran
- git: 1e84a6ba21fd - stable/14 - ipmi: fix runtime on powerpc64le Piotr Kubaj
- git: c844e848458f - stable/14 - snmp_pf: fix pfInterfacesIfRefsState Kristof Provost
- git: 3410b98ce2c3 - stable/14 - pf tests: add a basic snmp_pf test case Kristof Provost
- git: 7fa5f4995f06 - stable/14 - pf tests: test table information export via snmp_pf Kristof Provost
- git: 861b8faca9e3 - stable/13 - snmp_pf: fix pfInterfacesIfRefsState Kristof Provost
- git: ca1bf31177d2 - stable/13 - pf tests: add a basic snmp_pf test case Kristof Provost
- git: 42aa0d02c281 - stable/13 - pf tests: test table information export via snmp_pf Kristof Provost
- git: 4b4bd20e17e0 - stable/14 - mac_do(4): Enhance GID rule validation to check all groups in cr_groups Olivier Certner
- git: ea3d86ea5774 - stable/14 - MAC/do: Sort header inclusions Olivier Certner
- git: d84014ce3aae - stable/14 - MAC/do: parse_rules(): Copy input string on its own Olivier Certner
- git: 41d1660fcf39 - stable/14 - MAC/do: Rename rule_is_valid() => rule_applies() Olivier Certner
- git: d50dbaf784de - stable/14 - MAC/do: Rename private struct 'mac_do_rule' => 'rules' Olivier Certner
- git: 546477d560ab - stable/14 - MAC/do: Rename internal mac_do_rule_find() => find_rules() Olivier Certner
- git: 75870a3ebc92 - stable/14 - MAC/do: Use prison_lock()/prison_unlock() Olivier Certner
- git: 9b6284bda25a - stable/14 - MAC/do: find_rules(): Clarify the contract Olivier Certner
- git: 862665e3805c - stable/14 - MAC/do: Factor out setting/destroying rule structures Olivier Certner
- git: 72edbeb06172 - stable/14 - MAC/do: Allocate/deallocate rules as a whole Olivier Certner
- git: 750580d15588 - stable/14 - MAC/do: Remove PR_METHOD_REMOVE method Olivier Certner
- git: 4d2b20daf4d4 - stable/14 - MAC/do: sysctl_rules(): Always copy the rules specification string Olivier Certner
- git: 37a72b0ce427 - stable/14 - MAC/do: sysctl_rules(): Set the requesting's thread's jail's rules Olivier Certner
- git: e553ebd516fa - stable/14 - MAC/do: Enable changing 'security.mac.do.rules' from a jail Olivier Certner
- git: ae2ee5470d9d - stable/14 - MAC/do: Remove the 'prison0' special cases in the common paths Olivier Certner
- git: 8d8c3948544c - stable/14 - MAC/do: Move destroy() to a better place Olivier Certner
- git: 6b76b0f95c62 - stable/14 - MAC/do: parse_rule_element(): Fix a panic, harden, simplify Olivier Certner
- git: 9b7e21d9187c - stable/14 - MAC/do: Re-order jail methods more logically, rename Olivier Certner
- git: e014e1fd4b54 - stable/14 - MAC/do: Prefix internal functions used as hooks/callbacks Olivier Certner
- git: 3c77f39d2ae6 - stable/14 - MAC/do: Sysctl knobs/jail parameters under MAC's common nodes Olivier Certner
- git: bd9e3fcaa064 - stable/14 - MAC/do: Fix jail_get() (PR_METHOD_GET) Olivier Certner
- git: 7d536064a027 - stable/14 - MAC/do: jail_check()/jail_set(): Revamp Olivier Certner
- git: 9195f21e0f34 - stable/14 - MAC/do: parse_rule_element(): Style, more clarity Olivier Certner
- git: 75ee4893e87b - stable/14 - MAC/do: parse_rule_element(): Bug in parsing the origin ID Olivier Certner
- git: f89a4b6162a8 - stable/14 - MAC/do: 'struct rule': IDs and types as 'u_int', rename fields Olivier Certner
- git: 8638177eb714 - stable/14 - MAC/do: Better parsing for IDs (strtoui_strict()) Olivier Certner
- git: 8e605d88c2f1 - stable/14 - MAC/do: Ease input/output of ID types Olivier Certner
- git: 1ccf02edc8e5 - stable/14 - MAC/do: Rename private OSD slot by removing 'mac_do_' prefix Olivier Certner
- git: 83ffc412b2e9 - stable/14 - MAC/do: Support multiple users and groups as single rule's targets Olivier Certner
- git: 4450915a9bdc - stable/14 - MAC/do: Output errors when parsing rules Olivier Certner
- git: c1d7552dddb5 - stable/14 - New setcred() system call and associated MAC hooks Olivier Certner
- git: e34dec3f12b6 - stable/14 - UPDATING: Request recompiling MAC modules because of new hooks Olivier Certner
- git: 1780d3f3d1a7 - stable/14 - MAC/do: Introduce rules reference counting Olivier Certner
- git: 986ac13041c8 - stable/14 - MAC/do: Interpret the new rules specification; Monitor setcred() Olivier Certner
- git: 68c46c41a7f8 - stable/14 - mdo(1): Use setcred() to change credentials Olivier Certner
- git: 5e00a28b2f02 - stable/14 - MAC/do: toast_rules(): Minor simplification Olivier Certner
- git: 8bf992d2ebad - stable/14 - MAC/do: parse_rules(): Tolerate blanks around tokens Olivier Certner
- git: 53e73ec9f6c4 - stable/14 - MAC/do: Convert internal TAILQs to STAILQs Olivier Certner
- git: 8f72bcd9fd5d - stable/14 - MAC/do: Apply a rule on real UID/GID instead of effective ones Olivier Certner
- git: ba9aea5dc0e0 - stable/14 - MAC/do: Update copyright Olivier Certner
- git: f9b5d5bf1186 - stable/14 - MAC/do: Fix a compilation warning about an unused function Olivier Certner
- git: e286a0373631 - stable/14 - setcred(2): Add manual page Olivier Certner
- git: f74cd62b5c71 - stable/14 - mac_do(4): Revamp manual page after MAC/do updates Olivier Certner
- git: 3aa59485c449 - stable/14 - mac(4): Mention mac_do(4) Olivier Certner
- git: f034ddd2fa38 - stable/14 - igc(4): Fix attach for I226-K and LMVP devices Eric Joyner
- git: 5ae5f71d505c - stable/13 - igc(4): Fix attach for I226-K and LMVP devices Eric Joyner
- Fri, 04 Apr 2025
- git: 53b2f30f9090 - stable/14 - bhyve: style, add comma to the last line of designated initializer Konstantin Belousov
- git: e754d89bba8c - stable/14 - tcp: fix detection of bad RTOs Michael Tuexen
- git: 1962f9631187 - stable/14 - zfs: enable FPU on powerpc* Piotr Kubaj
- git: 54a94356c90e - stable/14 - zfs: remove inclusion of machine/pcpu.h Piotr Kubaj
- Sat, 05 Apr 2025
- git: 6f7ee9ac036e - stable/14 - contrib/expat: import expat 2.7.1 Philip Paeps
- git: 41b768ae1970 - stable/13 - contrib/expat: import expat 2.7.1 Philip Paeps
- git: 6e510d8fbaf8 - stable/14 - ixgbe: fix mailbox ack handling Kevin Bowling
- git: a8431b47adae - stable/13 - ixgbe: fix mailbox ack handling Kevin Bowling
- Sun, 06 Apr 2025
- git: e4c0d796141b - stable/14 - sound: Fix vchanrate and vchanformat Christos Margiolis
- git: 1728d26682c6 - stable/14 - sound: Implement AFMT_FLOAT support Christos Margiolis
- git: 1890f0b0df24 - stable/14 - beep(1): Use AFMT_FLOAT Christos Margiolis
- git: 831c30f09ea8 - stable/14 - sound: Improve afmt_tab Christos Margiolis
- git: 2254bef61b7c - stable/14 - sound: Use bus_topo_lock() where appropriate Christos Margiolis
- git: 8c991c4b0695 - stable/14 - sound: Fix regression in pcm/feeder_mixer.c Christos Margiolis
- git: e1a3b7ff9fe6 - stable/14 - pkill tests: Fix pkill usage in the pkill -x test Mark Johnston
- git: 014ce35640bf - stable/14 - vfs: Return early from sysctl_vfs_ctl() if no input was given Mark Johnston
- git: 43a32f790bc5 - stable/14 - malloc: Fix DEBUG_REDZONE for contigmalloc() Mark Johnston
- git: 51489b9ced27 - stable/14 - ktrace: Use STAILQ_EMPTY_ATOMIC when checking for records in userret() Mark Johnston
- git: f2214e48d02c - stable/14 - socket: Fix a race in the SO_SPLICE state machine Mark Johnston
- git: 931dec404489 - stable/14 - mixer tests: Serialize Mark Johnston
- git: 984e3d813e5f - stable/14 - netmap: fix unit tests Mark Johnston
- git: ba224cec6796 - stable/14 - fibs tests: Fix test failures and simplify Mark Johnston
- Mon, 07 Apr 2025
- git: 1795bfc315ef - stable/14 - Document KERN_PROC_KQUEUE Konstantin Belousov
- git: 3cb2a80f6bb0 - stable/14 - libprocstat: add helper to query knotes for specific kqueue Konstantin Belousov
- git: a15cae4c746a - stable/14 - procstat(1): dump kqueues Konstantin Belousov
- git: 451fca2e9f91 - stable/14 - procstat.1: document kqueues Konstantin Belousov
- git: e260058f33c9 - stable/14 - descriptors: add fget_remote_foreach() Konstantin Belousov
- git: 52464e913a56 - stable/14 - sysctl_kern_proc_kqueue(): convert to use sbuf Konstantin Belousov
- git: c69b90d08b29 - stable/14 - kinfo_knote: add knt_kq_fd member Konstantin Belousov
- git: 8547f0b80909 - stable/14 - FREEBSD_COMPAT32: add freebsd32_kevent_to_kevent32() helper Konstantin Belousov
- git: f4ea3580d6c2 - stable/14 - sysctl KERN_PROC_KQUEUE: implement compat32 Konstantin Belousov
- git: 5e6b89bd560b - stable/14 - Add NT_PROCSTAT_KQUEUES core note Konstantin Belousov
- git: 2170bf801d13 - stable/14 - sysctl KERN_PROC_KQUEUE: treat omitted kqfd as request to dump all kqueues Konstantin Belousov
- git: 867ac6f5e9e0 - stable/14 - struct kinfo_knote: add spare fields Konstantin Belousov
- git: 6c0c6ad350c9 - stable/14 - libprocstat: add knowledge about NT_PROCSTAT_KQUEUES core file section Konstantin Belousov
- git: 8476ab3558f0 - stable/14 - gcore(1): dump NT_PROCSTAT_KQUEUES section Konstantin Belousov
- git: 78f7ec2bc5f9 - stable/14 - freebsd32/freebsd32.h: only define kinfo_knote32 when kevent32 is defined Konstantin Belousov
- git: 40c6cb628a12 - stable/14 - kern_proc_kqueues_out(): maxlen == -1 means there is no maxlen Konstantin Belousov
- git: c07ea8aefd82 - stable/14 - kevent32/kinfo_knote32: remove __LP64__ predicate in definitions Konstantin Belousov
- git: fdbf48835da5 - stable/14 - ptrace(2): expand ability to fetch syscall parameters Konstantin Belousov
- git: ca3222c4fcf3 - stable/14 - ptrace_test: add test for expanded reporting of syscall args Konstantin Belousov
- git: 477c394ce138 - stable/14 - mlx5en: sync channel close with the rq completion processing Konstantin Belousov
- git: 50c58014795c - stable/14 - lib/libexpat: bump libbsdxml.3 after 2.7.1 import Philip Paeps
- git: adc9e9e8dbdd - stable/13 - lib/libexpat: bump libbsdxml.3 after 2.7.1 import Philip Paeps
- git: fd4592006b13 - stable/14 - lib/libexpat: update build config for 2.7.1 Philip Paeps
- git: 5630672e6f6d - stable/13 - lib/libexpat: update build config for 2.7.1 Philip Paeps
- git: cf3fb40d55a5 - stable/14 - tcp rack: cleanup accounting conditional checks Michael Tuexen
- git: 47c7dcfe2b09 - stable/14 - sctp: fix double unlock in case adding a remote address fails Michael Tuexen
- git: b95d16f39d68 - stable/14 - tcp: improve initializing the fields in tcp_log_buffer Michael Tuexen
- git: cc52d73deba1 - stable/14 - tcp: fix typos in comment Michael Tuexen
- git: aa1c5de9d27e - stable/14 - tcp: clear sendfile logging struct Michael Tuexen
- git: 4c07ee6a5eaf - stable/14 - tcp: remove struct tcp_log_rack Michael Tuexen
- Tue, 08 Apr 2025
- git: 84ed51c41205 - stable/14 - pkg.7: Add example for fetching package for different FreeBSD versions Christos Margiolis
- git: 9c84aea41433 - stable/14 - fts: Stop abusing the comma operator. Dag-Erling Smørgrav
- git: 64f5a71c1cb7 - stable/13 - fts: Stop abusing the comma operator. Dag-Erling Smørgrav
- git: f9fa6cb391f8 - stable/14 - cred: Hide internal flag CRED_FLAG_CAPMODE Olivier Certner
- git: 9dc47f536d3f - stable/14 - vm_phys_avail_check(): Check index parity, fix panic messages Olivier Certner
- git: 088dd40169b1 - stable/14 - vm_phys_add_seg(): Check for bad segments, allow empty ones Olivier Certner
- git: f106887cb0aa - stable/14 - vm_phys: Check for overlap when adding a segment Olivier Certner
- git: 7658c4f8c727 - stable/14 - vm_phys_avail_count(): Fix out-of-bounds accesses Olivier Certner
- git: 25e25d6f1b55 - stable/14 - vm_phys_avail_split(): Tolerate split requests at boundaries Olivier Certner
- git: 6230945b8819 - stable/14 - vm_phys_early_startup(): Panic if phys_avail[] is empty Olivier Certner
- git: f3983aeb6284 - stable/14 - vm_page_startup(): Clarify memory lowest, highest and size computation Olivier Certner
- git: c7360214579b - stable/14 - powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0 Olivier Certner
- git: fb8bea55a596 - stable/14 - smbios: handle smbios3 for arm64 Olivier Certner
- git: e69052efa1d0 - stable/14 - smbios: style(9): sizeof(): No space before the parenthesis Olivier Certner
- git: 145ef4af15f0 - stable/14 - smbios: Search for v3 (64-bit) entry point first on BIOS boot Olivier Certner
- git: 5e385079d3f7 - stable/14 - smbios: On attach, print the entry point version and revision Olivier Certner
- git: 07b84d1f3f14 - stable/14 - smbios: Unmap memory on error on identify Olivier Certner
- git: 62b6d8c62598 - stable/14 - smbios: Print an error on memory map failure on identify Olivier Certner
- git: 8c9b142b3832 - stable/14 - smbios: Apply the v2.1's length fixup only on a 32-bit entry point Olivier Certner
- git: 7dffa9db4516 - stable/14 - smbios: Print an error on unexpected entry point length on identify Olivier Certner
- git: 5d9f1bf830db - stable/14 - smbios: Carefully print wrong entry point signature on identify Olivier Certner
- git: 55e8cdff1443 - stable/14 - smbios: Harden decoding of the BCD revision Olivier Certner
- git: cc1cb8e37646 - stable/14 - smbios: style(9): smbios_cksum() Olivier Certner
- git: 6a937165f90f - stable/14 - libsa: smbios: style(9): SMBIOS_GET8(): Split overlong line Olivier Certner
- git: 4af7f393ec9a - stable/14 - libsa: smbios: style(9): Entry point parsing comments Olivier Certner
- git: 0a2c8f66919d - stable/14 - libsa: smbios: Rename 64-bit entry point's guards Olivier Certner
- git: 4b7fbd67ed82 - stable/14 - libsa: smbios: Make 'is_64bit_ep' a field of 'smbios' Olivier Certner
- git: 2337cd86dc46 - stable/14 - libsa: smbios: Export the used entry point type to the kernel Olivier Certner
- git: 19a5b6aaab92 - stable/14 - libsa: smbios: probe: BCD revision parsing is v2-only code; Expand comments Olivier Certner
- git: 330f1a42813e - stable/14 - libsa: smbios: Stop parsing on an End-of-Table structure Olivier Certner
- git: 5feb3c8ea602 - stable/14 - libsa: smbios: Reject a 64-bit entry point with revision 0 Olivier Certner
- git: 93af0db0d529 - stable/14 - libsa: smbios: Favor the v3 (64-bit) entry point on non-EFI boot Olivier Certner
- git: 7b0350b376c0 - stable/14 - libsa: smbios: Use 64-bit entry point if table below 4GB on non-EFI boot Olivier Certner
- git: 9b8e1558c961 - stable/14 - libsa: smbios: Allow to run smbios_probe() multiple times Olivier Certner
- git: d19f1559d008 - stable/14 - libsa: smbios_detect(): Return the entry point address Olivier Certner
- git: f6b90dc8afc0 - stable/14 - libsa: smbios_probe(): Strictly obey specified entry point address Olivier Certner
- git: 807d51be8040 - stable/14 - loader.efi: smbios: Favor the v3 (64-bit) entry point Olivier Certner
- git: 0c5d22eacf23 - stable/14 - loader.kboot: smbios: Add a comment about v3 entry point being favored Olivier Certner
- git: 831e6fb0baf6 - stable/14 - LinuxKPI: make linux_alloc_pages() honor __GFP_NORETRY Olivier Certner
- git: bd282a73571c - stable/14 - MAC/do: parse_single_rule(): Fix herald comment's first line Olivier Certner
- git: 8047b85cbe17 - stable/14 - MAC/do: Rules: <from> and <to> parts now to be separated by '>' Olivier Certner
- git: 0c3357dfa18f - stable/14 - RELNOTES: mac_do(4): Change of rules syntax; Provide hints and pointers Olivier Certner
- git: ddf0b5666bf5 - stable/14 - acpi: Pass the correct device to acpi_pcib_osc Andrew Turner
- git: e2125f57bd2c - stable/14 - release: add cloudware oracle targets to package and upload .oci files Dave Cottlehuber
- Wed, 09 Apr 2025
- git: 053856c0b59b - stable/14 - x86/dmar: add dmar_is_running() Konstantin Belousov
- git: 8c6540b94d02 - stable/14 - x86/amdiommu: add amdiommu_is_running() Konstantin Belousov
- git: e6a470ffcbd7 - stable/14 - efirt: add a tunable to disable printing faults during EFIRT calls Konstantin Belousov
- Thu, 10 Apr 2025
- git: 70ba4df540ea - stable/14 - stat(2): add st_bsdflags field Konstantin Belousov
- deleted (X-No-Archive) deleted
- git: f9afcbff02a2 - stable/14 - libc/compat-ino64.h: rename st_padding0 Konstantin Belousov
- git: 2c5831b3047d - releng/14.2 - contrib/tzdata: import tzdata 2025b Philip Paeps
- git: 700e7384dfbf - releng/14.2 - contrib/expat: update libexpat from 2.6.0 to 2.7.1 Philip Paeps
- git: 4651d400f100 - releng/14.2 - daemon: stop rebuilding the kqueue every restart of the child Philip Paeps
- git: 862cd6b8fa9d - releng/14.2 - openssl: Import OpenSSL 3.0.16 Philip Paeps
- git: 23d06bb83d0a - releng/14.2 - caroot: update the root bundle Philip Paeps
- git: 1eb03b059e56 - releng/14.2 - Add UPDATING entries and bump version Philip Paeps
- git: 74aa5e2a7b10 - releng/13.5 - contrib/tzdata: import tzdata 2025b Philip Paeps
- git: dec0bf8096b3 - releng/13.5 - contrib/expat: update libexpat from 2.6.4 to 2.7.1 Philip Paeps
- git: 74176002ff9f - releng/13.5 - caroot: update the root bundle Philip Paeps
- git: 37edc07ede02 - releng/13.5 - Add UPDATING entries and bump version Philip Paeps
- git: f8c2bedb03a2 - releng/13.4 - contrib/tzdata: import tzdata 2025b Philip Paeps
- git: e3fd2734314d - releng/13.4 - contrib/expat: update libexpat from 2.6.0 to 2.7.1 Philip Paeps
- git: a1f4a530dea3 - releng/13.4 - daemon: stop rebuilding the kqueue every restart of the child Philip Paeps
- git: e8e9cb97d094 - releng/13.4 - caroot: update the root bundle Philip Paeps
- git: 3bc5467e7f6c - releng/13.4 - Add UPDATING entries and bump version Philip Paeps
- git: 17c252598b7f - Create tag release/14.2.0-p3 Philip Paeps
- git: cceba18670f7 - Create tag release/13.5.0-p1 Philip Paeps
- git: 8b1ca198fa44 - Create tag release/13.4.0-p5 Philip Paeps
- Sat, 12 Apr 2025
- Mon, 14 Apr 2025
- Tue, 15 Apr 2025
- git: 52465324497a - stable/14 - socket: Handle the possibility of a protocol with no ctloutput Mark Johnston
- git: 24b82123a83e - stable/14 - i386: Avoid registering overlapping vm_phys_seg entries Mark Johnston
- git: aaa266adc32b - stable/14 - pf: Use a macro to get the hash row in pf_find_state_byid() Mark Johnston
- git: 07c5a2486cc6 - stable/14 - hyperv/storvsc: Fix busdma constraints Mark Johnston
- git: e6a3962d7dd7 - stable/14 - hyperv/storvsc: Avoid conditional asserts in storvsc_xferbuf_prepare() Mark Johnston
- git: c1aa97cf79a6 - stable/14 - file: Add foffset_lock_pair() Mark Johnston
- git: 1d2fd8c9cf0f - stable/14 - file: Fix offset handling in kern_copy_file_range() Mark Johnston
- git: 693664482649 - stable/14 - proc: Disallow re-enabling of process itimers during exit Mark Johnston
- git: 74a0b8908483 - stable/14 - ptrace: Do not pass a negative resid to proc_rwmem() Mark Johnston
- git: 1463d5ff1316 - stable/14 - if_ovpn: fix use-after-free of mbuf Kristof Provost
- git: fca3395674d4 - stable/14 - cred: fix struct credbatch to use long for refcount Gleb Smirnoff
- git: 4317d0aa8c21 - stable/14 - release: avoid sparse-file handling for container image layers Dave Cottlehuber
- Wed, 16 Apr 2025
- git: ab259b19bd81 - stable/14 - amd64: also limit printings of EFIRT page faults Konstantin Belousov
- git: b9a015bd0a19 - stable/14 - amd64: print limited EFIRT fault messages on first fault, not second Konstantin Belousov
- git: 63697ff85a3a - stable/14 - mlx5en: Use connector type instead of cable type for media detection Konstantin Belousov
- git: 1bd29261b9d0 - stable/14 - Correct CTLTYPE of SYSCTL_SBINTIME_MSEC etc Colin Percival
- git: 217fce137713 - stable/14 - pci: Make PCIe Eject timeout configurable Colin Percival
- git: f852f4f7b6f1 - stable/14 - EC2: Set PCIe eject timeout to 0 Colin Percival
- git: 0da181786849 - stable/14 - pfctl: fix recursive printing of NAT rules Kristof Provost
- git: 9edd1e62ca11 - stable/13 - pfctl: fix recursive printing of NAT rules Kristof Provost
- Thu, 17 Apr 2025
- git: a420e1b1cee6 - stable/14 - grep: avoid duplicated lines when we're coloring output Kyle Evans
- git: df4b8eff7b19 - stable/14 - libc: tests: add some tests for __cxa_atexit handling Kyle Evans
- git: 04f7496f89e2 - stable/13 - libc: allow __cxa_atexit handlers to be added during __cxa_finalize Kyle Evans
- git: cc7bff26328d - stable/13 - libc: tests: add some tests for __cxa_atexit handling Kyle Evans
- git: d03aa29b82b8 - stable/14 - fusefs: minor refactor in the tests Alan Somers
- git: 1c316af14149 - stable/14 - fusefs: add a test for the max_read= mount option Alan Somers
- git: f390c8149847 - stable/14 - fusefs: slightly better debugging in the tests Alan Somers
- git: f8b102d9bb63 - stable/14 - ctld: correctly parse LUN size on 32-bit arches Alan Somers
- git: 2a88aad6286d - stable/14 - witness.4: correct name of the debug.witness.witness_count sysctl Alan Somers
- Fri, 18 Apr 2025
- git: 890309a67b50 - stable/14 - gve: Allocate qpl per ring at ring allocation time Mark Johnston
- git: ecc250c60049 - stable/14 - gve: Add feature to adjust RX/TX queue counts Mark Johnston
- git: 9a24acc6c8a6 - stable/14 - gve: Add feature to change TX/RX ring size Mark Johnston
- git: afbe2bb9e939 - stable/14 - vm_object: Fix handling of wired map entries in vm_object_split() Mark Johnston
- git: 580c891f5add - stable/14 - malloc: extend malloc_usable_size() for contigmalloc Bjoern A. Zeeb
- git: bc6e1ca80704 - stable/14 - LinuxKPI: make __kmalloc() play by the rules Bjoern A. Zeeb
- git: 3494f4f5369d - stable/14 - LinuxKPI: always use contig allocations in linux_alloc_kmem() Bjoern A. Zeeb
- git: 4fc30b0186b6 - stable/14 - LinuxKPI: be more verbose on _bus_dmamap_load_phys failures if debug is on Bjoern A. Zeeb
- git: d684da076bbd - stable/14 - LinuxKPi: lkpi___kmalloc change a < into <= for proper boundry check Bjoern A. Zeeb
- git: 3404752d554f - stable/14 - LinuxKPI: switch mallocarray to an lkpi implementation using __kmalloc() Bjoern A. Zeeb
- git: 516eb937b274 - stable/14 - LinuxKPI: implement krealloc() for memory being contiguous Bjoern A. Zeeb
- git: ebe210ca703b - stable/14 - LinuxKPI; cleanup slab.h a bit; move more free() into slab.c Bjoern A. Zeeb
- git: 719721ca4b4e - stable/14 - LinuxKPI: add seq_hex_dump() Bjoern A. Zeeb
- git: 02ad13b3796a - stable/14 - net80211/regdomain: try to sort out TW Bjoern A. Zeeb
- git: 20f3d58fb8a6 - stable/14 - net80211: correct IEEE80211_KEY_BITS Bjoern A. Zeeb
- git: 8f564898b937 - stable/14 - net80211: cleanup keyidx argument of ieee80211_notify_michael_failure() Bjoern A. Zeeb
- git: e0bd174e0e36 - stable/14 - net80211: make use of IEEE80211_KEY_BITS for debug messages Bjoern A. Zeeb
- git: 0dbc7a50aa6e - stable/14 - net80211: fix IEEE80211_VFHT_BITS after 160 and 80P80 got swapped Bjoern A. Zeeb
- git: 361c8b995d6d - stable/14 - net80211: fill in missing flags to IEEE80211_NODE_BITS Bjoern A. Zeeb
- git: 241fb1757415 - stable/14 - iwlwifi: fix iwl_uefi_get_uats_table() if not compiled with ACPI Bjoern A. Zeeb
- git: 998fc383bd02 - stable/14 - LinuxKPI: 802.11: remove ieee80211_node_get_txrate_dot11rate() Bjoern A. Zeeb
- git: 350651dbc927 - stable/14 - LinuxKPI: 802.11: remove cipher_scheme support Bjoern A. Zeeb
- git: 64ec6ddac008 - stable/14 - LinuxKPI: 802.11: crypto pn lengths Bjoern A. Zeeb
- git: f4aa407e89fe - stable/14 - LinuxKPI: 802.11: CONFIG_PM_SLEEP / WoWLAN header adjustments Bjoern A. Zeeb
- git: 57764d222865 - stable/14 - LinuxKPI: 802.11: reduce code duplication introducing lkpi_remove_chanctx() Bjoern A. Zeeb
- git: 494894b11a98 - stable/14 - LinuxKPI: 802.11: move chanctx_conf from vif to vif->bss_conf Bjoern A. Zeeb
- git: 7b9d08676f33 - stable/14 - LinuxKPI: 802.11: more fields moved from vif to bss_conf Bjoern A. Zeeb
- git: 7614861463e6 - stable/14 - LinuxKPI: 802.11: adjust locking around lkpi_remove_chanctx() Bjoern A. Zeeb
- git: e36fd5d2b60f - stable/14 - LinuxKPI: 802.11: try to limit VHT (11ac) to 5Ghz Bjoern A. Zeeb
- git: becb074fdefc - stable/14 - LinuxKPI: 802.11: adjust vif->bss_conf.chanctx_conf to rcu accessors Bjoern A. Zeeb
- git: 3a35e07fa930 - stable/14 - LinuxKPI: 802.11: add a lchanctx list to lhw Bjoern A. Zeeb
- git: 3d9f2164482b - stable/14 - LinuxKPI: 802.11: optimize mo_bss_info_changed Bjoern A. Zeeb
- git: 7d57b5a339e3 - stable/14 - LinuxKPI: 802.11: switch to wiphy_lock Bjoern A. Zeeb
- git: 96a1ab436150 - stable/14 - LinuxKPI: 802.11: deal with sta bw > channel width Bjoern A. Zeeb
- git: 9bd4391f4ce0 - stable/14 - LinuxKPI: 802.11: further locking workarounds fro crypto updates Bjoern A. Zeeb
- git: ded3d312ba36 - stable/14 - LinuxKPI: 802.11: enable fragmentation offload Bjoern A. Zeeb
- git: 6869d0856230 - stable/14 - LinuxKPI: 802.11: increase mbufq lengths Bjoern A. Zeeb
- git: 636bb42e6c55 - stable/14 - LinuxKPI: 802.11: deal with the error paths for lkpi_xmit() Bjoern A. Zeeb
- git: 1ec403297e4e - stable/14 - LinuxKPI: 802.11: better dealing with errors in RX path Bjoern A. Zeeb
- git: e273079ac52d - stable/14 - LinuxKPI: 802.11: plug mbuf leak Bjoern A. Zeeb
- git: 9996e4df555c - stable/14 - LinuxKPI; 802.11: start filling rxrate statistics Bjoern A. Zeeb
- git: f086acca042e - stable/14 - LinuxKPI: 802.11: avoid using an mbuf tag for now Bjoern A. Zeeb
- git: 42be6050cec7 - stable/14 - iwlwififw: remove Intel iwlwifi firmware from src.git Bjoern A. Zeeb
- git: a3b2d8e360c3 - stable/14 - Bump __FreeBSD_version to 1402505 for LinuxKPI alloc routine changes Bjoern A. Zeeb
- Sat, 19 Apr 2025
- Sun, 20 Apr 2025
- Mon, 21 Apr 2025
- git: 57235a9b5158 - stable/14 - cp: Improve error messages. Dag-Erling Smørgrav
- git: 413e5dca9dc5 - stable/13 - fts: Move private flags away from public ones. Dag-Erling Smørgrav
- git: c6cb1b2ee506 - stable/13 - cp: Improve error messages. Dag-Erling Smørgrav
- git: 482f4dc272cc - stable/14 - pf: improve pf_state_key_attach() error handling Kristof Provost
- git: d6381193a3e8 - stable/13 - pf: improve pf_state_key_attach() error handling Kristof Provost
- git: 8b9d1dc82ac4 - stable/14 - pf: don't use state keys after pf_state_insert() Kristof Provost
- git: b89bc49a6348 - stable/14 - pf: explicitly NULL state key pointers Kristof Provost
- git: 7161339bb5e9 - stable/13 - pf: don't use state keys after pf_state_insert() Kristof Provost
- git: a60eeb4331e5 - stable/14 - pfctl: fix crash on "pfctl -a '*' -vvsr" Kristof Provost
- git: 4df4b69530c3 - stable/13 - pf: explicitly NULL state key pointers Kristof Provost
- git: 35a83d58bdbe - stable/13 - pfctl: fix crash on "pfctl -a '*' -vvsr" Kristof Provost
- git: 461b79d8ee58 - stable/14 - pfctl: also remove incorrect counter print for rule anchors Kristof Provost
- git: 5b182c68c0f5 - stable/13 - pfctl: also remove incorrect counter print for rule anchors Kristof Provost
- Tue, 22 Apr 2025
- git: 9f2b64dcb25b - stable/14 - top.1: Add HISTORY Alexander Ziaee
- git: 96fe895d1b0a - stable/14 - style.mdoc.5: Improve description compatability Alexander Ziaee
- git: 7149eab8022d - stable/14 - top.1: top does not accept uids Alexander Ziaee
- git: eed924857379 - stable/14 - isp.4: Improve HARDWARE for HW Relnotes + SPDX Alexander Ziaee
- git: 8e3a23be1841 - stable/14 - OF_node_from_xref.9: Fix function name typo + spdx Alexander Ziaee
- git: b7a44a842990 - stable/14 - ObsoleteFiles: Remove mount_fusefs.8 entry Alexander Ziaee
- git: 13d407b63546 - stable/14 - examples/csh: Case insensitive search in pager Alexander Ziaee
- git: c4959c18fe76 - stable/14 - keymaps: add map for some Lenovo laptops found in Brazillian market Alfredo Dal'Ava Junior
- git: 4599a3c0b8e2 - stable/14 - cxgbe(4): Make sure suspend/resume works in recovery mode. Navdeep Parhar
- git: b5a68e064164 - stable/14 - cxgbe(4): Remove smt_idx from the L2 table entry structure. Navdeep Parhar
- git: f2c75b13f3ea - stable/14 - cxgb(4): Use routines from pci(9) instead of hand rolled equivalents. Navdeep Parhar
- git: db403eb80e0a - stable/14 - cxgbe(4): Remove some unused PCI routines and associated headers. Navdeep Parhar
- git: 4e9f82956158 - stable/14 - cxgbe(4): Use correct priority in begin_synchronized_op. Navdeep Parhar
- git: 516fee542293 - stable/14 - cxgbe(4): Block most access to the hardware as soon as the adapter stops. Navdeep Parhar
- git: ca9d5b10ebfe - stable/14 - cxgbe(4): Perform Conventional Reset instead of FLR on the device. Navdeep Parhar
- git: 81789c27940e - stable/14 - libifconfig: Fix nits in the descriptions of active 100G cables. Navdeep Parhar
- git: 47cdd7a9ebc6 - stable/14 - cxgbe(4): Add two new transceiver types. Navdeep Parhar
- git: f44e1748e288 - stable/14 - pci.4: Update the information on pci_bar_mmap to match pciio.h Navdeep Parhar
- Wed, 23 Apr 2025
- git: 6ea58552f08a - stable/14 - uipaq.4: Rewrite HARDWARE for HW Relnotes Alexander Ziaee
- git: d41725ab4301 - stable/14 - dhclient: Keep two clocks Colin Percival
- git: c8c624de57b0 - stable/13 - dhclient: Keep two clocks Colin Percival
- git: 3f68c3e9c138 - stable/14 - Fix build with WITH_CLANG_BOOTSTRAP and WITHOUT_CLANG Dimitry Andric
- git: 5195ff613fca - stable/13 - Fix build with WITH_CLANG_BOOTSTRAP and WITHOUT_CLANG Dimitry Andric
- Thu, 24 Apr 2025
- git: 0ad5308987d0 - stable/14 - Add POSIX psiginfo(3) call Konstantin Belousov
- git: 81fc9469313b - stable/14 - sysctl.3: put KERN_PROC_RLIMIT_USAGE in the right spot Konstantin Belousov
- git: 1b7e2cc10854 - stable/14 - ktr: Make debug.ktr.verbose available whenever KTR is configured Mark Johnston
- git: b48ad95e67f2 - stable/14 - netinet: Make ip.h self-contained Mark Johnston
- git: f7851ff75061 - stable/13 - netinet: Make ip.h self-contained Mark Johnston
- git: b7f4fcc27f4f - stable/14 - Fix share/zoneinfo for DIRDEPS_BUILD Ed Maste
- Sat, 26 Apr 2025
- git: ba560cd8fba3 - stable/14 - wg: Improve wg_peer_alloc() to simplify the calling Kyle Evans
- git: 00640ea3144c - stable/14 - tee: add some basic tests Kyle Evans
- git: 99509fcc8733 - stable/14 - tee: minor cleanup Kyle Evans
- git: c195ae95912a - stable/14 - bintrans: disable argument permutation for qp and base64 Kyle Evans
- git: 25512b1fca07 - stable/14 - libc: locale: fix EUC shift check Kyle Evans
- git: 73f88915a119 - stable/14 - wireguard-tools: ipc: freebsd: use AF_LOCAL for the control socket Kyle Evans
- git: 8b42f57eebde - stable/14 - time: switch to fences for siginfo_recvd Kyle Evans
- git: 0635fe29225b - stable/14 - libbe: attempt to remove autocreated mountpoints at unmount time Kyle Evans
- git: 8dc42b80fdfb - stable/14 - libbe: don't hardcode /tmp Kyle Evans
- git: e5a4712e6557 - stable/14 - libpmcstat: fix pmcstat -G on older-ish -CURRENT w/ drm-kmod Kyle Evans
- git: 7f671b6f4675 - stable/14 - libllvm: remove duplicated SRCS_MIN line Dimitry Andric
- git: b93ad617555c - stable/14 - Move extra suffix-transformation rules into bsd.suffixes-extra.mk Dimitry Andric
- git: b03ee8687e94 - stable/13 - libllvm: remove duplicated SRCS_MIN line Dimitry Andric
- git: 061ce1c392f0 - stable/13 - Move extra suffix-transformation rules into bsd.suffixes-extra.mk Dimitry Andric
- git: 925ec43c1525 - stable/14 - EC2: Add AMI Builder AMI building Colin Percival
- git: 5050b464aeda - stable/14 - release: Pass PKG_INSTALL_EPOCH to vmimage.subr Colin Percival
- git: a4d583fbeea7 - stable/14 - release: Pass PKG_INSTALL_EPOCH (take 2) Colin Percival
- git: b0bbefc465ee - stable/14 - pci: Add hw.pci.intx_reroute sysctl/tunable Colin Percival
- git: 66d36f4f1025 - stable/14 - Turn off hw.pci.intx_reroute in EC2 Colin Percival
- git: d434f9f58d88 - stable/13 - release: Pass PKG_INSTALL_EPOCH to vmimage.subr Colin Percival
- git: 2ef9c17d68c4 - stable/13 - release: Pass PKG_INSTALL_EPOCH (take 2) Colin Percival
- Sun, 27 Apr 2025
- git: 09e0a909fb07 - stable/14 - tee: try opening as a UNIX socket if open(2) fails Kyle Evans
- git: 54f842ed8897 - stable/14 - /sys/dev/bnxt: Enable NPAR support on BCM57504 Warner Losh
- git: 7313d4a3dcf7 - stable/14 - iflib(4): Replace admin taskqueue group with per-interface taskqueues Warner Losh
- git: 45e161020c2d - stable/14 - bnxt_en: Add 5760X (Thor2) PCI IDs support Warner Losh
- git: e2692e8aa2a9 - stable/14 - bnxt_en: Update HSI header Warner Losh
- git: baa2ff7ac8e2 - stable/14 - bnxt_en: Add backing store V2 support Warner Losh
- git: dd6c9bcdccd9 - stable/14 - if_bnxt: add support for RX completion record type V3 Warner Losh
- git: 32fdad17f060 - stable/14 - bnxt_en: 400G speed support Warner Losh
- git: ced1133739d4 - stable/14 - bnxt_en: Thor2 Specific Doorbell related changes Warner Losh
- git: 4ed8c4183115 - stable/14 - bnxt_en: Unhandled async event type 76 Warner Losh
- git: 47a360ff2252 - stable/14 - bnxt_en: Thor2 Ring counters not incrementing during traffic Warner Losh
- Mon, 28 Apr 2025
- git: 806e2accc313 - stable/14 - loader: actually change the staging slop Warner Losh
- git: 8ec2792258bd - stable/14 - loader: remove unneeded variable Warner Losh
- git: 1d111b39e547 - stable/14 - loader: provide error message in command_errmsg instead of printing Warner Losh
- git: b90ff465675a - stable/14 - mount.8: Add a single example for single user mode Alexander Ziaee
- Go to: [ monthly archives ] [ by author ] [ by date ]