summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (cygwin__cxa_atexit): Fetch correct DSO handle valueCorinna Vinschen2014-11-071-6/+8
* * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen2014-11-061-6/+6
* * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen2014-11-051-17/+18
* * common.din (__cxa_atexit): Define as cygwin__cxa_atexit.Corinna Vinschen2014-10-291-0/+18
* * dcrt0.cc (cygwin_atexit): Add workaround for broken atexit callsCorinna Vinschen2014-10-271-0/+30
* * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen2014-10-171-3/+4
* * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen2014-10-101-0/+2
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-4/+0
* * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen2014-08-191-3/+1
* * common.din (__cxa_finalize): Export.Yaakov Selkowitz2014-08-071-2/+2
* * dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).Corinna Vinschen2014-06-231-0/+3
* * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen2014-03-281-0/+4
* * dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetchingCorinna Vinschen2014-02-161-3/+3
* * dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_execCorinna Vinschen2014-02-101-2/+2
* * dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor2013-12-181-1/+0
* * autoload.cc (timeBeginPeriod): Delete.Christopher Faylor2013-12-181-1/+1
* * autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor2013-12-181-0/+1
* * winsup.h (cygbench): Fix declaration to match definition.Christopher Faylor2013-07-171-3/+2
* * dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoidCorinna Vinschen2013-06-271-1/+1
* * dcrt0.cc (child_info_fork::alloc_stack): Don't subtract 4096 from stackChristopher Faylor2013-06-191-1/+1
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype ofCorinna Vinschen2013-05-231-7/+10
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-26/+53
* * cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor2013-04-071-6/+3
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-1/+8
* * dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor2013-01-211-0/+2
* * dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signalsChristopher Faylor2013-01-211-1/+12
* * dcrt0.cc (main_thread_sinit): New inline function. Fix and explainCorinna Vinschen2013-01-091-2/+25
* * DevNotes: Add entry cgf-000019.Christopher Faylor2012-12-281-4/+1
* * dcrt0.cc (build_argv): Allow quoted filenames in @ expression.Corinna Vinschen2012-12-201-1/+5
* 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