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-09-05This commit was manufactured by cvs2svn to create branch 'binutils-binutils-arc-20080908-branchpointbinutils-arc-20080908-branchcvs2svn
2006-07-14* sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor
2005-09-23* cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor
2005-09-14* sigproc.h: Protect declaration so that it only happens whenChristopher 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-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* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor
2005-06-16* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-11-30* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor
2003-08-29* sigproc.h: Make some functions regparm.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
2003-03-20* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor
2002-08-18* sigproc.cc (sigCONT): Define.Christopher Faylor
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-01-13Add copyright stuffChristopher Faylor
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor
2001-10-31* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor
2001-09-12* sigproc.h (sigframe::unregister): Return true/false whether this frame isChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-06-25* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor