aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.h
AgeCommit message (Expand)AuthorFilesLines
2005-09-23* cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor1-0/+1
2005-09-14* sigproc.h: Protect declaration so that it only happens whenChristopher Faylor1-0/+2
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor1-1/+1
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor1-1/+2
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor1-2/+1
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor1-1/+2
2005-09-02revert inexplicable previous checkinChristopher Faylor1-2/+1
2005-09-02bad_addressesChristopher Faylor1-1/+2
2005-08-23* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor1-1/+1
2005-06-15* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor1-0/+1
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor1-1/+0
2005-02-20copyrightChristopher Faylor1-1/+1
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor1-1/+1
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor1-5/+5
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor1-3/+1
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-6/+2
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-1/+3
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor1-1/+0
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor1-11/+0
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-3/+2
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor1-3/+4
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor1-1/+0
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor1-1/+2
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-4/+20
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-3/+3
2003-11-30* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor1-0/+2
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-65/+13
2003-09-25* devices.cc: New file.Christopher Faylor1-2/+14
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor1-3/+3
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-0/+1
2003-08-29* sigproc.h: Make some functions regparm.Christopher Faylor1-4/+4
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor1-2/+2
2003-03-20* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor1-1/+1
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor1-1/+1
2002-08-18* sigproc.cc (sigCONT): Define.Christopher Faylor1-0/+1
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor1-0/+1
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-0/+3
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor1-1/+1
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor1-3/+3
2001-10-31* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor1-3/+3
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor1-1/+2
2001-09-12* sigproc.h (sigframe::unregister): Return true/false whether this frame isChristopher Faylor1-10/+10
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+0
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-0/+1
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor1-0/+1
2001-04-27* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor1-1/+2
2001-04-25* sigproc.h [sigthread]: Add exception field.Christopher Faylor1-1/+4
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor1-1/+0