public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src/rda/unix ChangeLog thread-db.c
@ 2011-11-30 23:14 kevinb
  0 siblings, 0 replies; 22+ messages in thread
From: kevinb @ 2011-11-30 23:14 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2011-11-30 23:14:30

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (TID_MAY_BE_REUSED): Define.
	(find_new_threads_callback): Detect thread id reuse.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.20&r2=1.21


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2005-12-02  0:49 kevinb
  0 siblings, 0 replies; 22+ messages in thread
From: kevinb @ 2005-12-02  0:49 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2005-12-02 00:49:14

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (handle_thread_db_event): Allow underlying target a
	chance to look at the wait status too.
	(thread_db_check_child_state): Ensure that there's a thread list
	to work with when using the thread_db event model.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.16&r2=1.17


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2005-11-04 21:16 kevinb
  0 siblings, 0 replies; 22+ messages in thread
From: kevinb @ 2005-11-04 21:16 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2005-11-04 21:16:29

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (ALWAYS_UPDATE_THREAD_LIST): Define to be 0.
	(handle_thread_db_event): Update thread list upon receipt of
	TD_CREATE or TD_DEATH events.
	(thread_db_check_child_state): Potentially disable, depending upon
	value of ALWAYS_UPDATE_THREAD_LIST, the thread list update.
	(thread_db_check_child_state): Update thread list for signal based
	event model too.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.14&r2=1.15


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2005-06-28  0:59 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2005-06-28  0:59 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2005-06-28 00:59:55

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	Correct merge of Kevin's patch from the trunk.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.34&r2=1.36.2.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.16&r2=1.9.2.17


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2005-03-11  0:01 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2005-03-11  0:01 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2005-03-11 00:01:06

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	Merge changes from trunk, to make progressive branch-vs.-trunk
	diffs easier to generate.
	
	2005-02-08  Kevin Buettner  <kevinb@redhat.com
	
	* td_thr_tls_get_addr_p): New static global.
	(thread_db_dlopen): Initialize ``td_thr_tls_get_addr_p''.
	(thread_db_get_gen): Add support for qGetTLSAddr packet.
	
	2004-12-13  Kevin Buettner  <kevinb@redhat.com>
	
	* thread-db.c (thread_db_get_thread_reg): Don't allow a successful
	return without first initializing ``reg''.
	(thread_db_set_thread_reg): Remove code intended to for
	thread_db_get_thread_reg().
	
	2004-11-18  Kevin Buettner  <kevinb@redhat.com>
	
	* thread-db.c (thread_db_set_thread_reg): Don't allow a successful
	return without first initializing ``reg''.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.32&r2=1.36.2.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.15&r2=1.9.2.16


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2005-02-08 18:29 kevinb
  0 siblings, 0 replies; 22+ messages in thread
From: kevinb @ 2005-02-08 18:29 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2005-02-08 18:29:04

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* td_thr_tls_get_addr_p): New static global.
	(thread_db_dlopen): Initialize ``td_thr_tls_get_addr_p''.
	(thread_db_get_gen): Add support for qGetTLSAddr packet.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.11&r2=1.12


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2005-02-08 16:05 kevinb
  0 siblings, 0 replies; 22+ messages in thread
From: kevinb @ 2005-02-08 16:05 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2005-02-08 16:05:32

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_get_thread_reg): Don't allow a successful
	return without first initializing ``reg''.
	(thread_db_set_thread_reg): Remove code intended to for
	thread_db_get_thread_reg().

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.10&r2=1.11


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-12-03  0:07 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-12-03  0:07 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-12-03 00:07:10

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_open): Produce debugging output.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.25&r2=1.36.2.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.12&r2=1.9.2.13


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-12-03  0:05 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-12-03  0:05 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-12-03 00:05:57

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_thread_info): Produce output that more
	closely resembles GDB's native thread output, to mollify the GDB
	test suite.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.24&r2=1.36.2.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.11&r2=1.9.2.12


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-12-03  0:04 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-12-03  0:04 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-12-03 00:04:46

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_check_child_state): No need to call
	lwp_pool_stop_all twice; update_thread_list stops any new threads.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.23&r2=1.36.2.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.10&r2=1.9.2.11


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-12-03  0:03 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-12-03  0:03 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-12-03 00:03:28

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_attach): Always preload the symbol list
	with the names of the symbols RDA uses itself.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.22&r2=1.36.2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.9&r2=1.9.2.10


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-12-03  0:02 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-12-03  0:02 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-12-03 00:02:44

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_break_program): New function.
	(thread_db_attach): Register it as the 'break_program' method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.21&r2=1.36.2.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.8&r2=1.9.2.9


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-11-18 21:40 kevinb
  0 siblings, 0 replies; 22+ messages in thread
From: kevinb @ 2004-11-18 21:40 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2004-11-18 21:40:04

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_set_thread_reg): Don't allow a successful
	return without first initializing ``reg''.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-11-01 21:55 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-11-01 21:55 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-11-01 21:55:38

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (delete_pending_event): Fix bounds-check assertion.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.13&r2=1.36.2.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.5&r2=1.9.2.6


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-11-01  4:39 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-11-01  4:39 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Branch: 	jimb-rda-nptl-branch
Changes by:	jimb@sourceware.org	2004-11-01 04:39:21

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* stock-breakpoints.c: #include all headers necessary to get
	prototypes for functions used in this file.
	* thread-db.c: Same.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.10&r2=1.36.2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.4&r2=1.9.2.5


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-10-20 19:28 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-10-20 19:28 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2004-10-20 19:28:02

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	Use the libthread_db 'td_symbol_list' function to look up all the
	symbols libthread_db will need when invited to by GDB.
	* thread-db.c (add_symbol_to_list): Make 'name' argument const.
	(td_symbol_list_p): New libthread_db function pointer.
	(thread_db_dlopen): Initialize it.
	(thread_db_attach): Use td_symbol_list to pre-load our symbol
	cache with the names of all the symbols libthread_db will ever
	request.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.8&r2=1.9


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-10-20 19:22 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-10-20 19:22 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2004-10-20 19:22:48

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_get_gen): There's no reason to try to
	open a thread agent until we've at least requested values for all
	the symbols we know about.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.7&r2=1.8


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-10-19 22:54 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-10-19 22:54 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2004-10-19 22:54:23

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (get_thread_signals): Doc fix.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.6&r2=1.7


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-10-19 21:20 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-10-19 21:20 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2004-10-19 21:20:09

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (enum symbol_cache_defined): Move this definition
	above that of (struct symbol_cache), and give it a name.
	(struct symbol_cache): Use that enum as the type of 'defined_p', so
	the debugger will print symbol cache entries more helpfully.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.5&r2=1.6


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-09-22 19:29 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-09-22 19:29 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2004-09-22 19:29:41

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_open, thread_db_get_gen): Doc fixes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-09-22 19:00 jimb
  0 siblings, 0 replies; 22+ messages in thread
From: jimb @ 2004-09-22 19:00 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sourceware.org	2004-09-22 19:00:33

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (thread_db_detach, thread_db_set_gen,
	thread_db_thread_id): Make these functions static.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.3&r2=1.4


^ permalink raw reply	[flat|nested] 22+ messages in thread

* src/rda/unix ChangeLog thread-db.c
@ 2004-04-20 20:33 kevinb
  0 siblings, 0 replies; 22+ messages in thread
From: kevinb @ 2004-04-20 20:33 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	kevinb@sourceware.org	2004-04-20 20:33:36

Modified files:
	rda/unix       : ChangeLog thread-db.c 

Log message:
	* thread-db.c (lookup_sym): New function.
	(thread_db_open): Print diagnostic message for failed dlopen()
	call.  Call lookup_sym() which will print diagnostic for failed
	dlsym() call.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.2&r2=1.3


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-11-30 23:14 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-30 23:14 src/rda/unix ChangeLog thread-db.c kevinb
  -- strict thread matches above, loose matches on Subject: below --
2005-12-02  0:49 kevinb
2005-11-04 21:16 kevinb
2005-06-28  0:59 jimb
2005-03-11  0:01 jimb
2005-02-08 18:29 kevinb
2005-02-08 16:05 kevinb
2004-12-03  0:07 jimb
2004-12-03  0:05 jimb
2004-12-03  0:04 jimb
2004-12-03  0:03 jimb
2004-12-03  0:02 jimb
2004-11-18 21:40 kevinb
2004-11-01 21:55 jimb
2004-11-01  4:39 jimb
2004-10-20 19:28 jimb
2004-10-20 19:22 jimb
2004-10-19 22:54 jimb
2004-10-19 21:20 jimb
2004-09-22 19:29 jimb
2004-09-22 19:00 jimb
2004-04-20 20:33 kevinb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).