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
2014-08-25 * cygtls.cc (_cygtls::remove): Revert previous patch.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-07-21 * thread.cc (pthread::init_mainthread): Initialize thread mutex toCorinna Vinschen
2014-07-16 * thread.cc (pthread::create): Handle stackaddr as upper bound address.Corinna Vinschen
2014-07-14 * thread.cc (pthread_mutex::pthread_mutex): Change default typeCorinna Vinschen
2014-07-09 * thread.cc (pthread::create): Use PTHREAD_DEFAULT_STACKSIZE stacksizeCorinna Vinschen
2014-06-23 * spawn.cc (find_exec): Initialize err (CID 60111).Corinna Vinschen
2013-12-01 * dtable.cc (dtable::extend): Change local variable new_size to size_tCorinna Vinschen
2013-09-25* thread.cc (semaphore::_getvalue): Set *sval as appropriate. Set errno andChristopher Faylor
2013-07-23 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.Corinna Vinschen
2013-07-11* gentlsoffsets: Clean up a little.Christopher Faylor
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-08* cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-07* thread.cc (pthread_rwlock::lookup_reader): Remove parameter: always assumeChristopher Faylor
2013-01-07* thread.cc (pthread_rwlock::add_reader): Perform new operation here and returnChristopher Faylor
2012-12-22* select.h (select_stuff): Remove variable names from parameter declarations.Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-08-14 * thread.cc (semaphore::_fixup_after_fork): Fix Win32 error output inCorinna Vinschen
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