aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump revisionreleng/13.3Ed Maste2024-10-291-1/+1
* ctl: limit memory allocation in pci_virtio_scsiPierre Pronchery2024-10-291-0/+12
* bhyve: avoid TOCTOU on iov_len in virtio_vq_recordon()Pierre Pronchery2024-10-291-3/+8
* Add UPDATING entries and bump revision.Gordon Tetlow2024-09-191-1/+1
* libnv: correct the calculation of the structure's sizeMariusz Zaborski2024-09-191-1/+1
* 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-191-10/+11
* pf: fix icmp-in-icmp state lookupKristof Provost2024-09-191-14/+17
* Add UPDATING entries and bump revisionEd Maste2024-09-041-1/+1
* 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
* 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
* Add UPDATING entries and bump the branch versionMark Johnston2024-08-071-1/+1
* ktrace: Fix an inverted privilege checkMark Johnston2024-08-071-1/+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-011-1/+1
* Add UPDATING entries and bump the branch version.Gordon Tetlow2024-06-191-1/+1
* killpg(): more carefully avoid LoRKonstantin Belousov2024-06-182-6/+15
* Add UPDATING entries and bump the branch version.Gordon Tetlow2024-04-241-1/+1
* 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-281-1/+1
* 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-011-1/+1
* 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-251-1/+1
* irdma(4): Upgrade to 1.2.36-kBartosz Sobczak2024-02-2327-454/+326
* msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer2024-02-233-5/+24
* acpi: Defer reserving resources for ACPI devicesJohn Baldwin2024-02-231-5/+17
* 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
* 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-191-1/+1
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-196-33/+136