Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19* cygwait.h (LARGE_NULL): Define.Christopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-05-30 * thread.cc: Remove temporary newlib workaround, now that newlibCorinna Vinschen
2012-05-24 * thread.cc (__cygwin_lock_lock): Replace null thread check with testCorinna Vinschen
2012-05-23 * thread.cc (__cygwin_lock_lock): Take null thread at process startupCorinna Vinschen
2012-05-23 * thread.cc (pthread::cancel): Re-allow asynchronous cancellation fromCorinna Vinschen
2012-05-23 * thread.cc: Add a temporary workaround to help Cygwin along whileCorinna Vinschen
2012-05-23 * thread.cc (pthread::cancel): Only allow asynchronous cancellationCorinna Vinschen
2012-05-23 * thread.cc (pthread::precreate): Make sure mutex is recursive.Corinna Vinschen
2012-05-23 * thread.cc (pthread::pop_cleanup_handler): Move setting the cancelstateCorinna Vinschen
2012-05-22 * thread.cc (pthread::cancel): Set thread's cancel_event inCorinna Vinschen
2012-05-13* DevNotes: Add entry cgf-000006.Christopher Faylor
2012-03-19 * thread.cc (cancelable_wait): Don't malloc tbi, just make it a structCorinna Vinschen
2012-02-14 * thread.cc: Drop including unused headers.Corinna Vinschen
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen
2012-02-08 * thread.cc (__pthread_cond_wait_init): New static function replacingCorinna Vinschen
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-06 * cygwin.din (pthread_sigqueue): Export.Yaakov Selkowitz
2011-12-30 * thread.cc: Mark pthread_rwlock_timedrdlock andYaakov Selkowitz
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-14* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor
2011-08-24 * thread.cc (pthread::pthread): Drop setting parent_tls. CallCorinna Vinschen
2011-08-24* thread.cc (pthread::exit): Create dummy tls structure to hold _main_tlsChristopher Faylor
2011-08-03* cygwin.din (clock_nanosleep): Export.Yaakov Selkowitz
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz
2011-06-06whitespace eliminationChristopher Faylor
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2011-05-20* thread.cc: Mark psiginfo and psignal as available in list ofYaakov Selkowitz
2011-05-17* cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2011-05-04* thread.h (pthread::static_cancel_self): Mark as noreturn.Christopher Faylor
2011-05-03 * select.cc (cygwin_select): Make degenerate case cancelable.Corinna Vinschen
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz
2011-05-02 * thread.cc (cancelable_wait): Remove test for main thread.Corinna Vinschen
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen
2011-04-30 * thread.h (class pthread): Add bool member canceled.Corinna Vinschen
2011-04-29 * thread.cc: Update comment listing cancellation points per POSIX.Corinna Vinschen
2011-04-29 * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen
2011-04-192011-04-02 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY
2011-04-15* thread.cc (pthread_setschedprio): New function.Yaakov Selkowitz
2011-03-29 * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen
2011-03-29 * thread.cc (semaphore::init, destroy, close): Standards conformanceCorinna Vinschen
2010-04-06 * thread.cc (valid_sched_parameters): Declare extern here.Corinna Vinschen
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2010-02-27* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor
2010-02-23* thread.cc (pthread_mutex::unlock): Don't attempt to unlock if there is anChristopher Faylor
2010-02-22* include/sys/strace.h: Define _STRACE_SPECIAL.Christopher Faylor