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
*
* 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
*
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
Christopher Faylor
2000-09-16
1
-1
/
+1
*
* sigproc.h (sigframe::set): Eliminate second argument. Default bp to current
Christopher Faylor
2000-09-08
1
-6
/
+2
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+5
*
* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
Christopher Faylor
2000-09-01
1
-1
/
+1
*
* signal.cc (_raise): New function.
Christopher Faylor
2000-08-29
1
-1
/
+1
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-2
/
+0
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-2
/
+1
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-7
/
+9
*
* sigproc.h (sigframe::set): Accept a default frame pointer.
Christopher Faylor
2000-05-26
1
-3
/
+6
*
* Makefile.in: Remove external.h dependency.
Christopher Faylor
2000-05-18
1
-5
/
+1
*
* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.
Christopher Faylor
2000-05-18
1
-1
/
+1
[next]