CVS commit: src/lib/libpthread_dbg

2016-11-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Nov 24 12:18:02 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.3 td_map_pth2thr.3 td_open.3 td_thr_getname.3 td_thr_info.3 td_thr_iter.3 Log Message: Various fixes. To generate a diff of this commit: c

CVS commit: src/lib/libpthread_dbg

2016-11-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 22 04:51:06 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c pthread_dbg.h Log Message: Obsolete thread_type in td_thread_info_st in The thread_type is irrelevant as all local POSIX threads are in user-space

CVS commit: src/lib/libpthread_dbg

2016-11-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 22 04:17:05 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Simplify (pthread_t)pt_magic read in td_map_pth2thr(3) No functional change. All ATF tests for pthread_dbg(3) still pass. Sponsored b

CVS commit: src/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 21 03:02:34 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c pthread_dbg.h Log Message: Kill SA thread states (TD_STATE_*) in pthread_dbg and add TD_STATE_DEAD Scheduler Activation types were removed in NetBS

CVS commit: src/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 21:49:24 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Always set trailing '\0' in td_thr_getname() to compose valid ASCIIZ string This fixes threads5 in tests/lib/libpthread_dbg Sponsored

CVS commit: src/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 03:53:47 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Fix pt_magic read in td_map_pth2thr() The pt_magic field is not the first one in the pthread_t structure. Sponsored by To generate

CVS commit: src/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 03:11:32 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Catch up with correct pt_magic reads in td_thr_{getname,suspend,resume} The pt_magic field is not the first one in the pthread_t struc

CVS commit: src/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 02:27:56 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Fix pt_magic (part of pthread_t) read in td_thr_info() The pt_magic field is not the first one in the pthread_t structure. After this

CVS commit: src/lib/libpthread_dbg

2016-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 22 18:04:40 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.h Log Message: Add multiple inclusion protection and __{BEGIN,END}_DECLS as a native gdb build uses c++ to build nbsd-thread.c To generate a diff of

CVS commit: src/lib/libpthread_dbg

2016-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 14:02:22 UTC 2016 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c pthread_dbg_int.h Log Message: don't use kernel types. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libpthread_dbg/pth

CVS commit: src/lib/libpthread_dbg

2013-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 20 18:45:19 UTC 2013 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Only the first symbol (pthread_dbg) should return NOLIB, the rest indicate internal inconsistencies, so let the code return a more v

CVS commit: src/lib/libpthread_dbg

2013-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 20 18:18:07 UTC 2013 Modified Files: src/lib/libpthread_dbg: pthread_dbg.c pthread_dbg_int.h Log Message: tsd_alloc is no more, use tsd_list, and disable the destructor walking code since it needs work. Fixes gdb. To g

CVS commit: src/lib/libpthread_dbg

2012-07-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:33:49 UTC 2012 Modified Files: src/lib/libpthread_dbg: Makefile Log Message: Match ARCHSUBDIR logic from libpthread. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libpthread_dbg/Makefile Plea

CVS commit: src/lib/libpthread_dbg

2011-10-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 2 18:18:14 UTC 2011 Modified Files: src/lib/libpthread_dbg: pthread_dbg.h Log Message: constify. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libpthread_dbg/pthread_dbg.h Please note that diffs

CVS commit: src/lib/libpthread_dbg

2011-03-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 17 01:01:15 UTC 2011 Modified Files: src/lib/libpthread_dbg: Makefile Log Message: Since this is use pthread_int.h, it needs __LIBPTHREAD_SOURCE__ to be defined. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8