summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
...
* revert erroneous checkinChristopher Faylor2012-11-301-2/+0
* * spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor2012-11-301-0/+2
* * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz2012-10-271-1/+1
* * DevNotes: Add entry cgf-000014.Christopher Faylor2012-08-091-2/+0
* * fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor2012-07-291-1/+0
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-5/+0
* * dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor2012-07-041-1/+2
* Revert errneous checkin.Christopher Faylor2012-06-191-0/+2
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-2/+0
* * DevNotes: Add entry cgf-000007.Christopher Faylor2012-05-141-3/+14
* * DevNotes: Add entry cgf-000003.Christopher Faylor2012-05-071-3/+8
* * dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.Christopher Faylor2012-03-201-7/+7
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2012-03-201-0/+18
* * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen2012-03-051-1/+2
* * dcrt0.cc (is_dos_path): New macro to recognize drive letter and UNCCorinna Vinschen2012-01-271-2/+10
* * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen2011-12-211-5/+7
* * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen2011-12-191-8/+10
* Clean up whitespace.Christopher Faylor2011-12-171-2/+2
* * dcrt0.cc (_dll_crt0): Fix formatting.Corinna Vinschen2011-12-171-6/+3
* * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen2011-12-161-3/+5
* * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen2011-12-161-86/+52
* * dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor2011-12-131-6/+17
* * dcrt0.cc (wow64_respawn): New static variable.Corinna Vinschen2011-12-121-1/+85
* Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor2011-12-101-83/+0
* Clarify entryChristopher Faylor2011-12-101-0/+83
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-15/+7
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-241-2/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-11-161-2/+1
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-10/+9
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-261-0/+6
* * dcrt0.cc (dll_crt0_1): Copy argv before passing to main().Christopher Faylor2011-10-171-1/+12
* * dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor2011-08-181-1/+1
* * cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor2011-07-301-2/+3
* Throughout, open console handles with sharing for reading and writing.Corinna Vinschen2011-07-041-6/+6
* * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen2011-06-171-0/+1
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-6/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-06-091-30/+0
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-5/+11
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2011-05-201-44/+28
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen2011-05-161-0/+9
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen2011-05-051-1/+4
* * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen2011-04-281-1/+1
* * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen2011-04-021-53/+0
* * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen2011-03-171-0/+4
* * dcrt0.cc: Fix copyright dates.Corinna Vinschen2011-02-221-2/+1
* * dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditional for debugging whichChristopher Faylor2011-02-181-2/+11
* cygwin:Christopher Faylor2010-12-261-0/+2
* * dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor2010-10-241-7/+7
* * dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor2010-10-021-2/+6