aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2014-11-07 * dcrt0.cc (cygwin__cxa_atexit): Fetch correct DSO handle valueCorinna Vinschen1-6/+8
2014-11-06 * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen1-6/+6
2014-11-05 * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen1-17/+18
2014-10-29 * common.din (__cxa_atexit): Define as cygwin__cxa_atexit.Corinna Vinschen1-0/+18
2014-10-27 * dcrt0.cc (cygwin_atexit): Add workaround for broken atexit callsCorinna Vinschen1-0/+30
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen1-3/+4
2014-10-10 * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen1-0/+2
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-4/+0
2014-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen1-3/+1
2014-08-07* common.din (__cxa_finalize): Export.Yaakov Selkowitz1-2/+2
2014-06-23 * dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).Corinna Vinschen1-0/+3
2014-03-28 * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen1-0/+4
2014-02-16 * dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetchingCorinna Vinschen1-3/+3
2014-02-10 * dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_execCorinna Vinschen1-2/+2
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor1-1/+0
2013-12-18* autoload.cc (timeBeginPeriod): Delete.Christopher Faylor1-1/+1
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor1-0/+1
2013-07-17* winsup.h (cygbench): Fix declaration to match definition.Christopher Faylor1-3/+2
2013-06-27 * dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoidCorinna Vinschen1-1/+1
2013-06-19* dcrt0.cc (child_info_fork::alloc_stack): Don't subtract 4096 from stackChristopher Faylor1-1/+1
2013-05-23 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype ofCorinna Vinschen1-7/+10
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-26/+53
2013-04-07* cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor1-6/+3
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor1-1/+8
2013-01-21* dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor1-0/+2
2013-01-21* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signalsChristopher Faylor1-1/+12
2013-01-09 * dcrt0.cc (main_thread_sinit): New inline function. Fix and explainCorinna Vinschen1-2/+25
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor1-4/+1
2012-12-20 * dcrt0.cc (build_argv): Allow quoted filenames in @ expression.Corinna Vinschen1-1/+5
2012-11-30revert erroneous checkinChristopher Faylor1-2/+0
2012-11-30* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor1-0/+2
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz1-1/+1
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