summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor2001-02-101-3/+14
* Update ChangeLog.Christopher Faylor2000-11-161-1/+1
* * sigproc.cc (wait_sig): Remove unneeded for loop iteration.Christopher Faylor2000-11-161-1/+1
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-7/+8
* * fork.cc (slow_pid_reuse): Off-by-one.Christopher Faylor2000-11-151-4/+6
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-16/+71
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-2/+1
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-26/+1
* * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen2000-10-261-0/+15
* * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor2000-10-251-0/+2
* * fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor2000-10-231-0/+1
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-211-8/+11
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-0/+1
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-5/+2
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-22/+22
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-377/+350
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-1/+2
* * cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor2000-09-301-1/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+4
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-25/+27
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-011-0/+1
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+5
* * 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/+2
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-3/+3
* * select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor2000-08-091-3/+5
* * fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor2000-08-031-4/+10
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-50/+46
* * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen2000-07-191-0/+2
* * hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor2000-07-151-33/+48
* Revert errnoneous commit.Christopher Faylor2000-07-031-12/+4
* * exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor2000-07-031-4/+12
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-021-2/+2
* * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen2000-06-241-1/+2
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-2/+32
* * exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor2000-04-081-1/+2
* * exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor2000-02-241-1/+1
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-2/+2
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-4/+3
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+625