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
...
*
* 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
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-5
/
+1
*
* spawn.cc (av::fixup): Just blindly run any file if it has a .bat or .cmd
Christopher Faylor
2005-09-20
1
-1
/
+2
*
* environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediately
Christopher Faylor
2005-09-16
1
-0
/
+1
*
* environ.cc (build_env): Clear envblock and return NULL on attempt to use env
Christopher Faylor
2005-09-16
1
-0
/
+5
*
* sigproc.cc (no_signals_available): Return true if sending to self from the
Christopher Faylor
2005-09-16
1
-10
/
+1
*
* spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".
Christopher Faylor
2005-09-15
1
-19
/
+18
*
* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.
Christopher Faylor
2005-09-15
1
-10
/
+29
*
* spawn.cc (av::error): Eliminate.
Christopher Faylor
2005-09-14
1
-22
/
+16
*
* heap.cc (heap_init): Be slightly more aggressive when trying to allocate
Christopher Faylor
2005-09-10
1
-16
/
+22
*
* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compiler
Christopher Faylor
2005-09-08
1
-12
/
+8
*
* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.
Christopher Faylor
2005-09-07
1
-5
/
+9
*
* cygheap.cc (cygheap_init): Eliminate debugging #if.
Christopher Faylor
2005-09-05
1
-1
/
+4
*
* spawn.cc (perhaps_suffix): Record errno-type error value in third argument.
Christopher Faylor
2005-08-24
1
-8
/
+21
*
* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.
Christopher Faylor
2005-08-11
1
-30
/
+40
*
* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.
Christopher Faylor
2005-07-17
1
-103
/
+120
*
fix whitespace
Christopher Faylor
2005-07-16
1
-91
/
+91
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-3
/
+3
*
* cygtls.h (_cygtls): Perform minor reformatting.
Christopher Faylor
2005-07-05
1
-1
/
+1
*
* wincap.h (wincaps::detect_win16_exe): Declare.
Christopher Faylor
2005-06-18
1
-4
/
+4
*
* spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoid
Christopher Faylor
2005-06-18
1
-4
/
+9
*
Revert 2005-05-30 close_all_files changes.
Christopher Faylor
2005-06-02
1
-1
/
+1
*
* child_info.h (child_info::cygheap_h): Delete.
Christopher Faylor
2005-06-01
1
-28
/
+17
*
* spawn.cc (find_exec): Accept a PATH-like string in place of an environment
Christopher Faylor
2005-05-22
1
-6
/
+17
*
Remove PC_FULL from path_conv usage throughout.
Christopher Faylor
2005-05-13
1
-1
/
+1
*
* cygheap.cc (cygheap_init): Accomodate set_process_privilege change.
Corinna Vinschen
2005-04-03
1
-1
/
+1
*
Unify usage of CYG_MAX_PATH throughout. Change buffers from
Corinna Vinschen
2005-04-03
1
-2
/
+2
*
* spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they had
Christopher Faylor
2005-03-02
1
-6
/
+6
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
* cygthread.cc (cygthread::release): Reset ev here if it exists.
Christopher Faylor
2005-02-11
1
-6
/
+2
*
* cygwin.din: Export getpriority and setpriority.
Corinna Vinschen
2005-01-25
1
-0
/
+1
[prev]
[next]