Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
bouyer
Thu Oct 9 08:42:20 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/alpha/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:21 PDT 1997
Update of /cvsroot/src/sys/arch/arm32/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/arm32/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:23 PDT 1997
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/i386/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:24 PDT 1997
Update of /cvsroot/src/sys/arch/m68k/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/m68k/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:25 PDT 1997
Update of /cvsroot/src/sys/arch/mips/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/mips/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:26 PDT 1997
Update of /cvsroot/src/sys/arch/pc532/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/pc532/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:28 PDT 1997
Update of /cvsroot/src/sys/arch/powerpc/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/powerpc/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:29 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/sparc/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:30 PDT 1997
Update of /cvsroot/src/sys/arch/vax/include
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/arch/vax/include
Modified Files:
endian.h
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:32 PDT 1997
Update of /cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/conf
Modified Files:
files
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:34 PDT 1997
Update of /cvsroot/src/sys/lib/libkern
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern
Added Files:
bswap16.c bswap32.c bswap64.c
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:35 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/alpha
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:36 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/arm32
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/arm32
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:38 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/i386
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/i386
Modified Files:
Makefile.inc
Added Files:
bswap16.S bswap32.S
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:39 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/m68k
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:40 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/mips
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/mips
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:41 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/ns32k
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/ns32k
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:42 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/powerpc
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/powerpc
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:44 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/sparc
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:45 PDT 1997
Update of /cvsroot/src/sys/lib/libkern/arch/vax
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/lib/libkern/arch/vax
Modified Files:
Makefile.inc
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
bouyer
Thu Oct 9 08:42:55 PDT 1997
Update of /cvsroot/src/sys/ufs/ext2fs
In directory netbsd1:/var/slash-tmp/cvs-serv12944/sys/ufs/ext2fs
Modified Files:
ext2fs.h ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c
ext2fs_dinode.h ext2fs_inode.c ext2fs_lookup.c ext2fs_vfsops.c
ext2fs_vnops.c
Added Files:
ext2fs_bswap.c
Log Message:
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
Only assembly version for i386 bswap16 and bswap32 for now (bswap64 uses
bswap32). Contribution of assembly versions of these are welcome.
Add byte-swapping of ext2fs metadata for big-endian systems.
Tested on i386 and sparc.
mycroft
Thu Oct 9 08:45:16 PDT 1997
Update of /cvsroot/src/lib/librpcsvc
In directory netbsd1:/var/slash-tmp/cvs-serv15652
Modified Files:
rnusers.x
Log Message:
KNF.
Home |
Main Index |
Thread Index |
Old Index