summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * fork.cc (frok::parent): Improve error message.Christopher Faylor2006-03-141-1/+7
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-34/+49
* * dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor2006-03-131-9/+14
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-2/+0
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-2/+4
* * fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor2005-12-231-1/+8
* * winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor2005-12-171-87/+64
* * fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor2005-11-171-3/+4
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-3/+3
* * times.cc (hires_ms::prime): More debugging.Christopher Faylor2005-11-041-1/+1
* * exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor2005-10-291-12/+6
* * fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor2005-10-291-4/+6
* * dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor2005-10-211-1/+1
* * fork.cc (frok::parent): Simplify error messages. Don't issue an error whenChristopher Faylor2005-09-301-11/+18
* * dcrt0.cc (getstack): New function.Christopher Faylor2005-09-281-48/+89
* * sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor2005-09-161-1/+1
* * cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor2005-09-051-6/+7
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-7/+6
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-6/+7
* revert inexplicable previous checkinChristopher Faylor2005-09-021-7/+6
* bad_addressesChristopher Faylor2005-09-021-6/+7
* * dcrt0.cc: Remove ld_preload declaration.Christopher Faylor2005-08-111-0/+1
* * fork.cc (fork_parent): Fix null deref if pinfo creation fails.Christopher Faylor2005-07-291-2/+3
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-2/+2
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-3/+0