Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Fill syscallnames up to nsysent so that n<nsysent h...
details: https://anonhg.NetBSD.org/src/rev/67e7360a0408
branches: trunk
changeset: 760179:67e7360a0408
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Dec 30 11:42:53 2010 +0000
description:
Fill syscallnames up to nsysent so that n<nsysent has a non-hyperspace
string mapping.
diffstat:
sys/kern/makesyscalls.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 273f1b0e134f -r 67e7360a0408 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Thu Dec 30 11:29:21 2010 +0000
+++ b/sys/kern/makesyscalls.sh Thu Dec 30 11:42:53 2010 +0000
@@ -1,5 +1,5 @@
#! /bin/sh -
-# $NetBSD: makesyscalls.sh,v 1.103 2010/11/17 21:47:11 pooka Exp $
+# $NetBSD: makesyscalls.sh,v 1.104 2010/12/30 11:42:53 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -817,6 +817,7 @@
sys_nosys, syscall) > sysent
printf("\t{ 0, 0, 0,\n\t %s },\t\t\t/* %d = filler */\n", \
"(sy_call_t *)rump_enosys", syscall) > rumpsysent
+ printf("\t/* %3d */\t\"# filler\",\n", syscall, syscall) > sysnamesbottom
syscall++
}
}
Home |
Main Index |
Thread Index |
Old Index