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
...
*
* 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
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-9
/
+9
*
Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
Corinna Vinschen
2009-11-17
1
-1
/
+7
*
* spawn.cc (dll_suffixes): Disable. Explain why.
Corinna Vinschen
2009-11-05
1
-1
/
+7
*
* spawn.cc (av::fixup): Treat non-readable, but executable files as
Corinna Vinschen
2009-10-19
1
-1
/
+12
*
* include/sys/cygwin.h: Add new cygwin_getinfo_type
Corinna Vinschen
2009-10-13
1
-2
/
+4
*
Fix faccessat(,0) and access() semantics.
Eric Blake
2009-09-25
1
-2
/
+3
*
* spawn.cc (av::fixup): Check shell scripts for executability only on
Corinna Vinschen
2009-08-10
1
-1
/
+1
*
* cygheap_malloc.h: New file.
Christopher Faylor
2009-08-01
1
-9
/
+1
*
* path.h (path_conv::set_path): Change return value.
Christopher Faylor
2009-08-01
1
-4
/
+4
*
* spawn.cc (find_exec): Fix one more path where retval was not set.
Christopher Faylor
2009-08-01
1
-0
/
+1
*
* spawn.cc (find_exec): Stop relying on the ability to set retval to a fixed
Christopher Faylor
2009-08-01
1
-4
/
+8
*
* path.h (class path_conv): Convert path from char array to char *.
Corinna Vinschen
2009-07-30
1
-0
/
+8
*
* autoload.cc (SetParent): Add new import.
Christopher Faylor
2009-07-04
1
-2
/
+0
*
* spawn.cc (spawn_guts): Don't run additional check for Win32
Corinna Vinschen
2009-06-22
1
-3
/
+8
*
* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.
Christopher Faylor
2009-04-05
1
-1
/
+4
*
Add DESTDIR functionality to Makefile.in's.
Christopher Faylor
2009-02-24
1
-1
/
+1
*
* include/sys/cygwin.h (CW_SETERRNO): Define.
Christopher Faylor
2009-01-09
1
-2
/
+1
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-3
/
+2
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-2
/
+2
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-1
/
+1
*
* spawn.cc (spawn_guts): Check constructed short pathname for being
Corinna Vinschen
2008-07-31
1
-1
/
+4
*
* spawn.cc (spawn_guts): Fix previous patch for UNC paths.
Corinna Vinschen
2008-07-23
1
-1
/
+1
[prev]
[next]