summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-1/+0
* Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley2016-04-011-14/+0
* Do not treat the command line or environment like pathsJohannes Schindelin2016-01-081-2/+2
* Fix minor style issue in _dll_crt0.Corinna Vinschen2015-12-071-1/+1
* Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen2015-12-071-36/+48
* On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen2015-12-031-41/+29
* Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen2015-12-031-0/+29
* Cleanup in dcrt0.cc and fork.ccCorinna Vinschen2015-12-031-3/+3
* Always restore full TEB stack info in forkeeCorinna Vinschen2015-12-031-9/+9
* Add missing dcrt0.cc patch to previous commitCorinna Vinschen2015-12-031-1/+0
* Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen2015-12-021-18/+18
* Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen2015-12-021-13/+15
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-1/+1
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-191-3/+11
* x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen2015-07-071-0/+5
* Simplify stack allocation code in child after forkCorinna Vinschen2015-07-071-67/+56
* Align hard stack allocation to pthread stack setup changesCorinna Vinschen2015-07-051-11/+17
* * 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