Source-Changes archive

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

NetBSD master CVS tree commits



matthias
Thu May  8 06:38:30 PDT 1997
Update of /cvsroot/src/lib/libc/arch/ns32k
In directory netbsd1:/home/matthias/netbsd/lib/libc/arch/ns32k

Modified Files:
        SYS.h 
Log Message:
* Add correct $NetBSD$ headers everywhere.
* Remove $Id$ headers.
* Support LIB_SCCS in all files.
* Use local labels where ever possible.
* Use cpufunc.h instead of __asm__ when possible.
* Access labels with _C_LABEL and _ASM_LABEL.
* Always set errno by calling cerror.
* No more FRAME/EMARF.
* No more SVC, use SYSTRAP instead.
* Use "$Masqueraded: as XXX $" to show e.g. memcpy compiled as bcopy.
* Rewrite vfork to work even whith a "real" vfork system call.
* Make cerror take care of _REENTRANT.


matthias
Thu May  8 06:38:42 PDT 1997
Update of /cvsroot/src/lib/libc/arch/ns32k/gen
In directory netbsd1:/home/matthias/netbsd/lib/libc/arch/ns32k/gen

Modified Files:
        __main.c _setjmp.S alloca.S fabs.S flt_rounds.c fpgetmask.c 
        fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c 
        fpsetsticky.c frexp.S infinity.c isinf.c ldexp.S modf.S 
        setjmp.S sigsetjmp.S 
Log Message:
* Add correct $NetBSD$ headers everywhere.
* Remove $Id$ headers.
* Support LIB_SCCS in all files.
* Use local labels where ever possible.
* Use cpufunc.h instead of __asm__ when possible.
* Access labels with _C_LABEL and _ASM_LABEL.
* Always set errno by calling cerror.
* No more FRAME/EMARF.
* No more SVC, use SYSTRAP instead.
* Use "$Masqueraded: as XXX $" to show e.g. memcpy compiled as bcopy.
* Rewrite vfork to work even whith a "real" vfork system call.
* Make cerror take care of _REENTRANT.


matthias
Thu May  8 06:38:45 PDT 1997
Update of /cvsroot/src/lib/libc/arch/ns32k/net
In directory netbsd1:/home/matthias/netbsd/lib/libc/arch/ns32k/net

Modified Files:
        htonl.S htons.S ntohl.S ntohs.S 
Log Message:
* Add correct $NetBSD$ headers everywhere.
* Remove $Id$ headers.
* Support LIB_SCCS in all files.
* Use local labels where ever possible.
* Use cpufunc.h instead of __asm__ when possible.
* Access labels with _C_LABEL and _ASM_LABEL.
* Always set errno by calling cerror.
* No more FRAME/EMARF.
* No more SVC, use SYSTRAP instead.
* Use "$Masqueraded: as XXX $" to show e.g. memcpy compiled as bcopy.
* Rewrite vfork to work even whith a "real" vfork system call.
* Make cerror take care of _REENTRANT.


matthias
Thu May  8 06:38:46 PDT 1997
Update of /cvsroot/src/lib/libc/arch/ns32k/stdlib
In directory netbsd1:/home/matthias/netbsd/lib/libc/arch/ns32k/stdlib

Modified Files:
        abs.S 
Log Message:
* Add correct $NetBSD$ headers everywhere.
* Remove $Id$ headers.
* Support LIB_SCCS in all files.
* Use local labels where ever possible.
* Use cpufunc.h instead of __asm__ when possible.
* Access labels with _C_LABEL and _ASM_LABEL.
* Always set errno by calling cerror.
* No more FRAME/EMARF.
* No more SVC, use SYSTRAP instead.
* Use "$Masqueraded: as XXX $" to show e.g. memcpy compiled as bcopy.
* Rewrite vfork to work even whith a "real" vfork system call.
* Make cerror take care of _REENTRANT.


matthias
Thu May  8 06:39:01 PDT 1997
Update of /cvsroot/src/lib/libc/arch/ns32k/string
In directory netbsd1:/home/matthias/netbsd/lib/libc/arch/ns32k/string

Modified Files:
        bcmp.S bcopy.S bzero.S ffs.S index.S memccpy.S memchr.S 
        memcmp.S memcpy.S memmove.S memset.S rindex.S strcat.S 
        strchr.S strcmp.S strcpy.S strlen.S strncat.S strncmp.S 
        strncpy.S strrchr.S 
Log Message:
* Add correct $NetBSD$ headers everywhere.
* Remove $Id$ headers.
* Support LIB_SCCS in all files.
* Use local labels where ever possible.
* Use cpufunc.h instead of __asm__ when possible.
* Access labels with _C_LABEL and _ASM_LABEL.
* Always set errno by calling cerror.
* No more FRAME/EMARF.
* No more SVC, use SYSTRAP instead.
* Use "$Masqueraded: as XXX $" to show e.g. memcpy compiled as bcopy.
* Rewrite vfork to work even whith a "real" vfork system call.
* Make cerror take care of _REENTRANT.


matthias
Thu May  8 06:39:11 PDT 1997
Update of /cvsroot/src/lib/libc/arch/ns32k/sys
In directory netbsd1:/home/matthias/netbsd/lib/libc/arch/ns32k/sys

Modified Files:
        Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S 
        setlogin.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S 
        syscall.S 
Log Message:
* Add correct $NetBSD$ headers everywhere.
* Remove $Id$ headers.
* Support LIB_SCCS in all files.
* Use local labels where ever possible.
* Use cpufunc.h instead of __asm__ when possible.
* Access labels with _C_LABEL and _ASM_LABEL.
* Always set errno by calling cerror.
* No more FRAME/EMARF.
* No more SVC, use SYSTRAP instead.
* Use "$Masqueraded: as XXX $" to show e.g. memcpy compiled as bcopy.
* Rewrite vfork to work even whith a "real" vfork system call.
* Make cerror take care of _REENTRANT.




Home | Main Index | Thread Index | Old Index