Module name: atfify Committed by: qx89l4 Date: Mon Aug 11 18:38:49 UTC 2008
Modified Files: atfify/tests/sys/libpthread: t_barrier.c t_cond1.c t_cond2.c t_cond3.c t_cond4.c t_cond5.c t_cond6.c t_condcancel1.c t_fork.c t_fpu.c t_kill1.c t_mutex1.c t_mutex2.c t_mutex3.c t_mutex4.c t_name.c t_once1.c t_once2.c t_once3.c t_preempt1.c t_rwlock1.c t_sigalarm.c t_siglongjmp1.c t_sigmask1.c t_sigmask2.c t_sigmask3.c t_sigmask4.c t_sigsuspend.c t_sleep1.c atfify/tests/sys/libpthread/atexit: h_atexit.c atfify/tests/sys/libpthread/cancel2: h_cancel2.c atfify/tests/sys/libpthread/exit1: h_exit1.c atfify/tests/sys/libpthread/resolv: h_resolv.c atfify/tests/sys/libpthread/sem: t_sem.c t_sem2.c atfify/tests/sys/librt: t_librt.c atfify/tests/sys/libskey: t_libskey.c atfify/tests/sys/libutil: t_libutil.c atfify/tests/sys/rtld: t_rtld.c Log Message: A lot of various small fixes To generate a diff of this commit: cvs -z3 rdiff -u -r1.2 -r1.3 atfify/tests/sys/libpthread/atexit/h_atexit.c \ atfify/tests/sys/libpthread/exit1/h_exit1.c \ atfify/tests/sys/libpthread/resolv/h_resolv.c \ atfify/tests/sys/libpthread/t_sigmask1.c cvs -z3 rdiff -u -r1.3 -r1.4 atfify/tests/sys/libpthread/cancel2/h_cancel2.c \ atfify/tests/sys/libpthread/sem/t_sem.c \ atfify/tests/sys/libpthread/sem/t_sem2.c \ atfify/tests/sys/libpthread/t_barrier.c \ atfify/tests/sys/libpthread/t_cond1.c \ atfify/tests/sys/libpthread/t_cond2.c \ atfify/tests/sys/libpthread/t_cond3.c \ atfify/tests/sys/libpthread/t_cond4.c \ atfify/tests/sys/libpthread/t_cond5.c \ atfify/tests/sys/libpthread/t_cond6.c \ atfify/tests/sys/libpthread/t_condcancel1.c \ atfify/tests/sys/libpthread/t_fork.c atfify/tests/sys/libpthread/t_fpu.c \ atfify/tests/sys/libpthread/t_kill1.c \ atfify/tests/sys/libpthread/t_mutex1.c \ atfify/tests/sys/libpthread/t_mutex2.c \ atfify/tests/sys/libpthread/t_mutex3.c \ atfify/tests/sys/libpthread/t_mutex4.c \ atfify/tests/sys/libpthread/t_name.c \ atfify/tests/sys/libpthread/t_once1.c \ atfify/tests/sys/libpthread/t_once2.c \ atfify/tests/sys/libpthread/t_once3.c \ atfify/tests/sys/libpthread/t_preempt1.c \ atfify/tests/sys/libpthread/t_rwlock1.c \ atfify/tests/sys/libpthread/t_sigalarm.c \ atfify/tests/sys/libpthread/t_siglongjmp1.c \ atfify/tests/sys/libpthread/t_sigmask2.c \ atfify/tests/sys/libpthread/t_sigmask3.c \ atfify/tests/sys/libpthread/t_sigmask4.c \ atfify/tests/sys/libpthread/t_sigsuspend.c \ atfify/tests/sys/libpthread/t_sleep1.c cvs -z3 rdiff -u -r1.4 -r1.5 atfify/tests/sys/librt/t_librt.c \ atfify/tests/sys/libskey/t_libskey.c \ atfify/tests/sys/libutil/t_libutil.c atfify/tests/sys/rtld/t_rtld.c To view a diff of this commit: http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/atexit/h_atexit.c?r1=1.2&r2=1.3 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/exit1/h_exit1.c?r1=1.2&r2=1.3 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/resolv/h_resolv.c?r1=1.2&r2=1.3 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_sigmask1.c?r1=1.2&r2=1.3 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/cancel2/h_cancel2.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/sem/t_sem.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/sem/t_sem2.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_barrier.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_cond1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_cond2.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_cond3.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_cond4.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_cond5.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_cond6.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_condcancel1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_fork.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_fpu.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_kill1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_mutex1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_mutex2.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_mutex3.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_mutex4.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_name.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_once1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_once2.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_once3.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_preempt1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_rwlock1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_sigalarm.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_siglongjmp1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_sigmask2.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_sigmask3.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_sigmask4.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_sigsuspend.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libpthread/t_sleep1.c?r1=1.3&r2=1.4 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/librt/t_librt.c?r1=1.4&r2=1.5 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libskey/t_libskey.c?r1=1.4&r2=1.5 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libutil/t_libutil.c?r1=1.4&r2=1.5 http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/rtld/t_rtld.c?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ NetBSD-SoC-cvs mailing list NetBSD-SoC-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs