aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/spawn.cc
AgeCommit message (Expand)AuthorFilesLines
2001-11-24This commit was manufactured by cvs2svn to create branchcvs2svn1-1078/+0
2001-11-05Eliminate excess whitespace.Christopher Faylor1-3/+3
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor1-10/+41
2001-10-05* spawn.cc (perhaps_suffix): Return NULL on non-existence of file as well asChristopher Faylor1-1/+1
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-4/+12
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-2/+2
2001-09-14* cygheap.cc (dup_now): New function.Christopher Faylor1-4/+8
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-7/+7
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor1-23/+14
2001-08-14* spawn.cc (spawn_guts): Enable appropriate privilege beforeEgor Duda1-0/+7
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+2
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor1-3/+4
2001-07-17* child_info.h: Bump magic number.Christopher Faylor1-64/+65
2001-06-26* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor1-2/+6
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor1-4/+6
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen1-3/+2
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-4/+4
2001-04-30 * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen1-27/+25
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-6/+4
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor1-3/+0
2001-03-18fix spacing.Christopher Faylor1-12/+12
2001-03-12* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor1-1/+2
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-0/+1
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen1-1/+0
2001-02-21Add copyright year 2001Corinna Vinschen1-1/+1
2001-02-21 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen1-0/+1
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-0/+4
2000-11-20* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.Christopher Faylor1-6/+20
2000-11-20* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting inChristopher Faylor1-1/+6
2000-11-15 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen1-5/+7
2000-11-15 * spawn.cc (spawn_guts): Revert patch to ignore chroot settingsCorinna Vinschen1-6/+1
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-26/+13
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-3/+7
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor1-1/+1
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-21/+2
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor1-0/+1
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen1-0/+17
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor1-0/+1
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor1-2/+5
2000-10-21* spawn.cc (spawn_guts): Don't do the reparenting step if we notice that theChristopher Faylor1-5/+1
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor1-0/+2
2000-10-20* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoidChristopher Faylor1-11/+17
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-66/+35
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-29/+15
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor1-123/+98
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-1/+2
2000-10-09* dtable.cc (set_std_handle): Use std_consts array to control SetStdHandleChristopher Faylor1-32/+28