summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * spawn.cc (spawn_guts): Remove long path prefix from win32 pathCorinna Vinschen2008-07-221-0/+14
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-1/+1
* * spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisibleChristopher Faylor2008-06-171-0/+2
* * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen2008-06-121-2/+0
* * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen2008-04-301-7/+1
* * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen2008-04-261-9/+9
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-4/+3
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-3/+3
* * spawn.cc (find_exec): Use tmp_pathbuf to allocate path buffer.Corinna Vinschen2008-03-111-1/+2
* * path.cc (cwdstuff::set): Make sure drive_length is 0 for virtualCorinna Vinschen2008-03-111-0/+15
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-51/+68
* * child_info.h (~child_info_spawn): Check moreinfo->myself_pinfo forCorinna Vinschen2008-03-051-2/+0
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-6/+6
* * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen2007-12-141-1/+2
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* * spawn.cc (spawn_guts): Fix typo in comment.Corinna Vinschen2007-08-171-1/+1
* * autoload.cc (CloseDesktop): Define.Corinna Vinschen2007-08-171-18/+52
* * path.h (path_conv::operator char *): Delete.Corinna Vinschen2007-08-161-16/+16
* * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen2007-07-191-2/+6
* * spawn.cc (spawn_guts): Start pure-windows processes in a suspended state toChristopher Faylor2007-03-281-6/+4
* * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen2007-02-231-6/+0
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-2/+1
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-4/+2
* * spawn.cc (spawn_guts): Don't set cwd for non-Cygwin child processesCorinna Vinschen2007-01-181-2/+4
* * ChangeLog: Happy New Year.Corinna Vinschen2007-01-031-1/+1
* * spawn.cc (spawn_guts): Don't expect synchronization from a non-cygwinChristopher Faylor2007-01-011-1/+4
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-20/+16
* * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen2006-12-051-1/+12
* * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen2006-11-301-3/+2
* * autoload.cc (GetHandleInformation): Declare new function.Christopher Faylor2006-08-091-2/+2
* GCC 4.1 fixes.Christopher Faylor2006-07-171-6/+13
* white spaceChristopher Faylor2006-05-281-1/+1
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-221-2/+3
* * debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor2006-05-211-1/+1
* * spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed toChristopher Faylor2006-04-131-1/+1
* * spawn.cc (spawn_guts): Revert patch which treated derived cygwin programsChristopher Faylor2006-04-131-3/+4
* * Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor2006-04-121-191/+5
* * spawn.cc (linebuf::finish): Drop argument. Don't check command lineCorinna Vinschen2006-04-031-10/+5
* * spawn.cc (spawn_guts): Close handles if we know that we will not be seeing aChristopher Faylor2006-03-271-9/+11
* * child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor2006-03-221-9/+13
* * dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor2006-03-211-3/+9
* * child_info.h (child_status): New enum.Christopher Faylor2006-03-201-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-13/+27
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+1
* fix typoChristopher Faylor2006-02-201-1/+1
* * spawn.cc (av::fixup): Check for .bat and friends specifically now since theseChristopher Faylor2006-02-201-2/+6
* minor comment restructuringChristopher Faylor2006-02-151-2/+2
* * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen2006-02-031-2/+4
* * spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.Corinna Vinschen2006-02-011-0/+1