aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
2000-11-16* sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor1-15/+4
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen1-2/+0
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-11/+7
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-11/+0
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-3/+0
2000-11-06* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor1-0/+1
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-7/+48
2000-11-05* pinfo (wait_subproc): Son of neverending debug tweaking.Christopher Faylor1-2/+5
2000-11-05* pinfo (wait_subproc): Neverending debug tweaking.Christopher Faylor1-3/+3
2000-11-05* exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor1-6/+5
2000-11-04* sigproc.cc (wait_subproc): Still more debugging cleanup.Christopher Faylor1-3/+3
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor1-23/+14
2000-11-04* sigproc.cc (wait_subproc): Refine debug output.Christopher Faylor1-3/+6
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor1-2/+4
2000-10-27* sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor1-4/+6
2000-10-23* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor1-1/+1
2000-10-23* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor1-2/+2
2000-10-18* exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor1-1/+1
2000-10-17* sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor1-12/+7
2000-10-17* debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor1-1/+0
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-13/+0
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-38/+25
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor1-65/+11
2000-10-12* child_info: Bump child_info "version".Christopher Faylor1-2/+2
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor1-90/+64
2000-10-05* exceptions.cc (interruptible): Add extra debugging.Christopher Faylor1-0/+1
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor1-2/+0
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor1-1/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+2
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-06* sigproc.cc: Add include file for proper definitions.Christopher Faylor1-0/+1
2000-09-02* sigproc.cc (mychild): New function.Christopher Faylor1-7/+19
2000-09-01* sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor1-2/+2
2000-09-01* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor1-3/+4
2000-08-26* pinfo.h (pinfo): Un-inline release.Christopher Faylor1-3/+2
2000-08-26* dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor1-0/+5
2000-08-25* external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor1-3/+9
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+4
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor1-65/+63
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-49/+58
2000-07-16* acconfig.h: Add support for NEWVFORK.Christopher Faylor1-1/+1
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor1-1/+1
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor1-4/+0
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-12/+34
2000-03-25* environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor1-2/+5
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-1/+1
2000-03-12* fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor1-1/+0