summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/spawn.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-221-6/+17
* Remove PC_FULL from path_conv usage throughout.Christopher Faylor2005-05-131-1/+1
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-1/+1
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-2/+2
* * spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they hadChristopher Faylor2005-03-021-6/+6
* copyrightChristopher Faylor2005-02-201-1/+2
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-6/+2
* * cygwin.din: Export getpriority and setpriority.Corinna Vinschen2005-01-251-0/+1
* * spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor2005-01-221-3/+8
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-1/+1
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-39/+43
* * cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor2004-12-281-1/+2
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-13/+24
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-12/+10
* * spawn.cc (spawn_guts): Force parent to forget about P_DETACH'ed process.Christopher Faylor2004-12-211-0/+2
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-061-4/+1
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-185/+176
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-12/+17
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-123/+66
* * spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.Christopher Faylor2004-10-071-2/+2
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-3/+10
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-3/+3
* * spawn.cc (spawn_guts): Check if script is executable.Corinna Vinschen2004-07-081-0/+7
* * spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor2004-06-021-5/+3
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor2004-03-141-1/+2
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-2/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen2004-02-061-11/+4
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-8/+1
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+8
* * spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor2003-12-081-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-5/+5
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-3/+4
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-4/+4
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-0/+3
* * spawn.cc (spawn_guts): Set errno to E2BIG if command line isCorinna Vinschen2003-09-261-0/+7
* * fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor2003-09-261-1/+2
* * spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor2003-09-261-3/+1
* * spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor2003-09-261-6/+15
* * spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor2003-09-251-15/+15
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * spawn.cc (pthread_cleanup): New struct.Christopher Faylor2003-09-201-13/+29
* fix accidental checkinChristopher Faylor2003-09-201-1/+1
* * syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor2003-09-201-2/+26
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-161-3/+3
* 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-101-3/+0
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-301-5/+4
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen2003-06-091-7/+15