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
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
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2007-02-20* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor
2007-02-20Remove extraneous whitespace.Christopher Faylor
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-17GCC 4.1 fixes.Christopher Faylor
2006-07-13 * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen
2006-06-04* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor
2006-06-03* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor
2006-05-28white spaceChristopher Faylor
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor
2006-04-18* exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when weChristopher Faylor
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor
2006-03-20* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-02-28* exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check sinceChristopher Faylor
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor
2006-02-22 * exceptions.cc (_cygtls::interrupt_now): Reorder conditionalCorinna Vinschen
2006-02-20* exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor
2006-02-16 * cygwin.din: Export sigignore and sigset.Corinna Vinschen
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2006-01-27* exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor
2006-01-02add copyrightChristopher Faylor
2006-01-01* exceptions.cc (sigpacket::process): Pass actual reference to signal'sChristopher Faylor
2006-01-01* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor
2005-12-27 * exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.Corinna Vinschen
2005-12-27 * exceptions.cc (inside_kernel): Rename from interruptible.Corinna Vinschen