summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-3/+0
* * path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor2000-11-121-5/+3
* * dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor2000-11-061-3/+3
* * pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor2000-11-041-1/+2
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor2000-10-191-0/+2
* * sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor2000-10-191-5/+1
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-2/+1
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-1/+0
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-3/+3
* * exceptions.cc (interruptible): Add extra debugging.Christopher Faylor2000-10-051-1/+1