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
2010-10-24* exceptions.cc (try_to_debug): Improve comment.Christopher Faylor
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen
2010-08-18 * exceptions.cc (open_stackdumpfile): Don't try to open file if weCorinna Vinschen
2010-08-01* exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"Christopher Faylor
2010-07-19* exceptions.cc (_cygtls::interrupt_now): Avoid nonsensical tests which delayChristopher Faylor
2010-06-29 * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen
2010-06-01 * exceptions.cc (open_stackdumpfile): Correctly append .stackdumpCorinna Vinschen
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor
2010-04-20 * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2010-02-28Update some copyrights.Christopher Faylor
2010-02-27* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor
2009-12-21 Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-10-08* exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrivedChristopher Faylor
2009-10-06* exceptions.cc: Move global variable sigExeced...Christopher Faylor
2009-09-19* exceptions.cc (sigpacket::process): Explicitly set thread-specific handlerChristopher Faylor
2009-09-19* exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor
2009-07-23 * exceptions.cc (handle_exceptions): Set si_addr according toEric Blake
2009-07-19* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor
2009-05-04 * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-12-30* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.Christopher Faylor
2008-11-29* exceptions.c (sigpacket::process): Set tls on return since it is assumed toChristopher Faylor
2008-11-28* exceptions.cc (sigpacket::process): Rework previous change. tls could stillChristopher Faylor
2008-11-28* exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL whenChristopher Faylor
2008-08-01* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-03 Cleanup.Corinna Vinschen
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-03* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor
2008-03-01* exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor
2008-02-28 * exceptions.cc (_cygtls::handle_exceptions): When being debugged,Corinna Vinschen
2008-02-28 * exceptions.cc (open_stackdumpfile): Add comments.Corinna Vinschen
2008-02-28 * exceptions.cc (open_stackdumpfile): Use NtCreateFile to createCorinna Vinschen
2008-02-27 * exceptions.cc (stack_info::walk): Fix typo.Corinna Vinschen
2008-02-27* cygtls.cc (_cygtls::handle_threadlist_exception): Make it clear that theChristopher Faylor
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2008-02-13 * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen
2007-12-17* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-07-29* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor
2007-07-14* init.cc (in_dllentry): Delete.Christopher Faylor