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-02-18This commit was manufactured by cvs2svn to create branch 'gdb_7_1-branch'.gdb_7_1-2010-03-18-releasegdb_7_1-2010-02-18-branchpointgdb_7_1-branchcvs2svn
2010-02-03* sigproc.cc (get_proc_lock): Fix error message typo.Christopher Faylor
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-10-07Support pseudo-reloc version 2Charles Wilson
2009-08-03* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-07-19* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor
2009-07-13* Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor
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-01 * Fix copyright dates.Corinna Vinschen
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor
2008-03-01* cygtls.h (_cygtls::handle_threadlist_exception): Eliminate.Christopher Faylor
2008-02-20* sigproc.cc (sig_send): Use sigmask of target thread if it is specifiedChristopher Faylor
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-07-14* init.cc (in_dllentry): Delete.Christopher Faylor
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-01-31 * sigproc.cc (child_info::child_info): Set msv_count to non-zeroCorinna Vinschen
2006-12-12 Revert erroneous checkin.Corinna Vinschen
2006-12-11 * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen
2006-12-11* sigproc.cc (child_info::child_info): Move old comment about msv_count here.Christopher Faylor
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-07-14* sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor
2006-07-14* fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're reallyChristopher Faylor
2006-05-29* sigproc.cc (child_info::proc_retry): Mask all of the bits we're interestedChristopher Faylor
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor
2006-05-16* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor
2006-03-30* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up theChristopher Faylor
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor
2006-03-27* sigproc.cc (wait_sig): Move myself manipulation...Christopher Faylor
2006-03-23* sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor
2006-03-22* signal.cc (signal): Don't set SA_RESTART here.Christopher Faylor
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor
2006-03-20* child_info.h (child_status): New enum.Christopher Faylor
2006-03-20revert previous debugging checkinChristopher Faylor
2006-03-20* pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifosChristopher Faylor
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