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
*
* spawn.cc (spawn_guts): Start pure-windows processes in a suspended state to
Christopher Faylor
2007-03-28
1
-6
/
+4
*
* fhandler_console.cc (fhandler_console::need_invisible): Drop
Corinna Vinschen
2007-02-23
1
-6
/
+0
*
* exceptions.cc (dummy_ctrl_c_handler): Remove.
Corinna Vinschen
2007-02-23
1
-2
/
+1
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-4
/
+2
*
* spawn.cc (spawn_guts): Don't set cwd for non-Cygwin child processes
Corinna Vinschen
2007-01-18
1
-2
/
+4
*
* ChangeLog: Happy New Year.
Corinna Vinschen
2007-01-03
1
-1
/
+1
*
* spawn.cc (spawn_guts): Don't expect synchronization from a non-cygwin
Christopher Faylor
2007-01-01
1
-1
/
+4
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-20
/
+16
*
* dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.
Corinna Vinschen
2006-12-05
1
-1
/
+12
*
* dir.cc (mkdir): Check last path component for "..".
Corinna Vinschen
2006-11-30
1
-3
/
+2
*
* autoload.cc (GetHandleInformation): Declare new function.
Christopher Faylor
2006-08-09
1
-2
/
+2
*
GCC 4.1 fixes.
Christopher Faylor
2006-07-17
1
-6
/
+13
*
white space
Christopher Faylor
2006-05-28
1
-1
/
+1
*
* child_info.h (_CI_SAW_CTRL_C): New enum.
Christopher Faylor
2006-05-22
1
-2
/
+3
*
* debug.cc (add_handle): Print handle value when collision detected.
Christopher Faylor
2006-05-21
1
-1
/
+1
*
* spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed to
Christopher Faylor
2006-04-13
1
-1
/
+1
*
* spawn.cc (spawn_guts): Revert patch which treated derived cygwin programs
Christopher Faylor
2006-04-13
1
-3
/
+4
*
* Makefile.in (DLL_OFILES): Add winf.o.
Christopher Faylor
2006-04-12
1
-191
/
+5
*
* spawn.cc (linebuf::finish): Drop argument. Don't check command line
Corinna Vinschen
2006-04-03
1
-10
/
+5
*
* spawn.cc (spawn_guts): Close handles if we know that we will not be seeing a
Christopher Faylor
2006-03-27
1
-9
/
+11
*
* child_info.h (child_status): Fix typo which made it impossible to set
Christopher Faylor
2006-03-22
1
-9
/
+13
*
* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
Christopher Faylor
2006-03-21
1
-3
/
+9
*
* child_info.h (child_status): New enum.
Christopher Faylor
2006-03-20
1
-1
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-13
/
+27
*
* child_info.h (child_info_fork::handle_failure): Declare new function.
Christopher Faylor
2006-03-13
1
-1
/
+1
*
fix typo
Christopher Faylor
2006-02-20
1
-1
/
+1
*
* spawn.cc (av::fixup): Check for .bat and friends specifically now since these
Christopher Faylor
2006-02-20
1
-2
/
+6
*
minor comment restructuring
Christopher Faylor
2006-02-15
1
-2
/
+2
*
* path.cc (suffix_scan::lnk_match): Return true beginning with
Corinna Vinschen
2006-02-03
1
-2
/
+4
*
* spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.
Corinna Vinschen
2006-02-01
1
-0
/
+1
*
* dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.
Corinna Vinschen
2006-01-31
1
-11
/
+15
*
* spawn.cc (av::fixup): Remove unused argument.
Christopher Faylor
2006-01-31
1
-4
/
+4
*
* spawn.cc (find_exec): Only return files with execute permission set
Corinna Vinschen
2006-01-31
1
-11
/
+18
*
* spawn.cc (spawn_guts): Fix potential handle leak when failing exec.
Christopher Faylor
2006-01-27
1
-1
/
+2
*
* exceptions.cc (inside_kernel): Fix to return true if we can't get the name of
Christopher Faylor
2006-01-27
1
-0
/
+1
*
* Update copyrights.
Corinna Vinschen
2006-01-12
1
-1
/
+1
*
* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to a
Christopher Faylor
2006-01-12
1
-1
/
+1
*
* spawn.cc (spawn_guts): Reorganize slightly so that 16 bit check is done prior
Christopher Faylor
2006-01-10
1
-80
/
+85
*
* fhandler.h (set_console_state_for_spawn): Eliminate argument from
Christopher Faylor
2006-01-07
1
-1
/
+1
*
* cygtls.cc (_cygtls::remove): Don't output debugging info if this isn't a
Christopher Faylor
2006-01-05
1
-1
/
+1
*
* fhandler_process.cc (fhandler_process::readdir): Add missing argument to
Christopher Faylor
2006-01-04
1
-1
/
+2
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-7
/
+13
*
* spawn.cc (spawn_guts): Hide the window whenever ctty == -1, not just when we
Christopher Faylor
2005-12-21
1
-1
/
+1
*
* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.
Christopher Faylor
2005-12-21
1
-3
/
+11
*
* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.
Christopher Faylor
2005-12-19
1
-2
/
+1
*
* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.
Christopher Faylor
2005-12-19
1
-11
/
+16
*
* exceptions.cc (signal_exit): Eliminate setting of main thread priority since
Christopher Faylor
2005-10-29
1
-1
/
+3
*
* spawn.cc (spawn_guts): Don't leave the function with return inside
Corinna Vinschen
2005-10-24
1
-2
/
+4
*
* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.
Christopher Faylor
2005-10-19
1
-1
/
+1
*
* sigproc.cc (child_info::sync): Use correct name when closing to prevent
Christopher Faylor
2005-10-18
1
-0
/
+1
[next]