Skip to content
Permalink
d4c5cf8060
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
66 lines (54 sloc) 1.92 KB
1999-10-12 Andreas Jaeger <aj@suse.de>
* thread_dbP.h: Include <string.h> for strlen declaration. Remove
__libc_write prototype since this is already declared in
linuxthreads/internals.h.
1999-10-11 Ulrich Drepper <drepper@cygnus.com>
* thread_db.h: Fix comment for ti_type.
* td_thr_get_info.c: Initialize ti_type field.
* td_ta_thr_iter.c: Also report the manager thread.
1999-10-08 Andreas Jaeger <aj@suse.de>
* thread_db.h: Fix typos in comments.
* td_ta_get_nthreads.c (td_ta_get_nthreads): Don't hardcode
libpthread library name, get it from <gnu/lib-names.h> instead.
* td_ta_new.c (td_ta_new): Likewise.
1999-10-08 Ulrich Drepper <drepper@cygnus.com>
* shlib-versions: New file.
1999-10-07 Ulrich Drepper <drepper@cygnus.com>
* Makefile: New file.
* proc_service.h: 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.