summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.h
Commit message (Expand)AuthorAgeFilesLines
...
* revert inexplicable previous checkinChristopher Faylor2005-09-021-2/+1
* bad_addressesChristopher Faylor2005-09-021-1/+2
* * sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor2005-08-231-1/+1
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-0/+1
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-1/+0
* copyrightChristopher Faylor2005-02-201-1/+1
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-1/+1
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-5/+5
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-3/+1
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-6/+2
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-1/+3
* * path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor2004-03-251-1/+0
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-11/+0
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-3/+2
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-011-3/+4
* * cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor2004-01-221-1/+0
* * fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor2004-01-211-1/+2
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-4/+20
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-3/+3
* * exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack locationChristopher Faylor2003-11-301-0/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-65/+13
* * devices.cc: New file.Christopher Faylor2003-09-251-2/+14
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-3/+3
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-0/+1
* * sigproc.h: Make some functions regparm.Christopher Faylor2003-08-291-4/+4
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-2/+2
* * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor2003-03-201-1/+1
* * exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor2002-11-221-1/+1
* * sigproc.cc (sigCONT): Define.Christopher Faylor2002-08-181-0/+1
* * assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor2002-08-111-0/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-0/+3
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor2002-01-111-1/+1
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-031-3/+3
* * sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor2001-10-311-3/+3
* * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor2001-09-151-1/+2
* * sigproc.h (sigframe::unregister): Return true/false whether this frame isChristopher Faylor2001-09-121-10/+10
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+0
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-061-0/+1
* * exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor2001-06-241-0/+1
* * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor2001-04-271-1/+2
* * sigproc.h [sigthread]: Add exception field.Christopher Faylor2001-04-251-1/+4
* * Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor2001-04-091-1/+0
* * exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor2001-04-021-1/+1
* * sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor2001-04-011-8/+14
* * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor2001-03-101-5/+4
* * sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor2001-03-071-0/+7
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-121-0/+1
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+1