aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/spawn.cc
AgeCommit message (Expand)AuthorFilesLines
2005-01-25 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen1-0/+1
2005-01-22* spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor1-3/+8
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor1-1/+1
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor1-39/+43
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor1-1/+2
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor1-13/+24
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor1-12/+10
2004-12-21* spawn.cc (spawn_guts): Force parent to forget about P_DETACH'ed process.Christopher Faylor1-0/+2
2004-12-06* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor1-4/+1
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor1-185/+176
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor1-12/+17
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-123/+66
2004-10-07* spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.Christopher Faylor1-2/+2
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-3/+10
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-3/+3
2004-07-08 * spawn.cc (spawn_guts): Check if script is executable.Corinna Vinschen1-0/+7
2004-06-02* spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor1-5/+3
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-1/+1
2004-03-14* cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor1-1/+2
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-2/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-06 * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen1-11/+4
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-8/+1
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+8
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-5/+5
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-3/+4
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+4
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+3
2003-09-26 * spawn.cc (spawn_guts): Set errno to E2BIG if command line isCorinna Vinschen1-0/+7
2003-09-26* fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor1-1/+2
2003-09-26* spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor1-3/+1
2003-09-26* spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor1-6/+15
2003-09-25* spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor1-15/+15
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-09-20* spawn.cc (pthread_cleanup): New struct.Christopher Faylor1-13/+29
2003-09-20fix accidental checkinChristopher Faylor1-1/+1
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor1-2/+26
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen1-3/+3
2003-09-102003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-3/+0
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-5/+4
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen1-7/+15
2003-06-03* spawn.cc (spawn_guts): Don't hang around if the parent doesn't exist.Christopher Faylor1-2/+2
2003-05-19* spawn.cc (spawn_guts): Show more of command line in strace output.Christopher Faylor1-3/+3
2003-02-13* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor1-1/+1
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen1-1/+0
2002-10-17* dtable.cc (dtable::set_file_pointers_for_exec): New function.Christopher Faylor1-0/+1
2002-10-14* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do itChristopher Faylor1-2/+4
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor1-3/+5