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
*
Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK
Peter Foley
2016-04-01
1
-18
/
+0
*
Propagate correct Windows error if executable can't be opened
Corinna Vinschen
2016-03-17
1
-0
/
+1
*
Avoid name change if script is called via symlink from execvp et al.
Corinna Vinschen
2015-03-17
1
-6
/
+6
*
* spawn.cc (find_exec): Extend preceeding comment to explain more
Corinna Vinschen
2015-02-16
1
-2
/
+16
*
* path.h (path_conv): Make path_flags private. Rename known_suffix to
Corinna Vinschen
2015-02-15
1
-9
/
+9
*
* dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.
Corinna Vinschen
2015-02-11
1
-77
/
+37
*
Revert accidental checkin
Corinna Vinschen
2014-12-02
1
-1
/
+0
*
* flock.cc (create_lock_in_parent): Make lf_obj handle inheritable.
Corinna Vinschen
2014-12-02
1
-0
/
+1
*
* autoload.cc (CreateEnvironmentBlock): Import.
Corinna Vinschen
2014-12-02
1
-1
/
+7
*
* spawn.cc (child_info_spawn::worker): Fix formatting.
Corinna Vinschen
2014-12-02
1
-2
/
+2
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-494
/
+497
*
* spawn.cc (find_exec): Initialize err (CID 60111).
Corinna Vinschen
2014-06-23
1
-1
/
+1
*
* spawn.cc (av::setup): Eat trailing whitespace on #! script.
Christopher Faylor
2014-05-03
1
-0
/
+2
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-2
/
+0
*
cygwin changes:
Christopher Faylor
2013-08-23
1
-11
/
+2
*
* path.h (enum path_types): Drop definition of PATH_64BITEXEC.
Corinna Vinschen
2013-08-23
1
-2
/
+11
*
cygwin directory changes:
Christopher Faylor
2013-07-26
1
-2
/
+3
*
* spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for wide
Christopher Faylor
2013-07-19
1
-2
/
+3
*
* common.din: Export GetCommandLine{A,W}.
Christopher Faylor
2013-07-19
1
-20
/
+13
*
* spawn.cc (child_info_spawn::worker): Eliminate call to newargv.set() in favor
Christopher Faylor
2013-06-19
1
-159
/
+159
*
* spawn.cc (child_info_spawn::worker): Eliminate wascygexec.
Christopher Faylor
2013-06-19
1
-3
/
+1
*
* spawn.cc (ILLEGAL_SIG_FUNC_PTR): New define.
Christopher Faylor
2013-05-03
1
-11
/
+21
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-4
/
+1
*
* spawn.cc (system_call_cleanup): Rename from pthread_cleanup. Extend
Christopher Faylor
2013-04-30
1
-26
/
+29
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-35
/
+11
*
* child_info.h (cygheap_exec_info::sigmask): Declare new field.
Christopher Faylor
2013-03-31
1
-1
/
+1
*
whitespace
Christopher Faylor
2013-03-31
1
-1
/
+0
*
* spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe around
Christopher Faylor
2013-03-09
1
-5
/
+14
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive
Christopher Faylor
2012-11-30
1
-1
/
+1
*
* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.
Christopher Faylor
2012-09-14
1
-1
/
+2
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-2
/
+2
*
* spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna's
Christopher Faylor
2012-08-03
1
-4
/
+10
*
* DevNotes: Add entry cgf-000007.
Christopher Faylor
2012-05-14
1
-0
/
+1
*
* DevNotes: Add entry cgf-000004.
Christopher Faylor
2012-05-08
1
-5
/
+5
*
* DevNotes: Add entry cgf-000003.
Christopher Faylor
2012-05-07
1
-13
/
+29
*
wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.
Christopher Faylor
2012-04-15
1
-11
/
+5
*
* child_info.h (child_info::postfork): Define new function.
Christopher Faylor
2012-03-21
1
-5
/
+3
*
* child_info.h: Reset magic number.
Christopher Faylor
2012-03-21
1
-10
/
+6
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2012-03-20
1
-19
/
+11
*
* fork.cc (lock_signals): Move to sigproc.h.
Christopher Faylor
2012-03-16
1
-23
/
+16
*
* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information for
Christopher Faylor
2012-03-07
1
-1
/
+1
*
* ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.
Corinna Vinschen
2012-02-17
1
-16
/
+42
*
* include/process.h: Move here from include/cygwin subdir.
Corinna Vinschen
2012-02-07
1
-1
/
+1
*
* spawn.cc (child_info_spawn::worker): Delete debugging.
Christopher Faylor
2012-01-11
1
-2
/
+0
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-4
/
+6
*
* include/cygwin/process.h: Move here from newlib.
Corinna Vinschen
2012-01-09
1
-2
/
+2
*
* dtable.cc (dtable::stdio_init): Always initialize console when we have one.
Christopher Faylor
2012-01-08
1
-1
/
+1
*
* spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOB
Corinna Vinschen
2011-12-22
1
-2
/
+12
*
* spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOB
Corinna Vinschen
2011-12-07
1
-1
/
+11
[next]