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
*
* 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
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-1
/
+1
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
1
-3
/
+4
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.
Christopher Faylor
2011-11-24
1
-1
/
+2
*
* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.
Christopher Faylor
2011-11-23
1
-1
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-11-16
1
-2
/
+1
*
Remove erroneously checked-in debugging statements.
Christopher Faylor
2011-11-14
1
-1
/
+0
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-59
/
+56
*
* child_info.h (cchildren): New struct.
Christopher Faylor
2011-10-26
1
-0
/
+2
*
* hookapi.cc (hook_or_detect_cygwin): Take additional handle
Corinna Vinschen
2011-10-25
1
-6
/
+24
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-2
/
+2
*
* fhandler.h (fhandler_console::tc_getpgid): New function.
Christopher Faylor
2011-10-07
1
-1
/
+11
*
Throughout, open console handles with sharing for reading and writing.
Corinna Vinschen
2011-07-04
1
-1
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-06-09
1
-1
/
+0
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-1
/
+1
*
* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
Christopher Faylor
2011-05-30
1
-0
/
+1
*
* spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode.
Corinna Vinschen
2011-02-15
1
-1
/
+2
*
* devices.in: Throughout use slashes instead of backslashes in the
Corinna Vinschen
2011-02-15
1
-29
/
+37
*
* exec.cc: Include pinfo.h.
Corinna Vinschen
2011-01-20
1
-4
/
+6
*
* spawn.cc (av::fixup): Reenable #! handling for all exec functions.
Corinna Vinschen
2011-01-19
1
-19
/
+13
*
* exec.cc: Rearrange functions in alphabetical order.
Corinna Vinschen
2011-01-19
1
-9
/
+16
*
* errno.cc (errmap): Add error codes for invalid binaries.
Corinna Vinschen
2011-01-19
1
-5
/
+26
*
* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.
Christopher Faylor
2010-09-20
1
-2
/
+4
*
* cygheap.h (class cwdstuff): Make drive_length private.
Corinna Vinschen
2010-08-13
1
-11
/
+17
*
* spawn.cc (spawn_guts): Reinstantiate a FIXME comment.
Corinna Vinschen
2010-06-29
1
-1
/
+1
*
* exceptions.cc (dump_exception): Use %W instead of %s for printing
Corinna Vinschen
2010-06-29
1
-3
/
+3
*
* environ.cc (regopt): Change the first argument to wide char string.
Christopher Faylor
2010-05-18
1
-3
/
+3
*
* spawn.cc (find_exec): Use the first detected errno when lookup fails.
Christopher Faylor
2010-04-27
1
-1
/
+3
*
* spawn.cc (find_exec): Enable finding paths in backslash notation,
Corinna Vinschen
2010-03-29
1
-2
/
+2
*
* spawn.cc (spawn_guts): Only try to remove long path prefix from
Corinna Vinschen
2010-01-25
1
-17
/
+18
*
* exec.cc (execvp): Call find_exec with FE_NNF flag to enforce
Corinna Vinschen
2009-12-21
1
-1
/
+8
[next]