aboutsummaryrefslogtreecommitdiffstats
path: root/sys/netbsd/sys.txt
diff options
context:
space:
mode:
authorAyushi Sharma <35501599+ais2397@users.noreply.github.com>2020-05-16 02:13:55 +0530
committerGitHub <noreply@github.com>2020-05-15 13:43:55 -0700
commit37bccd4ed9e71025cd84e857f9ffca4ec8451c6b (patch)
tree7ddbaabaac347010049c37d046d0ad5ad4d13043 /sys/netbsd/sys.txt
parent8a9f1e7dbdb76a9c0af0dc6e3e75e446a7838dc8 (diff)
sys/netbsd: increase syscall support
Diffstat (limited to 'sys/netbsd/sys.txt')
-rw-r--r--sys/netbsd/sys.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netbsd/sys.txt b/sys/netbsd/sys.txt
index 6e359345e..e888155c6 100644
--- a/sys/netbsd/sys.txt
+++ b/sys/netbsd/sys.txt
@@ -79,6 +79,10 @@ setreuid(ruid uid, euid uid)
setregid(rgid gid, egid gid)
getgroups(size len[list], list ptr[inout, array[gid]])
setgroups(size len[list], list ptr[in, array[gid]])
+__getlogin(buf buffer[out], size len[buf])
+getsid(pid pid) pid
+#__setlogin(buf buffer[in]) #Unsure about effects on test process
+#setsid() pid #Unsure about effects on test process
link(old ptr[in, filename], new ptr[in, filename])
linkat(oldfd fd_dir, old ptr[in, filename], newfd fd_dir, new ptr[in, filename], flags flags[linkat_flags])