aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/wait.cc
AgeCommit message (Expand)AuthorFilesLines
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-1/+0
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-1/+1
2004-03-12* wait.cc (wait4): Initialize pointer on entry. Avoid callingChristopher Faylor1-13/+8
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor1-3/+2
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor1-1/+1
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-2/+3
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2003-12-17* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor1-1/+1
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor1-4/+3
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-2/+2
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor1-5/+4
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen1-1/+1
2003-01-14Apply wait_cancel patchThomas Pfaff1-1/+4
2002-11-23* wait.cc (wait4): Force pending signal delivery before waiting for processChristopher Faylor1-0/+1
2002-10-21Change _function() to function() throughout.Christopher Faylor1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2001-04-01* sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor1-60/+63
2001-03-18Fix spacing, copyrights.Christopher Faylor1-3/+3
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-2/+5
2001-01-16* wait.cc (wait4): Rename variable for consistency. Allow restartable signalChristopher Faylor1-14/+17
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-1/+0
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-0/+1
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+3
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-0/+1
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+113