Corinna Vinschen
|
71c13b9633
|
*** empty log message ***
|
2012-10-16 12:02:42 +00:00 |
Corinna Vinschen
|
5f5820ec9a
|
*** empty log message ***
|
2012-10-16 11:59:59 +00:00 |
Christopher Faylor
|
2c9cefa586
|
* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loop
with write mutex held. Delete redundant mutex release. Clear tty error once
we've grabbed it.
|
2012-10-15 17:12:17 +00:00 |
Christopher Faylor
|
25e5803d35
|
* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.
* spawn.cc (child_info_spawn::worker): Avoid calling close_all_files() twice.
|
2012-09-14 03:32:52 +00:00 |
Christopher Faylor
|
52d2371da5
|
* DevNotes: Add entry cgf-000014.
* cygheap.cc (tls_sentry): Move here, rename from 'sentry' in cygtls.cc
(tls_sentry::lock): Ditto.
(nthreads): Move from cygtls.cc
(THREADLIST_CHUNK): Ditto.
(cygheap_init): Call init_tls_list().
(init_cygheap::init_tls_list): Define new function.
(init_cygheap::add_tls): Ditto.
(init_cygheap::remove_tls): Ditto.
(init_cygheap::find_tls): Ditto. Semi-resurrect from _cygtls::find_tls.
* cygheap.h (init_cygheap::init_tls_list): Declare new function.
(init_cygheap::add_tls): Ditto.
(init_cygheap::remove_tls): Ditto.
(init_cygheap::find_tls): Ditto.
* cygtls.cc (sentry): Delete.
(sentry::lock): Ditto.
(nthreads): Ditto.
(THREADLIST_CHUNK): Ditto.
(_cygtls::init): Delete definition.
(_cygtls::init_thread): Call cygheap->add_tls() to add thread to global list.
(_cygtls::remove): cygheap->remove_tls() to remove thread from global list.
* cygtls.h (_cygtls::init): Delete declaration.
* dcrt0.cc (dll_crt0_0): Delete call to _cygtls::init().
* exceptions.cc (sigpacket::process): When no thread is specified, try to find
one via cygheap->find_tls.
|
2012-08-09 19:58:53 +00:00 |
Corinna Vinschen
|
b875960da7
|
*** empty log message ***
|
2012-08-06 09:09:18 +00:00 |
Christopher Faylor
|
fedd27a0af
|
Add
|
2012-08-06 03:42:07 +00:00 |