aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump the branch version.releng/13.3Gordon Tetlow10 days2-1/+6
* Unify arc_prune_async() code, fix excessive ARC pruningAlexander Motin10 days8-117/+87
* Add UPDATING entries and bump the branch version.Gordon Tetlow2024-03-282-1/+9
* Merge commit f800c1f3b207 from llvm-project (by Arthur Eubanks):Dimitry Andric2024-03-281-2/+7
* if_wg: use proper barriers around pkt->p_stateKyle Evans2024-03-281-6/+4
* Update in preparation for 13.3-RELEASErelease/13.3.0Colin Percival2024-03-013-2/+5
* kern: fix panic with disabled ttysEd Maste2024-02-291-3/+4
* jail: Fix information leak.Pawel Jakub Dawidek2024-02-291-4/+22
* 13.3: update to RC1Colin Percival2024-02-252-2/+2
* irdma(4): Upgrade to 1.2.36-kBartosz Sobczak2024-02-2337-791/+424
* msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer2024-02-233-5/+24
* tzcode: Fix overflow handling in TZ parser.Dag-Erling Smørgrav2024-02-231-1/+3
* acpi: Defer reserving resources for ACPI devicesJohn Baldwin2024-02-231-5/+17
* heimdal: Fix NULL derefCy Schubert2024-02-211-1/+1
* heimdal: always confirm PA-PKINIT-KX for anon PKINITCy Schubert2024-02-212-0/+93
* Heimdal: CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksumCy Schubert2024-02-211-0/+7
* Heimdal: Fix transit path validation CVE-2017-6594Cy Schubert2024-02-211-2/+10
* msdosfs: fix directory corruption after rename operationStefan Eßer2024-02-211-1/+3
* MFS: MFC: MFV: zlib 1.3.1.Xin LI2024-02-2119-98/+137
* MFC: MFV: expat 2.6.0.Xin LI2024-02-2176-13110/+17363
* LinuxKPI: 802.11: lsta txq locking cleanupBjoern A. Zeeb2024-02-192-13/+32
* LinuxKPI: 802.11: update the ni/lsta reference cycleBjoern A. Zeeb2024-02-192-80/+130
* LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss)Bjoern A. Zeeb2024-02-192-95/+216
* Bump __FreeBSD_version for net80211 'struct ieee80211vap' changesBjoern A. Zeeb2024-02-192-1/+7
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-196-33/+136
* net80211: make sure calls to (*iv_update_bss)() are lockedBjoern A. Zeeb2024-02-192-0/+17
* net80211: fix a NULL deref in ieee80211_sta_join1()Bjoern A. Zeeb2024-02-191-5/+8
* LinuxKPI: 802.11: fix field order in ieee80211_key_confBjoern A. Zeeb2024-02-191-2/+2
* net80211: improve logging about state transitions lostBjoern A. Zeeb2024-02-191-12/+20
* LinuxKPI: 802.11: more TXQ implementation and lockingBjoern A. Zeeb2024-02-193-16/+107
* wpa: ctrl_iface set sendbuf sizeBjoern A. Zeeb2024-02-191-0/+20
* iwlwififw: add firmware for the Bz/B200 chipsetBjoern A. Zeeb2024-02-195-0/+15
* bwn: remove unused ic_headroomFrank Hilgendorf2024-02-191-2/+0
* rdmsr_safe/wrmsr_safe: handle pcb_onfault nestingAndriy Gapon2024-02-191-5/+7
* vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENTWarner Losh2024-02-191-12/+12
* vtnet: Account for the padding when selecting allocation sizeWarner Losh2024-02-192-1/+16
* vtnet: Adjust for ethernet alignment.Warner Losh2024-02-191-0/+21
* smartpqi: Drop spinlock before freeing memoryJohn F. Carr2024-02-191-2/+1
* unbound: Vendor import 1.19.1Cy Schubert2024-02-1828-207/+889
* graid: MFC: unbreak Promise RAID1 with 4+ providersEugene Grosbein2024-02-171-2/+3
* 13.3: update to BETA3Colin Percival2024-02-151-1/+1
* lld: work around elftoolchain bug which causes bloated RISCV binariesDimitry Andric2024-02-151-0/+4
* leapseconds: Update to the canonical place.Warner Losh2024-02-141-2/+2
* sched_setscheduler(2): Change realtime privilege checkFlorian Walpen2024-02-141-2/+2
* Merge sendmail 8.18.1 from stable/13 to releng/13.3Gregory Neil Shapiro2024-02-13121-2169/+6716
* caroot: routine updateKyle Evans2024-02-1311-59/+878
* fusefs: fix invalid value for st_birthtime.tv_nsecAlan Somers2024-02-124-13/+25
* inpcb: Restore some NULL checks of credential pointersMark Johnston2024-02-092-4/+8
* 13.3: update to BETA2Colin Percival2024-02-091-1/+1
* kern: tty: fix ttyinq_read_uio assertionKyle Evans2024-02-071-1/+10