summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-05-11 03:55:28 +0000
committerdyson <dyson@FreeBSD.org>1998-05-11 03:55:28 +0000
commitee396db7d3a6e8672a75bb02cff258ca0c155aca (patch)
tree933c065ad2c1f57eea72a60d204caae24000469a /sys/kern/syscalls.c
parent24792483ec1e8001000f9a04d734ee9b20788d86 (diff)
downloadFreeBSD-src-ee396db7d3a6e8672a75bb02cff258ca0c155aca.zip
FreeBSD-src-ee396db7d3a6e8672a75bb02cff258ca0c155aca.tar.gz
Fix the futimes/undelete/utrace conflict with other BSD's. Note that
the only common usage of utrace (the possible problem with this commit) is with malloc, so this should be a real problem. Add the various NetBSD syscalls that allow full emulation of their development environment.
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 5a64091..d295b20 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.48 1998/02/03 17:45:43 bde Exp
+ * created from Id: syscalls.master,v 1.49 1998/03/28 11:50:01 dufault Exp
*/
char *syscallnames[] = {
@@ -211,8 +211,8 @@ char *syscallnames[] = {
"__sysctl", /* 202 = __sysctl */
"mlock", /* 203 = mlock */
"munlock", /* 204 = munlock */
- "utrace", /* 205 = utrace */
- "undelete", /* 206 = undelete */
+ "undelete", /* 205 = undelete */
+ "futimes", /* 206 = futimes */
"getpgid", /* 207 = getpgid */
"#208", /* 208 = newreboot */
"poll", /* 209 = poll */
@@ -278,15 +278,15 @@ char *syscallnames[] = {
"#269", /* 269 = nosys */
"#270", /* 270 = nosys */
"#271", /* 271 = nosys */
- "#272", /* 272 = nosys */
+ "getdents", /* 272 = getdents */
"#273", /* 273 = nosys */
- "#274", /* 274 = nosys */
- "#275", /* 275 = nosys */
- "#276", /* 276 = nosys */
- "#277", /* 277 = nosys */
- "#278", /* 278 = nosys */
- "#279", /* 279 = nosys */
- "#280", /* 280 = nosys */
+ "lchmod", /* 274 = lchmod */
+ "netbsd_lchown", /* 275 = netbsd_lchown */
+ "lutimes", /* 276 = lutimes */
+ "netbsd_msync", /* 277 = netbsd_msync */
+ "nstat", /* 278 = nstat */
+ "nfstat", /* 279 = nfstat */
+ "nlstat", /* 280 = nlstat */
"#281", /* 281 = nosys */
"#282", /* 282 = nosys */
"#283", /* 283 = nosys */
@@ -341,4 +341,5 @@ char *syscallnames[] = {
"sched_get_priority_max", /* 332 = sched_get_priority_max */
"sched_get_priority_min", /* 333 = sched_get_priority_min */
"sched_rr_get_interval", /* 334 = sched_rr_get_interval */
+ "utrace", /* 335 = utrace */
};
OpenPOWER on IntegriCloud