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
/
fork.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
1
-3
/
+4
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-1
/
+3
*
Throughout, open console handles with sharing for reading and writing.
Corinna Vinschen
2011-07-04
1
-3
/
+3
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-1
/
+1
*
* dll_init.cc (reserve_upto): Remove.
Christopher Faylor
2011-05-30
1
-0
/
+6
*
* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
Christopher Faylor
2011-05-30
1
-1
/
+6
*
* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.
Christopher Faylor
2011-05-30
1
-0
/
+1
*
Revert previous checkins as they introduced a bug when running zsh.
Christopher Faylor
2011-05-28
1
-7
/
+1
*
* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
Christopher Faylor
2011-05-28
1
-1
/
+7
*
* dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.
Christopher Faylor
2011-05-28
1
-45
/
+53
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-74
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Corinna Vinschen
2011-05-20
1
-5
/
+29
*
* environ.cc (set_chunksize): Remove.
Corinna Vinschen
2011-05-10
1
-2
/
+2
*
* fork.cc (fork): Clear PID_REAPED.
Christopher Faylor
2011-05-05
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_0): Remove myself settings.
Christopher Faylor
2010-09-01
1
-1
/
+4
*
* cygthread.cc (cygthread::create): Fix incorrect use of name rather than
Christopher Faylor
2010-09-01
1
-4
/
+3
*
* exceptions.cc (dump_exception): Use %W instead of %s for printing
Corinna Vinschen
2010-06-29
1
-2
/
+2
*
* fork.cc (frok::parent): Improve error message.
Christopher Faylor
2010-06-28
1
-2
/
+3
*
* environ.cc (regopt): Change the first argument to wide char string.
Christopher Faylor
2010-05-18
1
-9
/
+4
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-3
/
+4
*
Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
Corinna Vinschen
2009-11-17
1
-0
/
+13
*
Consistently use va_end.
Eric Blake
2009-10-14
1
-0
/
+2
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-1
/
+1
*
* fork.cc (fork): Create local tmp_pathbuf. Explain why.
Corinna Vinschen
2009-07-20
1
-0
/
+5
*
* fork.cc (frok::parent): Remove ancient code erroneously flushing
Corinna Vinschen
2009-06-08
1
-4
/
+0
*
* cygheap.h (mini_cygheap): New struct.
Christopher Faylor
2009-06-08
1
-10
/
+6
*
* ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.
Corinna Vinschen
2009-03-24
1
-2
/
+0
*
ChangeLog:
Corinna Vinschen
2009-01-21
1
-2
/
+0
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-3
/
+1
*
* dtable.cc (dtable::release): Drop fixup_before handling.
Corinna Vinschen
2008-04-30
1
-15
/
+0
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-4
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.
Corinna Vinschen
2008-03-31
1
-1
/
+0
*
* fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.
Corinna Vinschen
2008-03-24
1
-0
/
+2
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
1
-15
/
+21
*
* dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING is
Corinna Vinschen
2008-02-25
1
-3
/
+2
*
* fork.cc: White space.
Christopher Faylor
2007-07-07
1
-2
/
+2
*
* fork.cc (fork): Reset child to true after fork since it may have been reset
Christopher Faylor
2007-03-01
1
-2
/
+5
*
Throughout remove all usage of wincap.has_security.
Corinna Vinschen
2007-02-23
1
-6
/
+3
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.
Christopher Faylor
2007-02-22
1
-30
/
+100
*
* fork.cc (child_copy): Add missing Windows PID in debug output.
Corinna Vinschen
2007-01-12
1
-3
/
+3
*
Partially revert change from 2005-04-03, always running under an
Corinna Vinschen
2006-12-12
1
-1
/
+2
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-4
/
+0
*
* dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.
Corinna Vinschen
2006-12-05
1
-0
/
+5
*
* fork.cc (fork): Lock the process before forking to prevent things like new
Christopher Faylor
2006-07-14
1
-1
/
+5
*
* hookapi.cc: Add comment header
Christopher Faylor
2006-07-06
1
-1
/
+1
*
* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it can
Christopher Faylor
2006-03-29
1
-14
/
+14
*
* fhandler.cc (fcntl): Print flags in hex.
Christopher Faylor
2006-03-22
1
-4
/
+7
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-19
/
+21
*
* child_info.h (child_info_fork::fork_retry): Declare new function.
Christopher Faylor
2006-03-15
1
-6
/
+3
[next]