summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-0/+4
* * spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.Christopher Faylor2000-11-201-6/+20
* * spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor2000-11-201-1/+6
* * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen2000-11-151-5/+7
* * spawn.cc (spawn_guts): Revert patch to ignore chroot settingsCorinna Vinschen2000-11-151-6/+1
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-26/+13
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-3/+7
* * environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor2000-11-081-1/+1
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-21/+2
* * pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor2000-11-041-0/+1
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen2000-10-261-0/+17
* * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor2000-10-251-0/+1
* * exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor2000-10-241-2/+5
* * spawn.cc (spawn_guts): Don't do the reparenting step if we notice that theChristopher Faylor2000-10-211-5/+1
* * fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor2000-10-211-0/+2
* * external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor2000-10-201-11/+17
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-66/+35
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-29/+15
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-123/+98
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-1/+2
* * dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor2000-10-091-32/+28
* * path.cc (symlink_info::check): Set executable bit for a file if the first twoChristopher Faylor2000-09-301-3/+3
* * spawn.cc (spawn_guts): Attempt to accomodate archaic windows quotingChristopher Faylor2000-09-271-9/+9
* * dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor2000-09-261-1/+1
* * spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor2000-09-251-1/+1
* * spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] asChristopher Faylor2000-09-191-1/+1
* * spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methodsChristopher Faylor2000-09-131-14/+35
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+5
* * sigproc.cc: Add include file for proper definitions.Christopher Faylor2000-09-061-1/+1
* * path.cc (cwd_win32): Eliminate.Christopher Faylor2000-09-051-4/+2
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-233/+256
* * sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor2000-09-011-0/+1
* * dcrt0.cc (dll_crt0_1): Move set_os_type.Christopher Faylor2000-08-261-9/+8
* * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff earlier inChristopher Faylor2000-08-241-1/+8
* Revert previous erroneous checkin.Christopher Faylor2000-08-231-4/+0
* * include/sys/cygwin.h: Protect class definitions.Christopher Faylor2000-08-231-0/+4
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+6
* * 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-1/+3
* 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-4/+6
* * fork.cc (vfork): Store complete stack frame in vfork_save structure for laterChristopher Faylor2000-08-031-9/+10
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-5/+5
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-69/+90
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+2
* * spawn.cc (span_guts): Retrieve security attributes before settingCorinna Vinschen2000-07-211-6/+8
* * spawn.cc (spawn_guts): Don't restore impersonation in caseCorinna Vinschen2000-07-191-6/+6
* * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen2000-07-191-0/+2