summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-3/+4
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+3
* Throughout, open console handles with sharing for reading and writing.Corinna Vinschen2011-07-041-3/+3
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * dll_init.cc (reserve_upto): Remove.Christopher Faylor2011-05-301-0/+6
* * dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor2011-05-301-1/+6
* * cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.Christopher Faylor2011-05-301-0/+1
* Revert previous checkins as they introduced a bug when running zsh.Christopher Faylor2011-05-281-7/+1
* * dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor2011-05-281-1/+7
* * dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.Christopher Faylor2011-05-281-45/+53
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-74/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2011-05-201-5/+29
* * environ.cc (set_chunksize): Remove.Corinna Vinschen2011-05-101-2/+2
* * fork.cc (fork): Clear PID_REAPED.Christopher Faylor2011-05-051-1/+1
* * dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor2010-09-011-1/+4
* * cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor2010-09-011-4/+3
* * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen2010-06-291-2/+2
* * fork.cc (frok::parent): Improve error message.Christopher Faylor2010-06-281-2/+3
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-9/+4
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-3/+4
* Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen2009-11-171-0/+13
* Consistently use va_end.Eric Blake2009-10-141-0/+2
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-1/+1
* * fork.cc (fork): Create local tmp_pathbuf. Explain why.Corinna Vinschen2009-07-201-0/+5
* * fork.cc (frok::parent): Remove ancient code erroneously flushingCorinna Vinschen2009-06-081-4/+0
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-10/+6
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-2/+0
* ChangeLog:Corinna Vinschen2009-01-211-2/+0
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+1
* * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen2008-04-301-15/+0
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-1/+0
* * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen2008-03-241-0/+2
* * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen2008-03-071-15/+21
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-3/+2
* * fork.cc: White space.Christopher Faylor2007-07-071-2/+2
* * fork.cc (fork): Reset child to true after fork since it may have been resetChristopher Faylor2007-03-011-2/+5
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-6/+3
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor2007-02-221-30/+100
* * fork.cc (child_copy): Add missing Windows PID in debug output.Corinna Vinschen2007-01-121-3/+3
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-1/+2
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-4/+0
* * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen2006-12-051-0/+5
* * fork.cc (fork): Lock the process before forking to prevent things like newChristopher Faylor2006-07-141-1/+5
* * hookapi.cc: Add comment headerChristopher Faylor2006-07-061-1/+1
* * dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor2006-03-291-14/+14
* * fhandler.cc (fcntl): Print flags in hex.Christopher Faylor2006-03-221-4/+7
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-19/+21
* * child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor2006-03-151-6/+3