about summary refs log tree commit diff
path: root/linuxthreads_db/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-08 07:03:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-08 07:03:03 +0000
commit9640bbe1c1fab7e1373e59160889b1fbc0bd000c (patch)
tree287038440c837cce542aba340414a0ce3b677f35 /linuxthreads_db/ChangeLog
parent10507e559514de6b31d1b81cbcc3c81b662aef89 (diff)
downloadglibc-9640bbe1c1fab7e1373e59160889b1fbc0bd000c.tar.gz
glibc-9640bbe1c1fab7e1373e59160889b1fbc0bd000c.tar.xz
glibc-9640bbe1c1fab7e1373e59160889b1fbc0bd000c.zip
Update.
1999-10-07  Ulrich Drepper  <drepper@cygnus.com>

	* Implies: New file.
	* internals.h (struct _pthread_descr_struct): Add p_startfct.
	* manager.c (pthread_handle_create): Initialize p_startfct.
	* pthread.c: Define __linuxthread_pthread_sizeof_descr variable.
Diffstat (limited to 'linuxthreads_db/ChangeLog')
-rw-r--r--linuxthreads_db/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog
new file mode 100644
index 0000000000..1ee1a7e66a
--- /dev/null
+++ b/linuxthreads_db/ChangeLog
@@ -0,0 +1,41 @@
+1999-10-07  Ulrich Drepper  <drepper@cygnus.com>
+
+	* Makefile: New file.
+	* proc_service.h: New file.
+	* shlib-versions: New file.
+	* td_init.c: New file.
+	* td_log.c: New file.
+	* td_ta_delete.c: New file.
+	* td_ta_enable_stats.c: New file.
+	* td_ta_event_addr.c: New file.
+	* td_ta_get_nthreads.c: New file.
+	* td_ta_get_ph.c: New file.
+	* td_ta_get_stats.c: New file.
+	* td_ta_map_id2thr.c: New file.
+	* td_ta_map_lwp2thr.c: New file.
+	* td_ta_new.c: New file.
+	* td_ta_reset_stats.c: New file.
+	* td_ta_setconcurrency.c: New file.
+	* td_ta_thr_iter.c: New file.
+	* td_ta_tsd_iter.c: New file.
+	* td_thr_clear_event.c: New file.
+	* td_thr_dbresume.c: New file.
+	* td_thr_dbsuspend.c: New file.
+	* td_thr_event_enable.c: New file.
+	* td_thr_event_getmsg.c: New file.
+	* td_thr_get_info.c: New file.
+	* td_thr_getfpregs.c: New file.
+	* td_thr_getgregs.c: New file.
+	* td_thr_getxregs.c: New file.
+	* td_thr_getxregsize.c: New file.
+	* td_thr_set_event.c: New file.
+	* td_thr_setfpregs.c: New file.
+	* td_thr_setgregs.c: New file.
+	* td_thr_setprio.c: New file.
+	* td_thr_setsigpending.c: New file.
+	* td_thr_setxregs.c: New file.
+	* td_thr_sigsetmask.c: New file.
+	* td_thr_tsd.c: New file.
+	* td_thr_validate.c: New file.
+	* thread_db.h: New file.
+	* thread_dbP.h: New file.