index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
sigproc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* path.cc (normalize_posix_path): Reorganize to short circuit to DOS path
Christopher Faylor
2004-03-25
1
-1
/
+0
*
* cygtls.h (waitq): Declare structure here.
Christopher Faylor
2004-03-12
1
-11
/
+0
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-3
/
+2
*
* cygerrno.h (set_errno): Set global errno whenever setting thread specific
Christopher Faylor
2004-02-01
1
-3
/
+4
*
* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.
Christopher Faylor
2004-01-22
1
-1
/
+0
*
* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change for
Christopher Faylor
2004-01-21
1
-1
/
+2
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-4
/
+20
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-1
/
+1
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-3
/
+3
*
* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location
Christopher Faylor
2003-11-30
1
-0
/
+2
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-65
/
+13
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-2
/
+14
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-3
/
+3
*
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
Christopher Faylor
2003-09-01
1
-0
/
+1
*
* sigproc.h: Make some functions regparm.
Christopher Faylor
2003-08-29
1
-4
/
+4
*
Throughout, eliminate argument to sig_dispatch_pending.
Christopher Faylor
2003-08-19
1
-2
/
+2
*
* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.
Christopher Faylor
2003-03-20
1
-1
/
+1
*
* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give up
Christopher Faylor
2002-11-22
1
-1
/
+1
*
* sigproc.cc (sigCONT): Define.
Christopher Faylor
2002-08-18
1
-0
/
+1
*
* assert.cc (__assert): Call debugger on assertion failure if debugging.
Christopher Faylor
2002-08-11
1
-0
/
+1
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-0
/
+3
*
Add copyright stuff
Christopher Faylor
2002-01-13
1
-1
/
+1
*
* exceptions.cc (sig_handle): Accept a second argument indicating whether the
Christopher Faylor
2002-01-11
1
-1
/
+1
*
* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
Christopher Faylor
2001-11-03
1
-3
/
+3
*
* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.
Christopher Faylor
2001-10-31
1
-3
/
+3
*
* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be
Christopher Faylor
2001-09-15
1
-1
/
+2
*
* sigproc.h (sigframe::unregister): Return true/false whether this frame is
Christopher Faylor
2001-09-12
1
-10
/
+10
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-1
/
+0
*
* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.
Christopher Faylor
2001-09-06
1
-0
/
+1
*
* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.
Christopher Faylor
2001-06-24
1
-0
/
+1
*
* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent
Christopher Faylor
2001-04-27
1
-1
/
+2
*
* sigproc.h [sigthread]: Add exception field.
Christopher Faylor
2001-04-25
1
-1
/
+4
*
* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs
Christopher Faylor
2001-04-09
1
-1
/
+0
*
* exceptions.cc (sigframe::call_signal_handler): Return value of
Christopher Faylor
2001-04-02
1
-1
/
+1
*
* sigproc.h (class sigframe): Implement 'unregister()' method.
Christopher Faylor
2001-04-01
1
-8
/
+14
*
* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
Christopher Faylor
2001-03-10
1
-5
/
+4
*
* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.
Christopher Faylor
2001-03-07
1
-0
/
+7
*
* debug.h: Add regparm attributes to some functions.
Christopher Faylor
2001-01-12
1
-0
/
+1
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-1
/
+1
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-3
/
+0
*
* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.
Christopher Faylor
2000-11-12
1
-5
/
+3
*
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
Christopher Faylor
2000-11-06
1
-3
/
+3
*
* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
Christopher Faylor
2000-11-04
1
-1
/
+2
*
Whitespace cleanup.
Christopher Faylor
2000-10-28
1
-1
/
+1
*
* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
Christopher Faylor
2000-10-19
1
-0
/
+2
*
* sigproc.h (sigthread): Eliminate locking for now since per thread signalling
Christopher Faylor
2000-10-19
1
-5
/
+1
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-2
/
+1
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-1
/
+0
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
1
-3
/
+3
*
* exceptions.cc (interruptible): Add extra debugging.
Christopher Faylor
2000-10-05
1
-1
/
+1
[next]