index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-0
/
+1
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-1
/
+6
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-4
/
+1
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-135
/
+6
*
* thread.cc (pthread::init_main_thread): Make sure that the main thread has
Christopher Faylor
2003-12-15
1
-3
/
+4
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-11
/
+5
*
* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to
Christopher Faylor
2003-12-12
1
-9
/
+16
*
* thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.
Christopher Faylor
2003-12-08
1
-9
/
+0
*
* cygtls.h: Add more "don't parse this" guards.
Christopher Faylor
2003-12-06
1
-1
/
+5
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
1
-8
/
+12
*
* thread.cc (pthread_rwlock::add_reader): Remove mx parameter for
Thomas Pfaff
2003-12-01
1
-20
/
+4
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-60
/
+35
*
* dir.cc (mkdir): Use local security_descriptor. Call
Corinna Vinschen
2003-11-26
1
-1
/
+2
*
more white space
Christopher Faylor
2003-11-25
1
-5
/
+5
*
more white space
Christopher Faylor
2003-11-25
1
-2
/
+3
*
more white space
Christopher Faylor
2003-11-25
1
-4
/
+3
*
more white space
Christopher Faylor
2003-11-25
1
-1
/
+1
*
* thread.cc: Minor whitespace cleanup. Remove some obsolete code.
Christopher Faylor
2003-11-25
1
-17
/
+3
*
* thread.cc (pthread::exit): Cleanup on thread exit.
Thomas Pfaff
2003-11-11
1
-0
/
+3
*
* thread.cc (__reent_t::init_clib): Set thread local clib
Thomas Pfaff
2003-11-10
1
-0
/
+1
*
* thread.cc (pthread::thread_init_wrapper): Initialize exception handling.
Thomas Pfaff
2003-10-31
1
-0
/
+8
*
Rename pthread::running to pthread::valid throughout.
Thomas Pfaff
2003-10-31
1
-6
/
+21
*
* cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.
Corinna Vinschen
2003-10-27
1
-16
/
+185
*
Rename native_mutex to fast_mutex throughout.
Thomas Pfaff
2003-10-24
1
-60
/
+33
*
* include/tzfile.h: Add some missing entries.
Christopher Faylor
2003-09-25
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-2
/
+5
*
* thread.h (__reent_t::init_clib): Declare new function.
Christopher Faylor
2003-09-20
1
-2
/
+12
*
* thread.cc (MTinterface::fixup_after_fork): Remove code which potentially
Christopher Faylor
2003-09-13
1
-4
/
+0
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-50
/
+50
*
* thread.cc: Remove _MT_SAFE conditional.
Christopher Faylor
2003-07-02
1
-3
/
+0
*
* thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.
Thomas Pfaff
2003-06-24
1
-9
/
+40
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-6
/
+29
*
* thread.cc (pthread_attr_init): Revert change from 2003-06-11
Thomas Pfaff
2003-06-12
1
-4
/
+4
*
* thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.
Thomas Pfaff
2003-06-11
1
-10
/
+13
*
* thread.h (pthread::init_mainthread): Remove function parameter.
Thomas Pfaff
2003-05-15
1
-9
/
+4
*
* thread.h (pthread::equal): New static method.
Thomas Pfaff
2003-04-17
1
-8
/
+8
*
Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.
Thomas Pfaff
2003-04-15
1
-7
/
+3
*
* thread.cc: Change 1==foo equations to foo==1 throughout.
Thomas Pfaff
2003-03-27
1
-13
/
+13
*
* thread.h: Change class names, methods, members and local vars
Thomas Pfaff
2003-03-27
1
-352
/
+355
*
* thread.h (class List): Move inline code inside class
Thomas Pfaff
2003-03-23
1
-130
/
+34
*
* pthread.cc (pthread_attr_init): Remove
Thomas Pfaff
2003-03-18
1
-123
/
+123
*
* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,
Thomas Pfaff
2003-03-18
1
-0
/
+528
*
* thread.h (pthread_cond::ExitingWait): Remove.
Thomas Pfaff
2003-03-18
1
-188
/
+164
*
* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.
Thomas Pfaff
2003-03-18
1
-41
/
+34
*
* thread.cc (MTinterface::fixup_after_fork): Initialize mainthread
Thomas Pfaff
2003-03-04
1
-4
/
+4
*
spacing cleanup
Christopher Faylor
2003-01-14
1
-46
/
+48
*
Apply system_cancel patch
Thomas Pfaff
2003-01-14
1
-2
/
+2
*
Apply wait_cancel patch
Thomas Pfaff
2003-01-14
1
-3
/
+3
*
Apply handle_sigsuspend patch
Thomas Pfaff
2003-01-14
1
-3
/
+3
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
[next]