summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor2001-04-011-3/+3
* * shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor2001-03-101-30/+14
* * sigproc.cc (getsem): Make semaphore always non-inheritable.Egor Duda2001-02-211-1/+1
* * fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor2001-02-101-1/+4
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-2/+0
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-2/+2
* * debug.h: Add regparm attributes to some functions.Christopher Faylor2001-01-121-0/+1
* * sigproc.cc (wait_sig): Allow SIGCONT when stopped.Christopher Faylor2001-01-101-1/+1
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-2/+2
* * sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor2000-11-161-15/+4
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-2/+0
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-11/+7
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-11/+0
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-3/+0
* * dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor2000-11-061-0/+1
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-7/+48
* * pinfo (wait_subproc): Son of neverending debug tweaking.Christopher Faylor2000-11-051-2/+5
* * pinfo (wait_subproc): Neverending debug tweaking.Christopher Faylor2000-11-051-3/+3
* * exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor2000-11-051-6/+5
* * sigproc.cc (wait_subproc): Still more debugging cleanup.Christopher Faylor2000-11-041-3/+3
* * pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor2000-11-041-23/+14
* * sigproc.cc (wait_subproc): Refine debug output.Christopher Faylor2000-11-041-3/+6
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-2/+4
* * sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor2000-10-271-4/+6
* * sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor2000-10-231-1/+1
* * sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor2000-10-231-2/+2
* * exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor2000-10-181-1/+1
* * sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor2000-10-171-12/+7
* * debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor2000-10-171-1/+0
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-13/+0
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-38/+25
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-65/+11
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-2/+2
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-90/+64
* * exceptions.cc (interruptible): Add extra debugging.Christopher Faylor2000-10-051-0/+1
* * exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor2000-09-161-2/+0
* * sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor2000-09-081-1/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+2
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+2
* * sigproc.cc: Add include file for proper definitions.Christopher Faylor2000-09-061-0/+1
* * sigproc.cc (mychild): New function.Christopher Faylor2000-09-021-7/+19
* * sigproc.cc (sigproc_init): Create wait_sig_inited without auto-reset to avoidChristopher Faylor2000-09-011-2/+2
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-011-3/+4
* * pinfo.h (pinfo): Un-inline release.Christopher Faylor2000-08-261-3/+2
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-261-0/+5
* * external.cc (cygwin_internal): Add CW_INIT_EXCEPTIONS to allow cygwinChristopher Faylor2000-08-251-3/+9
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+4
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1