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-12-18This commit was manufactured by cvs2svn to create branch 'newlib-2_2_0'.newlib-2_2_0cvs2svn
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-04-18 * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen
2014-03-12 * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen
2014-02-17 * autoload.cc (ldap_abandon): Import.Corinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2012-12-05* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor
2012-07-30* cygtls.cc (_cygtls::reset_signal_arrived): New function.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-25perror: fix POSIX compliance and work with recent newlib changeEric Blake
2011-05-16 * cygtls.h (struct _local_storage): Remove unused members rarg andCorinna Vinschen
2011-04-21 * cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.Corinna Vinschen
2010-02-28Update some copyrights.Christopher Faylor
2010-02-27* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor
2010-02-10* cygtls.h (struct _cygtls): Remove unneeded elements.Christopher Faylor
2009-07-07* Makefile.in (clean): Clean generated files in srcdir.Christopher Faylor
2008-12-14* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor
2008-09-16* cygtls.h (unionent): Move from net.cc.Christopher Faylor
2008-05-23 * cygtls.h (struct san): Add two int values to store the currentCorinna Vinschen
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-06-04* cygtls.h (CYGTLS_PADSIZE): Reset to a size that XP SP1 seems to like.Christopher Faylor
2006-06-03* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor
2006-05-25* cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor
2006-05-16* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor
2006-03-13* cygtls.cc (_cygtls::remove): Reset initialized flag right away if we wereChristopher Faylor
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2005-12-24* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor
2005-12-03* include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor
2005-09-23* tlsoffsets.h: Regenerate.Christopher Faylor
2005-09-23* tlsoffsets.h: Regenerate.Christopher Faylor
2005-09-15* cygtls.h (san): New structure.Christopher Faylor
2005-08-28* cygwin.din: Correct readdir_r typo.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-10* cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor
2005-05-19* cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-10-11* cygtls.h (exitsock): New element.Christopher Faylor
2004-09-15* cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor
2004-03-07* fork.cc (fork_parent): Save parent pid in a temporary variable since childChristopher Faylor
2004-02-25* gendef (stabilize_sig_stack): Correctly align this pointer for call toChristopher Faylor
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor
2004-02-08* localtime.cc (localtime_r): Call tzset.Christopher Faylor