summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-09-01 19:00:30 +0000
committerngie <ngie@FreeBSD.org>2016-09-01 19:00:30 +0000
commite5d9dd260d350c6aff2ab99aef49797ff0e2642e (patch)
treee8a336d9167082f41506707c84abd05147b80d70 /usr.bin
parent8c21c73a2f1a39996af2e32d4c59f1fc3c6143f0 (diff)
downloadFreeBSD-src-e5d9dd260d350c6aff2ab99aef49797ff0e2642e.zip
FreeBSD-src-e5d9dd260d350c6aff2ab99aef49797ff0e2642e.tar.gz
MFC r304809:
Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT knobs It's not necessarily intuitive that the variables to query contain TRUSTEDBSD in the prefix. Add non-TRUSTEDBSD prefixed knobs for querying things like "_PC_ACL_NFS4". Relnotes: yes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/getconf/pathconf.gperf6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/getconf/pathconf.gperf b/usr.bin/getconf/pathconf.gperf
index fd1a3a9..f283546 100644
--- a/usr.bin/getconf/pathconf.gperf
+++ b/usr.bin/getconf/pathconf.gperf
@@ -20,8 +20,14 @@ static const struct map *in_word_set(const char *str);
%}
struct map { const char *name; int key; int valid; };
%%
+ACL_EXTENDED, _PC_ACL_EXTENDED
+ACL_NFS4, _PC_ACL_NFS4
+ACL_PATH_MAX, _PC_ACL_PATH_MAX
+CAP_PRESENT, _PC_CAP_PRESENT
FILESIZEBITS, _PC_FILESIZEBITS
+INF_PRESENT, _PC_INF_PRESENT
LINK_MAX, _PC_LINK_MAX
+MAC_PRESENT, _PC_MAC_PRESENT
MAX_CANON, _PC_MAX_CANON
MAX_INPUT, _PC_MAX_INPUT
MIN_HOLE_SIZE, _PC_MIN_HOLE_SIZE
OpenPOWER on IntegriCloud