aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump version.release/13.5.0-p2releng/13.5Gordon Tetlow2025-07-022-1/+15
* Fix Use-after-free in multi-threaded xz decoder.Gordon Tetlow2025-07-021-53/+51
* ena: Bump driver version to v2.8.1Arthur Kiyanovski2025-07-021-1/+1
* ena: Fix misconfiguration when requesting regular LLQDavid Arinzon2025-07-021-11/+30
* Fix corruption in ZFS replication streams from encrypted datasets.Gordon Tetlow2025-07-021-3/+3
* libc: allow __cxa_atexit handlers to be added during __cxa_finalizeAurélien Croc de Suray2025-07-021-25/+36
* Add UPDATING entries and bump versionrelease/13.5.0-p1Philip Paeps2025-04-102-1/+12
* caroot: update the root bundleMichael Osipov2025-04-1026-1465/+801
* contrib/expat: update libexpat from 2.6.4 to 2.7.1Philip Paeps2025-04-1030-269/+1784
* contrib/tzdata: import tzdata 2025bPhilip Paeps2025-04-108-23/+123
* Update in preparation for 13.5-RELEASErelease/13.5.0Colin Percival2025-03-073-2/+5
* 13.5: Update to RC1Colin Percival2025-02-281-1/+1
* 13.5: Switch from "quarterly" to "release" pkgsColin Percival2025-02-281-1/+1
* queue: Fix STAILQ_ASSERT_EMPTY()Olivier Certner2025-02-271-2/+2
* openssh: Fix blacklistd sshd-session integrationJose Luis Duran2025-02-262-4/+3
* pkg-stage.sh: Remove kde entirelyColin Percival2025-02-211-1/+0
* 13.5: Update to BETA3Colin Percival2025-02-211-1/+1
* pkg-stage.sh: kde5 -> kdeColin Percival2025-02-211-1/+1
* openssh: Update to 9.9p2Ed Maste2025-02-2019-2100/+289
* openssh: Update to 9.9p1Ed Maste2025-02-2092-3509/+18046
* openssh: Update to 9.8p1Ed Maste2025-02-20119-4313/+6695
* ssh_config.5: Remove redundant CheckHostIP default textEd Maste2025-02-201-2/+0
* libssh: Remove progressmeterEd Maste2025-02-201-1/+1
* ssh: Move XAUTH_PATH setting to ssh.mkEd Maste2025-02-204-8/+3
* ssh: Bump VersionAddendum for CVE fixesEd Maste2025-02-205-5/+5
* ssh: Fix cases where error codes were not correctly setEd Maste2025-02-205-3/+16
* ssh: Don't reply to PING in preauth phase or during KEXEd Maste2025-02-201-1/+9
* 13.5: Update to BETA2Colin Percival2025-02-141-1/+1
* sysctl: Harden sysctl_handle_string() against unterminated stringZhenlei Huang2025-02-131-22/+20
* MAC: mac_biba, mac_lomac: Fix setting loader tunablesZhenlei Huang2025-02-132-2/+4
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-132-31/+39
* icmp: improve INVARIANTS checkMichael Tuexen2025-02-132-2/+2
* icmp: correct the assertion that checks limit + jitterGleb Smirnoff2025-02-132-2/+2
* icmp: allow zero value for ICMP limitsGleb Smirnoff2025-02-132-2/+2
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2025-02-132-21/+164
* icmp6: rate limit our echo repliesGleb Smirnoff2025-02-131-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2025-02-131-3/+2
* icmp: improve ICMP limit jitterGleb Smirnoff2025-02-131-22/+59
* icmp: when logging ICMP ratelimiting message use correct jitter valueGleb Smirnoff2025-02-131-5/+5
* icmp: hide icmp_bandlimit_uninit() under VIMAGEGleb Smirnoff2025-02-131-0/+2
* icmp: do not store per-VNET identical array of stringsGleb Smirnoff2025-02-131-19/+18
* Remove obsolete clang18 files for aarch64Ronald Klop2025-02-131-0/+2
* unifdef: Fix collision check when adding symbols.Dag-Erling Smørgrav2025-02-132-6/+15
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-02-1018-108/+192
* release: Chase location of pkg repo databasesColin Percival2025-02-092-2/+2
* 13.5: create releng/13.5 branchColin Percival2025-02-073-3/+3
* LinuxKPI 802.11 / rtw88: make packets flow againBjoern A. Zeeb2025-02-061-0/+18
* ifnet: Detach BPF descriptors on interface vmove eventZhenlei Huang2025-02-063-0/+35
* ifnet: Make if_detach_internal() and if_vmove() voidZhenlei Huang2025-02-061-24/+14
* bpf: Fix potential race conditionsZhenlei Huang2025-02-061-2/+12