summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
...
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor2011-05-301-0/+1
* * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode.Corinna Vinschen2011-02-151-1/+2
* * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen2011-02-151-29/+37
* * exec.cc: Include pinfo.h.Corinna Vinschen2011-01-201-4/+6
* * spawn.cc (av::fixup): Reenable #! handling for all exec functions.Corinna Vinschen2011-01-191-19/+13
* * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen2011-01-191-9/+16
* * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen2011-01-191-5/+26
* * include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor2010-09-201-2/+4
* * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen2010-08-131-11/+17
* * spawn.cc (spawn_guts): Reinstantiate a FIXME comment.Corinna Vinschen2010-06-291-1/+1
* * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen2010-06-291-3/+3
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-3/+3
* * spawn.cc (find_exec): Use the first detected errno when lookup fails.Christopher Faylor2010-04-271-1/+3
* * spawn.cc (find_exec): Enable finding paths in backslash notation,Corinna Vinschen2010-03-291-2/+2
* * spawn.cc (spawn_guts): Only try to remove long path prefix fromCorinna Vinschen2010-01-251-17/+18
* * exec.cc (execvp): Call find_exec with FE_NNF flag to enforceCorinna Vinschen2009-12-211-1/+8
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-9/+9
* Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen2009-11-171-1/+7
* * spawn.cc (dll_suffixes): Disable. Explain why.Corinna Vinschen2009-11-051-1/+7
* * spawn.cc (av::fixup): Treat non-readable, but executable files asCorinna Vinschen2009-10-191-1/+12
* * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen2009-10-131-2/+4
* Fix faccessat(,0) and access() semantics.Eric Blake2009-09-251-2/+3
* * spawn.cc (av::fixup): Check shell scripts for executability only onCorinna Vinschen2009-08-101-1/+1
* * cygheap_malloc.h: New file.Christopher Faylor2009-08-011-9/+1
* * path.h (path_conv::set_path): Change return value.Christopher Faylor2009-08-011-4/+4
* * spawn.cc (find_exec): Fix one more path where retval was not set.Christopher Faylor2009-08-011-0/+1
* * spawn.cc (find_exec): Stop relying on the ability to set retval to a fixedChristopher Faylor2009-08-011-4/+8
* * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen2009-07-301-0/+8
* * autoload.cc (SetParent): Add new import.Christopher Faylor2009-07-041-2/+0
* * spawn.cc (spawn_guts): Don't run additional check for Win32Corinna Vinschen2009-06-221-3/+8
* * net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor2009-04-051-1/+4
* Add DESTDIR functionality to Makefile.in's.Christopher Faylor2009-02-241-1/+1
* * include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor2009-01-091-2/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+2
* Remove unneeded whitespace.Christopher Faylor2008-11-261-2/+2
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-1/+1
* * spawn.cc (spawn_guts): Check constructed short pathname for beingCorinna Vinschen2008-07-311-1/+4
* * spawn.cc (spawn_guts): Fix previous patch for UNC paths.Corinna Vinschen2008-07-231-1/+1
* * 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