aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_acl.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* ext2fs: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-201-2/+0
* SPDX: Complete license IDs for ext2fs.Pedro F. Giffuni2017-12-021-0/+2
* extfs: fix the build with no UFS_ACL.Pedro F. Giffuni2017-06-111-0/+4
* ext2fs(4): Fix a null dererence and clean an unclear switchConrad Meyer2017-06-031-17/+20
* ext2fs(4): Fix a number of broken flag checksConrad Meyer2017-06-031-3/+3
* Fix potential memory leak.Pedro F. Giffuni2017-05-281-6/+6
* Support for linux ext2fs posix-draft ACLs.Pedro F. Giffuni2017-05-281-0/+521