Module name: atfify Committed by: qx89l4 Date: Sat Jul 12 18:52:29 UTC 2008
Modified Files: atfify/tests: Atffile Makefile atfify/tests/c: Atffile Makefile atfify/tests/c/csu: Atffile Makefile atfify/tests/c/csu/initfini: Atffile Makefile h_initfini.c t_initfini.sh atfify/tests/c/csu/initfini/arch/alpha: initfini_asm.S atfify/tests/c/csu/initfini/arch/arm: initfini_asm.S atfify/tests/c/csu/initfini/arch/hppa: initfini_asm.S atfify/tests/c/csu/initfini/arch/i386: initfini_asm.S atfify/tests/c/csu/initfini/arch/m68k: initfini_asm.S atfify/tests/c/csu/initfini/arch/mips: initfini_asm.S atfify/tests/c/csu/initfini/arch/powerpc: initfini_asm.S atfify/tests/c/csu/initfini/arch/sh3: initfini_asm.S atfify/tests/c/csu/initfini/arch/sparc: initfini_asm.S atfify/tests/c/csu/initfini/arch/sparc64: initfini_asm.S atfify/tests/c/csu/initfini/arch/vax: initfini_asm.S atfify/tests/c/csu/initfini/arch/x86_64: initfini_asm.S atfify/tests/c/include: Atffile Makefile t_include.sh atfify/tests/c/include/bitstring: Makefile h_bitstring.c atfify/tests/c/include/bootblock: Makefile h_bootblock.c atfify/tests/c/include/stdint: Makefile h_stdint.c atfify/tests/c/include/symbolcheck: Makefile h_symbolcheck.c atfify/tests/c/lint1: Atffile Makefile t_lint1.awk t_lint1.in atfify/tests/crypto: Makefile Makefile.inc t_libcrypto.awk t_libcrypto.in atfify/tests/crypto/bf: Makefile atfify/tests/crypto/bn: Makefile Makefile.inc atfify/tests/crypto/bn/bn: Makefile atfify/tests/crypto/bn/div: Makefile atfify/tests/crypto/bn/exp: Makefile atfify/tests/crypto/cast: Makefile atfify/tests/crypto/conf: Makefile atfify/tests/crypto/des: Makefile atfify/tests/crypto/dh: Makefile atfify/tests/crypto/dsa: Makefile atfify/tests/crypto/ec: Makefile atfify/tests/crypto/ecdh: Makefile atfify/tests/crypto/ecdsa: Makefile atfify/tests/crypto/engine: Makefile atfify/tests/crypto/hmac: Makefile atfify/tests/crypto/idea: Makefile atfify/tests/crypto/lhash: Makefile atfify/tests/crypto/md2: Makefile atfify/tests/crypto/md4: Makefile atfify/tests/crypto/md5: Makefile atfify/tests/crypto/mdc2: Makefile atfify/tests/crypto/rand: Makefile atfify/tests/crypto/rc2: Makefile atfify/tests/crypto/rc4: Makefile atfify/tests/crypto/rc5: Makefile atfify/tests/crypto/ripemd: Makefile atfify/tests/crypto/rsa: Makefile atfify/tests/crypto/sha: Makefile atfify/tests/crypto/sha1: Makefile atfify/tests/crypto/x509v3: Makefile atfify/tests/cxx: Atffile Makefile h_destructor.cc t_cxx.sh atfify/tests/sys: Atffile Makefile atfify/tests/sys/libevent: Atffile Makefile t_libevent.sh atfify/tests/sys/libevent/libevent: Makefile regress.c regress.gen.c regress.gen.h regress.h regress_dns.c regress_http.c regress_rpc.c atfify/tests/sys/libm: Atffile Makefile t_libm.c atfify/tests/sys/libposix: Atffile Makefile t_libposix.c atfify/tests/sys/libposix/bsd: Atffile Makefile atfify/tests/sys/libposix/posix1: Atffile Makefile atfify/tests/sys/libposix/posix2: Atffile Makefile atfify/tests/sys/libprop: Atffile Makefile t_libprop.c atfify/tests/sys/librt: Atffile Makefile t_librt.c Log Message: Fixed rcsid tags and copyright info To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 atfify/tests/Atffile atfify/tests/Makefile \ atfify/tests/c/Atffile atfify/tests/c/Makefile \ atfify/tests/c/csu/Atffile atfify/tests/c/csu/Makefile \ atfify/tests/c/csu/initfini/Atffile atfify/tests/c/csu/initfini/Makefile \ atfify/tests/c/csu/initfini/arch/alpha/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/arm/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/hppa/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/i386/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/m68k/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/mips/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/powerpc/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/sh3/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/sparc/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/sparc64/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/vax/initfini_asm.S \ atfify/tests/c/csu/initfini/arch/x86_64/initfini_asm.S \ atfify/tests/c/csu/initfini/h_initfini.c \ atfify/tests/c/csu/initfini/t_initfini.sh atfify/tests/c/include/Atffile \ atfify/tests/c/include/Makefile \ atfify/tests/c/include/bitstring/Makefile \ atfify/tests/c/include/bitstring/h_bitstring.c \ atfify/tests/c/include/bootblock/Makefile \ atfify/tests/c/include/bootblock/h_bootblock.c \ atfify/tests/c/include/stdint/Makefile \ atfify/tests/c/include/stdint/h_stdint.c \ atfify/tests/c/include/symbolcheck/Makefile \ atfify/tests/c/include/symbolcheck/h_symbolcheck.c \ atfify/tests/c/include/t_include.sh atfify/tests/c/lint1/Atffile \ atfify/tests/c/lint1/Makefile atfify/tests/c/lint1/t_lint1.awk \ atfify/tests/c/lint1/t_lint1.in atfify/tests/crypto/Makefile \ atfify/tests/crypto/Makefile.inc atfify/tests/crypto/bf/Makefile \ atfify/tests/crypto/bn/Makefile atfify/tests/crypto/bn/Makefile.inc \ atfify/tests/crypto/bn/bn/Makefile atfify/tests/crypto/bn/div/Makefile \ atfify/tests/crypto/bn/exp/Makefile atfify/tests/crypto/cast/Makefile \ atfify/tests/crypto/conf/Makefile atfify/tests/crypto/des/Makefile \ atfify/tests/crypto/dh/Makefile atfify/tests/crypto/dsa/Makefile \ atfify/tests/crypto/ec/Makefile atfify/tests/crypto/ecdh/Makefile \ atfify/tests/crypto/ecdsa/Makefile atfify/tests/crypto/engine/Makefile \ atfify/tests/crypto/hmac/Makefile atfify/tests/crypto/idea/Makefile \ atfify/tests/crypto/lhash/Makefile atfify/tests/crypto/md2/Makefile \ atfify/tests/crypto/md4/Makefile atfify/tests/crypto/md5/Makefile \ atfify/tests/crypto/mdc2/Makefile atfify/tests/crypto/rand/Makefile \ atfify/tests/crypto/rc2/Makefile atfify/tests/crypto/rc4/Makefile \ atfify/tests/crypto/rc5/Makefile atfify/tests/crypto/ripemd/Makefile \ atfify/tests/crypto/rsa/Makefile atfify/tests/crypto/sha/Makefile \ atfify/tests/crypto/sha1/Makefile atfify/tests/crypto/t_libcrypto.awk \ atfify/tests/crypto/t_libcrypto.in atfify/tests/crypto/x509v3/Makefile \ atfify/tests/cxx/Atffile atfify/tests/cxx/Makefile \ atfify/tests/cxx/h_destructor.cc atfify/tests/cxx/t_cxx.sh \ atfify/tests/sys/Atffile atfify/tests/sys/Makefile \ atfify/tests/sys/libevent/Atffile atfify/tests/sys/libevent/Makefile \ atfify/tests/sys/libevent/libevent/Makefile \ atfify/tests/sys/libevent/libevent/regress.c \ atfify/tests/sys/libevent/libevent/regress.gen.c \ atfify/tests/sys/libevent/libevent/regress.gen.h \ atfify/tests/sys/libevent/libevent/regress.h \ atfify/tests/sys/libevent/libevent/regress_dns.c \ atfify/tests/sys/libevent/libevent/regress_http.c \ atfify/tests/sys/libevent/libevent/regress_rpc.c \ atfify/tests/sys/libevent/t_libevent.sh atfify/tests/sys/libm/Atffile \ atfify/tests/sys/libm/Makefile atfify/tests/sys/libm/t_libm.c \ atfify/tests/sys/libposix/Atffile atfify/tests/sys/libposix/Makefile \ atfify/tests/sys/libposix/bsd/Atffile \ atfify/tests/sys/libposix/bsd/Makefile \ atfify/tests/sys/libposix/posix1/Atffile \ atfify/tests/sys/libposix/posix1/Makefile \ atfify/tests/sys/libposix/posix2/Atffile \ atfify/tests/sys/libposix/posix2/Makefile \ atfify/tests/sys/libposix/t_libposix.c atfify/tests/sys/libprop/Atffile \ atfify/tests/sys/libprop/Makefile atfify/tests/sys/libprop/t_libprop.c \ atfify/tests/sys/librt/Atffile atfify/tests/sys/librt/Makefile \ atfify/tests/sys/librt/t_librt.c To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/alpha/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/arm/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/hppa/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/i386/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/m68k/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/mips/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/powerpc/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/sh3/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/sparc/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/sparc64/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/vax/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/arch/x86_64/initfini_asm.S?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/h_initfini.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/csu/initfini/t_initfini.sh?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/bitstring/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/bitstring/h_bitstring.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/bootblock/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/bootblock/h_bootblock.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/stdint/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/stdint/h_stdint.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/symbolcheck/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/symbolcheck/h_symbolcheck.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/include/t_include.sh?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/lint1/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/lint1/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/lint1/t_lint1.awk?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/c/lint1/t_lint1.in?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/Makefile.inc?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/bf/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/bn/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/bn/Makefile.inc?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/bn/bn/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/bn/div/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/bn/exp/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/cast/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/conf/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/des/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/dh/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/dsa/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/ec/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/ecdh/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/ecdsa/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/engine/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/hmac/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/idea/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/lhash/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/md2/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/md4/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/md5/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/mdc2/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/rand/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/rc2/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/rc4/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/rc5/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/ripemd/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/rsa/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/sha/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/sha1/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/t_libcrypto.awk?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/t_libcrypto.in?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/crypto/x509v3/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/cxx/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/cxx/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/cxx/h_destructor.cc?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/cxx/t_cxx.sh?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/regress.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/regress.gen.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/regress.gen.h?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/regress.h?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/regress_dns.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/regress_http.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/libevent/regress_rpc.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libevent/t_libevent.sh?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libm/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libm/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libm/t_libm.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/bsd/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/bsd/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/posix1/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/posix1/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/posix2/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/posix2/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libposix/t_libposix.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libprop/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libprop/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libprop/t_libprop.c?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/librt/Atffile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/librt/Makefile?r1=1.1&r2=1.2 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/librt/t_librt.c?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ NetBSD-SoC-cvs mailing list NetBSD-SoC-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs