aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump revision.releng/14.0Gordon 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-37/+85
* 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/+317
* 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
* 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
* kern: fix panic with disabled ttysEd Maste2024-03-281-3/+4
* Add UPDATING entries and bump the branch version.Gordon Tetlow2024-02-141-1/+1
* jail: Fix information leak.Pawel Jakub Dawidek2024-02-141-4/+22
* inpcb: reoder inpcb destructionGleb Smirnoff2024-02-148-33/+15
* EVFILT_SIGNAL: do not use target process pointer on detachKonstantin Belousov2024-02-141-3/+1
* Add an UPDATING entry and bump the branch version.Gordon Tetlow2023-12-191-1/+1
* Add an UPDATING entry and bump the branch versionMark Johnston2023-12-121-1/+1
* nfsclient: Propagate copyin() errors from nfsm_uiombuf()Mark Johnston2023-12-124-13/+39
* Add UPDATING entries and bump versionMark Johnston2023-12-051-1/+1
* pf: remove incorrect fragmentation checkKristof Provost2023-12-051-2/+1
* zfs: cherry-pick commit from masterrmacklem2023-12-043-3/+11
* nfsd: Fix NFS access to .zfs/snapshot snapshotsRick Macklem2023-12-042-0/+39
* tty: properly check character position when handling IUTF8 backspacesBojan Novković2023-12-041-1/+7
* vm_phys: fix freelist_contigDoug Moore2023-12-041-84/+62
* zfs: cherry-pick commit from masterAlexander Motin2023-12-048-117/+87
* ossl: Fix some bugs in the fallback AES-GCM implementationMark Johnston2023-12-041-4/+4
* ossl: Keep mutable AES-GCM state on the stackMark Johnston2023-12-041-14/+15
* ossl: Fix handling of separate AAD buffers in ossl_aes_gcm()Mark Johnston2023-12-041-7/+13
* Add UPDATING entries and bump version.Gordon Tetlow2023-11-301-1/+1
* zfs: cherry-pick commit from masterRob N2023-11-301-1/+9