Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



cgd
Sat Dec 21 22:45:15 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv12281/kern

Modified Files:
        makesyscalls.sh 
Log Message:
* Don't actually output args structure definitions for INDIR syscalls (typo).
* Don't output prototypes for INDIR syscalls (since they always show up as
  sys_nosys() in the syscall table).
* Add "indir" to the comment for INDIR syscalls in the syscalls table, so
  it's more obvious why they call sys_nosys().


cgd
Sat Dec 21 22:46:51 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv12376/kern

Modified Files:
        syscalls.master 
Log Message:
mark syscall() and __syscall() as INDIR syscalls

cgd
Sat Dec 21 22:48:19 PST 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv12458/sys

Modified Files:
        syscall.h syscallargs.h 
Log Message:
regen for syscalls.master and makesyscalls.sh changes

cgd
Sat Dec 21 22:48:21 PST 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv12458/kern

Modified Files:
        init_sysent.c syscalls.c 
Log Message:
regen for syscalls.master and makesyscalls.sh changes



Home | Main Index | Thread Index | Old Index