summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove env var translation; PATH semicolon separated.Kaz Kylheku2017-01-081-1/+2
* Implement sh -> cmd.exe translation hack.Kaz Kylheku2016-07-131-0/+15
* Small fixes in get_cmd_exe_path.Kaz Kylheku2016-07-081-11/+13
* More secure way of obtaining command interpreter.Kaz Kylheku2016-07-071-1/+26
* Use COMSPEC env var, not hard-coded CMD.EXE path.Kaz Kylheku2016-07-071-1/+4
* Fix spawned process window not foregrounding.Kaz Kylheku2016-07-021-0/+6
* Cygnal apps use cmd.exe, not /bin/sh.Kaz Kylheku2016-06-301-1/+1
* When spawning, don't try to make invisible window.Kaz Kylheku2016-06-301-2/+0
* Use wShowWindow when calling CreateProcess.Kaz Kylheku2016-06-301-1/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley2016-04-011-18/+0
* Propagate correct Windows error if executable can't be openedCorinna Vinschen2016-03-171-0/+1
* Avoid name change if script is called via symlink from execvp et al.Corinna Vinschen2015-03-171-6/+6
* * spawn.cc (find_exec): Extend preceeding comment to explain moreCorinna Vinschen2015-02-161-2/+16
* * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen2015-02-151-9/+9
* * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen2015-02-111-77/+37
* Revert accidental checkinCorinna Vinschen2014-12-021-1/+0
* * flock.cc (create_lock_in_parent): Make lf_obj handle inheritable.Corinna Vinschen2014-12-021-0/+1
* * autoload.cc (CreateEnvironmentBlock): Import.Corinna Vinschen2014-12-021-1/+7
* * spawn.cc (child_info_spawn::worker): Fix formatting.Corinna Vinschen2014-12-021-2/+2
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-494/+497
* * spawn.cc (find_exec): Initialize err (CID 60111).Corinna Vinschen2014-06-231-1/+1
* * spawn.cc (av::setup): Eat trailing whitespace on #! script.Christopher Faylor2014-05-031-0/+2
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-2/+0
* cygwin changes:Christopher Faylor2013-08-231-11/+2
* * path.h (enum path_types): Drop definition of PATH_64BITEXEC.Corinna Vinschen2013-08-231-2/+11
* cygwin directory changes:Christopher Faylor2013-07-261-2/+3
* * spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for wideChristopher Faylor2013-07-191-2/+3
* * common.din: Export GetCommandLine{A,W}.Christopher Faylor2013-07-191-20/+13
* * spawn.cc (child_info_spawn::worker): Eliminate call to newargv.set() in favorChristopher Faylor2013-06-191-159/+159
* * spawn.cc (child_info_spawn::worker): Eliminate wascygexec.Christopher Faylor2013-06-191-3/+1
* * spawn.cc (ILLEGAL_SIG_FUNC_PTR): New define.Christopher Faylor2013-05-031-11/+21
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-4/+1
* * spawn.cc (system_call_cleanup): Rename from pthread_cleanup. ExtendChristopher Faylor2013-04-301-26/+29
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-35/+11
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-1/+1
* whitespaceChristopher Faylor2013-03-311-1/+0
* * spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe aroundChristopher Faylor2013-03-091-5/+14
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor2012-11-301-1/+1
* * cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor2012-09-141-1/+2
* whitespace cleanupChristopher Faylor2012-08-161-2/+2
* * spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna'sChristopher Faylor2012-08-031-4/+10
* * DevNotes: Add entry cgf-000007.Christopher Faylor2012-05-141-0/+1
* * DevNotes: Add entry cgf-000004.Christopher Faylor2012-05-081-5/+5
* * DevNotes: Add entry cgf-000003.Christopher Faylor2012-05-071-13/+29
* wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor2012-04-151-11/+5
* * child_info.h (child_info::postfork): Define new function.Christopher Faylor2012-03-211-5/+3
* * child_info.h: Reset magic number.Christopher Faylor2012-03-211-10/+6
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2012-03-201-19/+11