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-03-18* pinfo.h (EXITCODE_OK): Define new constant.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher 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-28* sigproc.cc: Fix a comment.Christopher Faylor
2006-02-25* sigproc.cc (sigheld): Define new variable.Christopher Faylor
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2006-01-06* sigproc.cc (no_signals_available): Use existence of signal thread handle toChristopher Faylor
2006-01-05(fix ChangeLog and check in remaining files)Christopher Faylor
2006-01-02add copyrightChristopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-24* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor
2005-12-23* fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor
2005-12-13* cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor
2005-10-24* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor
2005-10-20* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor
2005-10-19* cygtls.cc (handle_threadlist_exception): Improve diagnostic output.Christopher Faylor
2005-10-18* sigproc.cc (child_info::sync): Use correct name when closing to preventChristopher Faylor
2005-10-18* sigproc.cc (child_info::sync): Fix typo which caused hProcess to never beChristopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor
2005-09-29Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-26* exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor
2005-09-26* sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor
2005-09-24* sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthreadChristopher Faylor
2005-09-24Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor
2005-09-23* cygtls.h (struct _cygtls::thread_handle): Remove/revert.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
2005-09-19* sigproc.cc (talktome): Take siginfo_t argument. Don't scan all pids tryingChristopher Faylor
2005-09-16* pinfo.h (EXITCODE_SET): Move out of range of Windows error.Christopher Faylor
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor
2005-09-15* sigproc.cc (wait_sig): Reorganize exit case so that ExitProcess is alwaysChristopher Faylor
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-09-13* sigproc.cc (wait_sig): Be more defensive about detecting when we're exiting.Christopher Faylor
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor
2005-09-02revert inexplicable previous checkinChristopher Faylor
2005-09-02bad_addressesChristopher Faylor
2005-08-29* exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor
2005-08-25* exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-mainChristopher Faylor