aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump revision.releng/13.3Gordon Tetlow2024-09-192-1/+12
* libnv: correct the calculation of the structure's sizeMariusz Zaborski2024-09-191-1/+1
* bhyve: improve input validation in pci_xhciPierre Pronchery2024-09-191-5/+73
* pf: rework pf_icmp_state_lookup() failure modeKristof Provost2024-09-192-9/+15
* pf: be less strict about icmp state checking for sloppy state trackingKristof Provost2024-09-191-0/+3
* pf: try to lookup the icmp state based on a correct packet descriptorKristof Provost2024-09-191-2/+2
* pf: improve the ICMPv6 direction checkKristof Provost2024-09-193-36/+84
* pf: invert direction for inner icmp state lookupsKristof Provost2024-09-193-12/+17
* pf tests: ensure that traceroutes using ICMP workKristof Provost2024-09-192-0/+130
* pf tests: ensure we don't confuse different ICMP typesKristof Provost2024-09-192-0/+90
* pf: fix icmp-in-icmp state lookupKristof Provost2024-09-191-14/+17
* Add UPDATING entries and bump revisionEd Maste2024-09-042-1/+18
* umtx: shm: 'ushm_refcnt > 0' => 'ushm_refcnt != 0'Olivier Certner2024-09-041-2/+2
* umtx: shm: Prevent reference counting overflowOlivier Certner2024-09-041-22/+54
* umtx: shm: Fix use-after-free due to multiple drops of the registry referenceOlivier Certner2024-09-041-18/+33
* umtx: shm: Collapse USHMF_REG_LINKED and USHMF_OBJ_LINKED flagsOlivier Certner2024-09-041-9/+5
* bhyve: fix off by one error in pci_xhciPierre Pronchery2024-09-041-2/+2
* ctl: avoid heap info leak in ctl_request_senseEd Maste2024-09-041-8/+2
* ctl: fix Out-Of-Bounds access in ctl_report_supported_opcodesPierre Pronchery2024-09-041-9/+8
* ctl: fix memory disclosure in read/write buffer commandsPierre Pronchery2024-09-041-2/+2
* ctl: fix Use-After-Free in ctl_write_bufferAlan Somers2024-09-042-8/+19
* libnv: verify that string is null terminatedMariusz Zaborski2024-09-041-0/+4
* libnv: allocate buffer in a safe wayMariusz Zaborski2024-09-042-11/+15
* calendar: don't setlogin(2) in the -a user handlersKyle Evans2024-09-041-1/+1
* Add UPDATING entries and bump the branch versionMark Johnston2024-08-072-1/+15
* ktrace: Fix an inverted privilege checkMark Johnston2024-08-071-1/+1
* sshd: remove blacklist call from grace_alarm_timerEd Maste2024-08-072-3/+1
* pf: allow MLD LR to be sent without stateKristof Provost2024-08-071-1/+8
* pf: split ICMP/ICMPv6 number space in pf_icmp_mapping()Kristof Provost2024-08-071-112/+135
* pf: some ICMP types that also have icmp_id, pointed out by markus@Kristof Provost2024-08-071-3/+3
* pf: stricter state checking for ICMP and ICMPv6 packetsKristof Provost2024-08-072-83/+316
* nfscl: Scan readdir reply filenames for invalid charactersRick Macklem2024-08-071-27/+110
* Add UPDATING entries and bump the branch version.Philip Paeps2024-07-012-1/+6
* openssh: Fix pre-authentication remote code execution in sshd.Philip Paeps2024-07-012-1/+3
* Add UPDATING entries and bump the branch version.Gordon Tetlow2024-06-192-1/+9
* killpg(): more carefully avoid LoRKonstantin Belousov2024-06-182-6/+15
* ldns: Ignore commented-out lines in resolv.conf.Dag-Erling Smørgrav2024-06-183-48/+42
* Add UPDATING entries and bump the branch version.Gordon Tetlow2024-04-242-1/+6
* Unify arc_prune_async() code, fix excessive ARC pruningAlexander Motin2024-04-248-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