Source-Changes archive

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

NetBSD master CVS tree commits



mark
Thu Oct 17 17:48:30 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv21986

Modified Files:
        wd.c 
Log Message:
Fixed 4 compiler warnings about casts on insw() and outsw() calls.


jtc
Thu Oct 17 17:49:04 PDT 1996
Update of /cvsroot/src/lib/libc/arch/ns32k
In directory netbsd1:/var/slash-tmp/cvs-serv22004

Modified Files:
        SYS.h 
Log Message:
Added new macros:
        SYSTRAP(x):             Expands to the code used to call syscall x.
                                This is used to simplify other macros.

        SYSCALL_NOERROR(x):     Like SYSCALL except that "x" is a syscall
                                that can never fail.

        RSYSCALL_NOERROR(x):    Like RSYSCALL except that "x" is a syscall
                                that can never fail.




Home | Main Index | Thread Index | Old Index