Source-Changes archive

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

NetBSD master CVS tree commits



thorpej
Tue Nov  4 13:24:20 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv6987/kern

Modified Files:
        kern_prot.c sys_generic.c syscalls.master 
Log Message:
Fix slight argument bogosity with getgroups(), setgroups(), select(),
and swapctl().  For the former three, they use an 'int' in their user-land
prototype which was a 'u_int' in the kernel, which screwed up automatic
generation/checking of lint syscall stubs.  For the latter, the user-land
prototype uses a "const char *", but the syscall just used "char *".

>From Chris Demetriou <cgd%pa.dec.com@localhost>.


thorpej
Tue Nov  4 13:24:24 PST 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv6987/vm

Modified Files:
        vm_swap.c 
Log Message:
Fix slight argument bogosity with getgroups(), setgroups(), select(),
and swapctl().  For the former three, they use an 'int' in their user-land
prototype which was a 'u_int' in the kernel, which screwed up automatic
generation/checking of lint syscall stubs.  For the latter, the user-land
prototype uses a "const char *", but the syscall just used "char *".

>From Chris Demetriou <cgd%pa.dec.com@localhost>.


thorpej
Tue Nov  4 13:26:23 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv7222/kern

Modified Files:
        init_sysent.c syscalls.c 
Log Message:
Regen - syscalls.master changed.


thorpej
Tue Nov  4 13:26:29 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv7222/sys

Modified Files:
        syscall.h syscallargs.h 
Log Message:
Regen - syscalls.master changed.


thorpej
Tue Nov  4 13:27:08 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv7410/kern

Modified Files:
      Tag: netbsd-1-3
        kern_prot.c sys_generic.c syscalls.master 
Log Message:
Pull up from trunk: Fix syscall argument type bogons.


thorpej
Tue Nov  4 13:27:12 PST 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv7410/vm

Modified Files:
      Tag: netbsd-1-3
        vm_swap.c 
Log Message:
Pull up from trunk: Fix syscall argument type bogons.


thorpej
Tue Nov  4 13:28:06 PST 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv7653/sys

Modified Files:
      Tag: netbsd-1-3
        syscall.h syscallargs.h 
Log Message:
Regen - syscalls.master changed.


thorpej
Tue Nov  4 13:28:10 PST 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv7653/kern

Modified Files:
      Tag: netbsd-1-3
        init_sysent.c syscalls.c 
Log Message:
Regen - syscalls.master changed.




Home | Main Index | Thread Index | Old Index