Date: Fri, 12 Jan 2007 07:26:21 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_attr_destroy.c thr_attr_getdetachstate.c thr_attr_getstackaddr.c thr_attr_getstacksize.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setdetachstate.c thr_attr_setstackaddr.c thr_attr_setstacksize.c thr_clean.c thr_close.c thr_cond.c ... Message-ID: <200701120726.l0C7QLNP024634@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-01-12 07:26:21 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_attr_destroy.c thr_attr_getdetachstate.c thr_attr_getstackaddr.c thr_attr_getstacksize.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setdetachstate.c thr_attr_setstackaddr.c thr_attr_setstacksize.c thr_clean.c thr_close.c thr_cond.c thr_condattr_destroy.c thr_condattr_init.c thr_create.c thr_detach.c thr_equal.c thr_exit.c thr_fcntl.c thr_find_thread.c thr_fork.c thr_fsync.c thr_getprio.c thr_info.c thr_init.c thr_join.c thr_kill.c thr_mattr_kind_np.c thr_multi_np.c thr_mutex.c thr_mutexattr_destroy.c thr_nanosleep.c thr_once.c thr_open.c thr_private.h thr_read.c thr_readv.c thr_resume_np.c thr_select.c thr_self.c thr_seterrno.c thr_setprio.c thr_sig.c thr_sigaction.c thr_sigmask.c thr_sigprocmask.c thr_sigsuspend.c thr_sigwait.c thr_single_np.c thr_spec.c thr_spinlock.c thr_suspend_np.c thr_symbols.c thr_wait4.c thr_write.c thr_writev.c thr_yield.c lib/libthr/thread thr_attr.c thr_clean.c thr_condattr.c thr_equal.c thr_exit.c thr_fork.c thr_getprio.c thr_info.c thr_kill.c thr_multi_np.c thr_mutexattr.c thr_resume_np.c thr_self.c thr_setprio.c thr_single_np.c thr_spec.c thr_spinlock.c thr_suspend_np.c thr_symbols.c thr_syscalls.c thr_yield.c Log: Remove 3rd clause, renumber, ok per email Revision Changes Path 1.9 +1 -4 src/lib/libpthread/thread/thr_attr_destroy.c 1.9 +1 -4 src/lib/libpthread/thread/thr_attr_getdetachstate.c 1.9 +1 -4 src/lib/libpthread/thread/thr_attr_getstackaddr.c 1.9 +1 -4 src/lib/libpthread/thread/thr_attr_getstacksize.c 1.12 +1 -4 src/lib/libpthread/thread/thr_attr_init.c 1.10 +1 -4 src/lib/libpthread/thread/thr_attr_setcreatesuspend_np.c 1.9 +1 -4 src/lib/libpthread/thread/thr_attr_setdetachstate.c 1.9 +1 -4 src/lib/libpthread/thread/thr_attr_setstackaddr.c 1.10 +1 -4 src/lib/libpthread/thread/thr_attr_setstacksize.c 1.11 +1 -4 src/lib/libpthread/thread/thr_clean.c 1.19 +1 -4 src/lib/libpthread/thread/thr_close.c 1.56 +1 -4 src/lib/libpthread/thread/thr_cond.c 1.9 +1 -4 src/lib/libpthread/thread/thr_condattr_destroy.c 1.10 +1 -4 src/lib/libpthread/thread/thr_condattr_init.c 1.61 +1 -4 src/lib/libpthread/thread/thr_create.c 1.25 +1 -4 src/lib/libpthread/thread/thr_detach.c 1.8 +1 -4 src/lib/libpthread/thread/thr_equal.c 1.41 +1 -4 src/lib/libpthread/thread/thr_exit.c 1.21 +1 -4 src/lib/libpthread/thread/thr_fcntl.c 1.15 +1 -4 src/lib/libpthread/thread/thr_find_thread.c 1.38 +1 -4 src/lib/libpthread/thread/thr_fork.c 1.16 +1 -4 src/lib/libpthread/thread/thr_fsync.c 1.12 +1 -4 src/lib/libpthread/thread/thr_getprio.c 1.29 +1 -4 src/lib/libpthread/thread/thr_info.c 1.75 +1 -4 src/lib/libpthread/thread/thr_init.c 1.31 +1 -4 src/lib/libpthread/thread/thr_join.c 1.18 +1 -4 src/lib/libpthread/thread/thr_kill.c 1.11 +1 -4 src/lib/libpthread/thread/thr_mattr_kind_np.c 1.9 +1 -4 src/lib/libpthread/thread/thr_multi_np.c 1.52 +1 -4 src/lib/libpthread/thread/thr_mutex.c 1.10 +1 -4 src/lib/libpthread/thread/thr_mutexattr_destroy.c 1.27 +1 -4 src/lib/libpthread/thread/thr_nanosleep.c 1.12 +1 -4 src/lib/libpthread/thread/thr_once.c 1.18 +1 -4 src/lib/libpthread/thread/thr_open.c 1.128 +1 -4 src/lib/libpthread/thread/thr_private.h 1.20 +1 -4 src/lib/libpthread/thread/thr_read.c 1.21 +1 -4 src/lib/libpthread/thread/thr_readv.c 1.20 +1 -4 src/lib/libpthread/thread/thr_resume_np.c 1.28 +1 -4 src/lib/libpthread/thread/thr_select.c 1.9 +1 -4 src/lib/libpthread/thread/thr_self.c 1.8 +1 -4 src/lib/libpthread/thread/thr_seterrno.c 1.12 +1 -4 src/lib/libpthread/thread/thr_setprio.c 1.86 +1 -4 src/lib/libpthread/thread/thr_sig.c 1.25 +1 -4 src/lib/libpthread/thread/thr_sigaction.c 1.21 +1 -4 src/lib/libpthread/thread/thr_sigmask.c 1.19 +1 -4 src/lib/libpthread/thread/thr_sigprocmask.c 1.29 +1 -4 src/lib/libpthread/thread/thr_sigsuspend.c 1.37 +1 -4 src/lib/libpthread/thread/thr_sigwait.c 1.8 +1 -4 src/lib/libpthread/thread/thr_single_np.c 1.24 +1 -4 src/lib/libpthread/thread/thr_spec.c 1.25 +1 -4 src/lib/libpthread/thread/thr_spinlock.c 1.21 +1 -4 src/lib/libpthread/thread/thr_suspend_np.c 1.5 +1 -4 src/lib/libpthread/thread/thr_symbols.c 1.21 +1 -4 src/lib/libpthread/thread/thr_wait4.c 1.26 +1 -4 src/lib/libpthread/thread/thr_write.c 1.26 +1 -4 src/lib/libpthread/thread/thr_writev.c 1.17 +1 -4 src/lib/libpthread/thread/thr_yield.c 1.8 +1 -4 src/lib/libthr/thread/thr_attr.c 1.5 +1 -4 src/lib/libthr/thread/thr_clean.c 1.3 +1 -4 src/lib/libthr/thread/thr_condattr.c 1.3 +1 -4 src/lib/libthr/thread/thr_equal.c 1.23 +1 -4 src/lib/libthr/thread/thr_exit.c 1.8 +1 -4 src/lib/libthr/thread/thr_fork.c 1.3 +1 -4 src/lib/libthr/thread/thr_getprio.c 1.9 +1 -4 src/lib/libthr/thread/thr_info.c 1.3 +1 -4 src/lib/libthr/thread/thr_kill.c 1.3 +1 -4 src/lib/libthr/thread/thr_multi_np.c 1.7 +2 -8 src/lib/libthr/thread/thr_mutexattr.c 1.11 +1 -4 src/lib/libthr/thread/thr_resume_np.c 1.5 +1 -4 src/lib/libthr/thread/thr_self.c 1.8 +1 -4 src/lib/libthr/thread/thr_setprio.c 1.3 +1 -4 src/lib/libthr/thread/thr_single_np.c 1.6 +1 -4 src/lib/libthr/thread/thr_spec.c 1.15 +1 -4 src/lib/libthr/thread/thr_spinlock.c 1.8 +1 -4 src/lib/libthr/thread/thr_suspend_np.c 1.4 +1 -4 src/lib/libthr/thread/thr_symbols.c 1.16 +1 -4 src/lib/libthr/thread/thr_syscalls.c 1.3 +1 -4 src/lib/libthr/thread/thr_yield.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701120726.l0C7QLNP024634>