summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-1/+1
* * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor2001-09-151-0/+2
* * sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.Christopher Faylor2001-09-101-1/+1
* * fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor2001-09-091-10/+5
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-13/+5
* * cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor2001-09-061-3/+16
* * cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor2001-08-311-17/+15
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-15/+17
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * child_info.h: Bump magic number.Christopher Faylor2001-07-171-2/+1
* * exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor2001-06-241-1/+1
* * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor2001-06-111-8/+19
* * exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor2001-06-101-3/+10
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-6/+6
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-6/+6
* * exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor2001-05-031-2/+2
* * thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor2001-04-271-2/+2
* * sigproc.h [sigthread]: Add exception field.Christopher Faylor2001-04-251-1/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+2
* * 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