summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall-hide.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1997-05-07 16:05:47 +0000
committerdfr <dfr@FreeBSD.org>1997-05-07 16:05:47 +0000
commita5c67c037de86a483b62282188a8f3bb317e025e (patch)
treec29b670955d175620aa70e7f3380533a51ed2f2e /sys/sys/syscall-hide.h
parent3ff0dc0cb9c912ce6e939036661e3c3137b1e7a4 (diff)
downloadFreeBSD-src-a5c67c037de86a483b62282188a8f3bb317e025e.zip
FreeBSD-src-a5c67c037de86a483b62282188a8f3bb317e025e.tar.gz
This is the kernel linker. To use it, you will first need to apply
the patches in freefall:/home/dfr/ld.diffs to your ld sources and set BINFORMAT to aoutkld when linking the kernel. Library changes and userland utilities will appear in a later commit.
Diffstat (limited to 'sys/sys/syscall-hide.h')
-rw-r--r--sys/sys/syscall-hide.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index 99f9f46..6d6aacd 100644
--- a/sys/sys/syscall-hide.h
+++ b/sys/sys/syscall-hide.h
@@ -214,3 +214,13 @@ HIDE_BSD(minherit)
HIDE_BSD(rfork)
HIDE_BSD(issetugid)
HIDE_BSD(lchown)
+HIDE_BSD(modnext)
+HIDE_BSD(modstat)
+HIDE_BSD(modfnext)
+HIDE_BSD(modfind)
+HIDE_BSD(kldload)
+HIDE_BSD(kldunload)
+HIDE_BSD(kldfind)
+HIDE_BSD(kldnext)
+HIDE_BSD(kldstat)
+HIDE_BSD(kldfirstmod)
OpenPOWER on IntegriCloud