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