aboutsummaryrefslogtreecommitdiffstats
path: root/sys/extract.sh
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-08-16 13:42:04 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-08-16 13:42:04 +0200
commitf93be58429d77a7928d96205e7ee34e4bbb7cc9c (patch)
treec8c56fd4ba94b738778c951799799f2ac5629ead /sys/extract.sh
parent6a0246bf72830c3461e9784c104894882738541f (diff)
sys: add some known xattr names
Move xattr syscalls to own file and better describe xattr names. They usually have prefix+name structure and there are some known values.
Diffstat (limited to 'sys/extract.sh')
-rwxr-xr-xsys/extract.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/extract.sh b/sys/extract.sh
index 7f8e11dea..59cc723e7 100755
--- a/sys/extract.sh
+++ b/sys/extract.sh
@@ -28,7 +28,8 @@ UPSTREAM_FILES="sys/bpf.txt sys/dri.txt sys/fuse.txt sys/input.txt sys/ipc.txt
sys/socket_inet_sctp.txt sys/socket_inet_dccp.txt
sys/socket_kcm.txt sys/socket_key.txt sys/socket_netlink.txt
sys/socket_netrom.txt sys/socket_nfc.txt sys/socket_unix.txt
- sys/socket_ipx.txt sys/socket_ax25.txt sys/socket_llc.txt"
+ sys/socket_ipx.txt sys/socket_ax25.txt sys/socket_llc.txt
+ sys/xattr.txt"
ANDROID_FILES="sys/tlk_device.txt sys/ion.txt"