aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump version.release/14.1.0-p8releng/14.1Gordon Tetlow2025-02-211-1/+1
* Add UPDATING entries and bump versionrelease/14.1.0-p7Mark Johnston2025-01-291-1/+1
* tarfs: Fix the size of struct tarfs_fid and add a static assertRick Macklem2025-01-292-1/+3
* ext2fs: Fix the size of struct ufid and add a static assertRick Macklem2025-01-292-1/+3
* cd9660: Make sure that struct ifid fits in generic filehandle structureMark Johnston2025-01-292-1/+4
* audit: Fix short-circuiting in syscallenter()Mark Johnston2025-01-292-4/+9
* svc.c: Check for a non-NULL xp_socketRick Macklem2025-01-291-0/+1
* Add UPDATING entries and bump revisionEd 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-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
* Destroy ARC buffer in case of fill errorAlexander Motin2024-06-181-0/+1
* Update in preparation for 14.1-RELEASErelease/14.1.0Colin Percival2024-05-311-1/+1
* 14.1: update to RC1Colin Percival2024-05-241-1/+1
* Fix scn_queue races on very old poolsAlexander Motin2024-05-232-0/+7
* geli: allocate a UMA pool earlierMariusz Zaborski2024-05-231-1/+3
* fib_dxr: check if cached fib_data matches the new request in dxr_init()Marko Zec2024-05-231-2/+3
* fib_dxr: s/KASSERT/MPASS/Marko Zec2024-05-231-20/+13
* fib_dxr: KASSERTs for chasing NULL ptr and runaway refcount suspectsMarko Zec2024-05-231-0/+3
* fib_dxr: move the bulko of malloc() failure logging into dxr_build()Marko Zec2024-05-231-47/+30
* fib_dxr: update comment.Marko Zec2024-05-231-1/+1
* fib_dxr: free() does nothing if arg is NULL, so remove a redundant check.Marko Zec2024-05-231-5/+2
* fib_dxr: log malloc() failures.Marko Zec2024-05-231-7/+38