aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fork.cc
AgeCommit message (Expand)AuthorFilesLines
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen1-0/+13
2009-10-14Consistently use va_end.Eric Blake1-0/+2
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-1/+1
2009-07-20 * fork.cc (fork): Create local tmp_pathbuf. Explain why.Corinna Vinschen1-0/+5
2009-06-08 * fork.cc (frok::parent): Remove ancient code erroneously flushingCorinna Vinschen1-4/+0
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor1-10/+6
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-2/+0
2009-01-21ChangeLog:Corinna Vinschen1-2/+0
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-3/+1
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen1-15/+0
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-1/+0
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen1-0/+2
2008-03-07 * Makefile.in (DLL_OFILES): Add tls_pbuf.o.Corinna Vinschen1-15/+21
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-3/+2
2007-07-07* fork.cc: White space.Christopher Faylor1-2/+2
2007-03-01* fork.cc (fork): Reset child to true after fork since it may have been resetChristopher Faylor1-2/+5
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-6/+3
2007-02-22* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor1-30/+100
2007-01-12 * fork.cc (child_copy): Add missing Windows PID in debug output.Corinna Vinschen1-3/+3
2006-12-12 Partially revert change from 2005-04-03, always running under anCorinna Vinschen1-1/+2
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-4/+0
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen1-0/+5
2006-07-14* fork.cc (fork): Lock the process before forking to prevent things like newChristopher Faylor1-1/+5
2006-07-06* hookapi.cc: Add comment headerChristopher Faylor1-1/+1
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor1-14/+14
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor1-4/+7
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-19/+21
2006-03-15* child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor1-6/+3
2006-03-14* fork.cc (frok::parent): Improve error message.Christopher Faylor1-1/+7
2006-03-13* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor1-34/+49
2006-03-13* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor1-9/+14
2006-03-12* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor1-2/+0
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-2/+4
2005-12-23* fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor1-1/+8
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor1-87/+64
2005-11-17* fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor1-3/+4
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-3/+3
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor1-1/+1
2005-10-29* exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor1-12/+6
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor1-4/+6
2005-10-21* dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor1-1/+1
2005-09-30* fork.cc (frok::parent): Simplify error messages. Don't issue an error whenChristopher Faylor1-11/+18
2005-09-28* dcrt0.cc (getstack): New function.Christopher Faylor1-48/+89
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor1-1/+1
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor1-6/+7
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor1-7/+6
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor1-6/+7
2005-09-02revert inexplicable previous checkinChristopher Faylor1-7/+6