summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
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/kern/syscalls.master
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/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master58
1 files changed, 57 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index fc02d31..dcd916b 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.34 1997/03/31 12:14:48 peter Exp $
+ $Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
;
; System call name/number master file.
@@ -393,3 +393,59 @@
252 UNIMPL NOHIDE poll (OpenBSD)
253 STD BSD { int issetugid(void); }
254 STD BSD { int lchown(char *path, int uid, int gid); }
+255 UNIMPL NOHIDE nosys
+256 UNIMPL NOHIDE nosys
+257 UNIMPL NOHIDE nosys
+258 UNIMPL NOHIDE nosys
+259 UNIMPL NOHIDE nosys
+260 UNIMPL NOHIDE nosys
+261 UNIMPL NOHIDE nosys
+262 UNIMPL NOHIDE nosys
+263 UNIMPL NOHIDE nosys
+264 UNIMPL NOHIDE nosys
+265 UNIMPL NOHIDE nosys
+266 UNIMPL NOHIDE nosys
+267 UNIMPL NOHIDE nosys
+268 UNIMPL NOHIDE nosys
+269 UNIMPL NOHIDE nosys
+270 UNIMPL NOHIDE nosys
+271 UNIMPL NOHIDE nosys
+272 UNIMPL NOHIDE nosys
+273 UNIMPL NOHIDE nosys
+274 UNIMPL NOHIDE nosys
+275 UNIMPL NOHIDE nosys
+276 UNIMPL NOHIDE nosys
+277 UNIMPL NOHIDE nosys
+278 UNIMPL NOHIDE nosys
+279 UNIMPL NOHIDE nosys
+280 UNIMPL NOHIDE nosys
+281 UNIMPL NOHIDE nosys
+282 UNIMPL NOHIDE nosys
+283 UNIMPL NOHIDE nosys
+284 UNIMPL NOHIDE nosys
+285 UNIMPL NOHIDE nosys
+286 UNIMPL NOHIDE nosys
+287 UNIMPL NOHIDE nosys
+288 UNIMPL NOHIDE nosys
+289 UNIMPL NOHIDE nosys
+290 UNIMPL NOHIDE nosys
+291 UNIMPL NOHIDE nosys
+292 UNIMPL NOHIDE nosys
+293 UNIMPL NOHIDE nosys
+294 UNIMPL NOHIDE nosys
+295 UNIMPL NOHIDE nosys
+296 UNIMPL NOHIDE nosys
+297 UNIMPL NOHIDE nosys
+298 UNIMPL NOHIDE nosys
+299 UNIMPL NOHIDE nosys
+; syscall numbers for FreeBSD
+300 STD BSD { int modnext(int modid); }
+301 STD BSD { int modstat(int modid, struct module_stat* stat); }
+302 STD BSD { int modfnext(int modid); }
+303 STD BSD { int modfind(char *name); }
+304 STD BSD { int kldload(const char *file); }
+305 STD BSD { int kldunload(int fileid); }
+306 STD BSD { int kldfind(const char *file); }
+307 STD BSD { int kldnext(int fileid); }
+308 STD BSD { int kldstat(int fileid, struct kld_file_stat* stat); }
+309 STD BSD { int kldfirstmod(int fileid); }
OpenPOWER on IntegriCloud