diff options
| author | Ayushi Sharma <35501599+ais2397@users.noreply.github.com> | 2020-04-04 03:37:51 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 00:07:51 +0200 |
| commit | d9ed075d1a287f63cfa1dc84cbf609e624b26bc7 (patch) | |
| tree | d0757db442d0d4f7bc3540e849358524a2dd6883 /sys/netbsd/sys_amd64.const | |
| parent | ef26b61025bac4c6bb1a0ef7eccc45f43f84c841 (diff) | |
sys/netbsd: adding chflags(2) syscalls (#1661)
Diffstat (limited to 'sys/netbsd/sys_amd64.const')
| -rw-r--r-- | sys/netbsd/sys_amd64.const | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/netbsd/sys_amd64.const b/sys/netbsd/sys_amd64.const index e783d58cc..faecf351b 100644 --- a/sys/netbsd/sys_amd64.const +++ b/sys/netbsd/sys_amd64.const @@ -83,9 +83,13 @@ SA_ONSTACK = 1 SA_RESETHAND = 4 SA_RESTART = 2 SA_SIGINFO = 64 +SF_APPEND = 262144 +SF_ARCHIVED = 65536 +SF_IMMUTABLE = 131072 SYS___clone = 287 SYS___vfork14 = 282 SYS_chdir = 12 +SYS_chflags = 34 SYS_chmod = 15 SYS_chown = 16 SYS_chroot = 61 @@ -97,6 +101,7 @@ SYS_execve = 59 SYS_exit = 1 SYS_faccessat = 462 SYS_fchdir = 13 +SYS_fchflags = 35 SYS_fchmod = 124 SYS_fchmodat = 463 SYS_fchown = 123 @@ -121,6 +126,7 @@ SYS_getppid = 39 SYS_getrlimit = 194 SYS_getrusage = 445 SYS_getuid = 24 +SYS_lchflags = 304 SYS_lchown = 275 SYS_link = 9 SYS_linkat = 457 @@ -177,6 +183,10 @@ S_IXGRP = 8 S_IXOTH = 1 S_IXUSR = 64 TIMER_ABSTIME = 1 +UF_APPEND = 4 +UF_IMMUTABLE = 2 +UF_NODUMP = 1 +UF_OPAQUE = 8 WALLSIG = 8 WALTSIG = 4 WCONTINUED = 16 |
