Source-Changes archive

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

NetBSD master CVS tree commits



lukem
Sun Oct  5 17:33:20 PDT 1997
Update of /cvsroot/src/usr.sbin/ypset
In directory netbsd1:/var/slash-tmp/cvs-serv21915

Modified Files:
        Makefile ypset.8 
Log Message:
- WARNS?=1 not WARNS=1
- fix .Nm usage


mark
Sun Oct  5 17:35:52 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/string
In directory netbsd1:/var/slash-tmp/cvs-serv22289

Added Files:
        _memcpy.S 
Log Message:
Implement an assembly memory copy routine.


mark
Sun Oct  5 17:37:54 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/string
In directory netbsd1:/var/slash-tmp/cvs-serv22927

Added Files:
        bcopy.S memcpy.S memmove.S 
Log Message:
Implement standard libc memory copy/move functions as stubs onto the
assembly _memcpy() routine.


mark
Sun Oct  5 17:38:34 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/string
In directory netbsd1:/var/slash-tmp/cvs-serv23110

Added Files:
        memset.S 
Log Message:
Implement an assembly version of memset().


mark
Sun Oct  5 17:39:25 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/string
In directory netbsd1:/var/slash-tmp/cvs-serv23260

Added Files:
        bzero.S 
Log Message:
Implement bzero() as a stub that calls memset().




Home | Main Index | Thread Index | Old Index