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-02-25This commit was manufactured by cvs2svn to create branch 'gdb-gdb-csl-20060226-branchpointcvs2svn
2006-02-11* fhandler_process.cc (format_process_stat): Use cygwin-derived start time evenChristopher Faylor
2006-02-11revert previously applied patch.Christopher Faylor
2006-02-11* times.cc (clock_getres): Use correct conversion from milliseconds toChristopher Faylor
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2006-01-02 Bump copyright dates.Corinna Vinschen
2006-01-02* pinfo.cc (pinfo::exit): Swap signal and normal exit value when not startedChristopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor
2005-12-24* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-22* pinfo.cc (winpids::add): Increment nelem when winpid is true since we don'tChristopher Faylor
2005-12-22* pinfo.cc (winpids::release): Fix typo.Christopher Faylor
2005-12-22* pinfo.cc (pinfo::init): Clarify comment slightly.Christopher Faylor
2005-12-21* pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.Christopher Faylor
2005-12-13* pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin processChristopher Faylor
2005-12-12* pinfo.cc (size_copied): New convenience macro.Christopher Faylor
2005-11-24* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows stationChristopher Faylor
2005-11-17* fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-10-24* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.Christopher Faylor
2005-10-19* pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actuallyChristopher 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-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-28* pinfo.cc (_pinfo::dup_proc_pipe): Ignore error if the child process has justChristopher Faylor
2005-09-26* pinfo.cc (proc_waiter): Properly fill out si_code as according to SUSv3.Christopher Faylor
2005-09-26* sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor
2005-09-24Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor
2005-09-24* pinfo.cc (pinfo::exit): Call ExitProcess if called from signal thread.Christopher Faylor
2005-09-23* pinfo.cc (pinfo::exit): Eliminate use of _my_tls.thread_handle.Christopher Faylor
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor
2005-09-23* pinfo.cc (set_myself): Call strace.hello unconditionally when DEBUGGING.Christopher Faylor
2005-09-20* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher 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-05* cygheap.cc (cygheap_init): Eliminate debugging #if.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-24* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor
2005-08-07* include/endian.h: Move everything into this file and define things more likeChristopher Faylor
2005-07-29* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.Christopher Faylor