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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-13
/
+0
*
* exceptions.cc (set_console_handler): Don't allocate
Christopher Faylor
2000-10-15
1
-38
/
+25
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
1
-65
/
+11
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-2
/
+2
*
* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandle
Christopher Faylor
2000-10-09
1
-90
/
+64
*
* exceptions.cc (interruptible): Add extra debugging.
Christopher Faylor
2000-10-05
1
-0
/
+1
*
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
Christopher Faylor
2000-09-16
1
-2
/
+0
*
* sigproc.h (sigframe::set): Eliminate second argument. Default bp to current
Christopher Faylor
2000-09-08
1
-1
/
+1
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-1
/
+2
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
1
-0
/
+2
*
* sigproc.cc: Add include file for proper definitions.
Christopher Faylor
2000-09-06
1
-0
/
+1
*
* sigproc.cc (mychild): New function.
Christopher Faylor
2000-09-02
1
-7
/
+19
*
* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoid
Christopher Faylor
2000-09-01
1
-2
/
+2
*
* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".
Christopher Faylor
2000-09-01
1
-3
/
+4
*
* pinfo.h (pinfo): Un-inline release.
Christopher Faylor
2000-08-26
1
-3
/
+2
*
* dcrt0.cc (dll_crt0_1): Move set_os_type.
Christopher Faylor
2000-08-26
1
-0
/
+5
*
* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwin
Christopher Faylor
2000-08-25
1
-3
/
+9
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+4
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-0
/
+1
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* strace.h: Add kludgy workarounds to avoid using deprecated methods for
Christopher Faylor
2000-08-02
1
-65
/
+63
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-49
/
+58
*
* acconfig.h: Add support for NEWVFORK.
Christopher Faylor
2000-07-16
1
-1
/
+1
*
* sigproc.h (sigframe::set): Accept a default frame pointer.
Christopher Faylor
2000-05-26
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needs
Christopher Faylor
2000-05-18
1
-4
/
+0
*
* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
Christopher Faylor
2000-05-17
1
-12
/
+34
*
* environ.cc: Add TMPDIR to the list of environment variables which are
Christopher Faylor
2000-03-25
1
-2
/
+5
*
Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>
Christopher Faylor
2000-03-15
1
-1
/
+1
*
* fhandler_console.cc (fhandler_console::read): Don't even think about breaking
Christopher Faylor
2000-03-12
1
-1
/
+0
*
* sigproc.cc: Set wait_sig priority to normal.
Christopher Faylor
2000-03-11
1
-1
/
+1
*
* sigproc.cc (wait_sig): Add addtional debugging output.
Christopher Faylor
2000-03-10
1
-2
/
+2
*
* environ.cc: Eliminate oldstack CYGWIN option.
Christopher Faylor
2000-03-09
1
-11
/
+6
*
* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it
Christopher Faylor
2000-03-07
1
-5
/
+0
*
Throughout use strace class in place of individual functions and variables.
Christopher Faylor
2000-03-07
1
-1
/
+4
*
* exceptions.cc (call_handler): Streamline to use only one call to
Christopher Faylor
2000-03-05
1
-7
/
+21
*
* sigproc.cc (sig_send): Temporarily set priority to highest while sending a
Christopher Faylor
2000-02-29
1
-0
/
+5
*
* pinfo.cc (set_myself): Add build date to strace output.
Christopher Faylor
2000-02-28
1
-1
/
+2
*
* dcrt0.cc (set_os_type): Record OS name string.
Christopher Faylor
2000-02-28
1
-4
/
+7
*
* exceptions.cc (interruptible): Make a little more structured.
Christopher Faylor
2000-02-26
1
-0
/
+1
*
* exceptions.cc (call_handler): Use new muto linked list to look for all
Christopher Faylor
2000-02-24
1
-1
/
+4
*
Fix final round of gcc warnings relating to unused parameters.
Christopher Faylor
2000-02-24
1
-9
/
+14
*
* exceptions.cc (interruptible): Change method for determining if something is
Christopher Faylor
2000-02-24
1
-41
/
+38
*
Respond to more g++ warnings relating to initializing structures.
Christopher Faylor
2000-02-23
1
-1
/
+1
*
Respond to a multitude of g++ warnings.
Christopher Faylor
2000-02-21
1
-4
/
+4
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+1345