aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn1-23/+14
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor1-2/+0
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor1-1/+0
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-5/+0
2012-07-04* dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor1-1/+2
2012-06-19Revert errneous checkin.Christopher Faylor1-0/+2
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-2/+0
2012-05-14* DevNotes: Add entry cgf-000007.Christopher Faylor1-3/+14
2012-05-07* DevNotes: Add entry cgf-000003.Christopher Faylor1-3/+8
2012-03-20* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.Christopher Faylor1-7/+7
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-0/+18
2012-03-05 * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen1-1/+2
2012-01-27 * dcrt0.cc (is_dos_path): New macro to recognize drive letter and UNCCorinna Vinschen1-2/+10
2011-12-21 * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen1-5/+7
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen1-8/+10
2011-12-17Clean up whitespace.Christopher Faylor1-2/+2
2011-12-17 * dcrt0.cc (_dll_crt0): Fix formatting.Corinna Vinschen1-6/+3
2011-12-16 * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen1-3/+5
2011-12-16 * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen1-86/+52
2011-12-13* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor1-6/+17
2011-12-12 * dcrt0.cc (wow64_respawn): New static variable.Corinna Vinschen1-1/+85
2011-12-10Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor1-83/+0
2011-12-10Clarify entryChristopher Faylor1-0/+83
2011-11-24* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor1-15/+7
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor1-2/+3
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-2/+1
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-10/+9
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor1-0/+6
2011-10-17* dcrt0.cc (dll_crt0_1): Copy argv before passing to main().Christopher Faylor1-1/+12
2011-08-18* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor1-1/+1
2011-07-30* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor1-2/+3
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen1-6/+6
2011-06-17 * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen1-0/+1
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-6/+0
2011-06-09* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-30/+0
2011-06-06whitespace eliminationChristopher Faylor1-2/+2
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-5/+11
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen1-44/+28
2011-05-16 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen1-0/+9
2011-05-05 * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen1-1/+4
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen1-1/+1
2011-04-02 * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen1-53/+0
2011-03-17 * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen1-0/+4
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen1-2/+1
2011-02-18* dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditional for debugging whichChristopher Faylor1-2/+11
2010-12-26cygwin:Christopher Faylor1-0/+2
2010-10-24* dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor1-7/+7
2010-10-02* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor1-2/+6
2010-09-26* dcrt0.cc (__main): Force signal synchronization.Christopher Faylor1-2/+0
2010-09-19* wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor1-14/+13