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
2006-11-15This commit was manufactured by cvs2svn to create branch 'gdb_6_6-branch'.insight_6_6-20070208-releasegdb_6_6-2006-12-18-releasegdb_6_6-2006-11-15-branchpointgdb_6_6-branchcvs2svn
2006-10-27 * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen
2006-06-04* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor
2006-06-03* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor
2006-05-28white spaceChristopher 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-04-05* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}Christopher Faylor
2006-04-03* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2006-04-03* dcrt0.cc (sm): Delete.Christopher Faylor
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor
2006-03-23* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-21* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor
2006-03-20* child_info.h (child_status): New enum.Christopher Faylor
2006-03-20* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in theChristopher 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-15* child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor
2006-03-14* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-03-13* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor
2006-03-13* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor
2006-02-20revert erroneous checkinChristopher Faylor
2006-02-20* exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2006-01-10 * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen
2006-01-05* spawn.cc (spawn_guts): Invert the argument to set_console_state_for_spawn.Christopher Faylor
2006-01-02* dcrt0.cc (_dll_crt0): Move more leftover debugging stuff.Christopher Faylor
2006-01-02 Bump copyright dates.Corinna Vinschen
2006-01-01* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-27white spaceChristopher Faylor
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor
2005-12-02* dcrt0.cc (getstack): Try harder to modify memory.Christopher Faylor
2005-11-29 * autoload.cc (NtCreateSection): Define.Corinna Vinschen
2005-11-06* dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor
2005-10-24* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-10-03* cygheap.h (class process_lock): New class.Christopher Faylor
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor
2005-10-01* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor
2005-09-28* dcrt0.cc (getstack): New function.Christopher Faylor
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor
2005-09-20* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor