Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin
2015-12-07Fix minor style issue in _dll_crt0.Corinna Vinschen
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen
2015-12-04On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen
2015-12-03Always restore full TEB stack info in forkeeCorinna Vinschen
2015-12-03Add missing dcrt0.cc patch to previous commitCorinna Vinschen
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen
2015-07-07Simplify stack allocation code in child after forkCorinna Vinschen
2015-07-05Align hard stack allocation to pthread stack setup changesCorinna Vinschen
2014-11-07 * dcrt0.cc (cygwin__cxa_atexit): Fetch correct DSO handle valueCorinna Vinschen
2014-11-06 * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen
2014-11-05 * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen
2014-10-29 * common.din (__cxa_atexit): Define as cygwin__cxa_atexit.Corinna Vinschen
2014-10-28 * dcrt0.cc (cygwin_atexit): Add workaround for broken atexit callsCorinna Vinschen
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen
2014-10-10 * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen
2014-08-07* common.din (__cxa_finalize): Export.Yaakov Selkowitz
2014-06-23 * dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).Corinna Vinschen
2014-03-29 * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen
2014-02-16 * dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetchingCorinna Vinschen
2014-02-10 * dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_execCorinna Vinschen
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor
2013-12-18* autoload.cc (timeBeginPeriod): Delete.Christopher Faylor
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor
2013-07-17* winsup.h (cygbench): Fix declaration to match definition.Christopher Faylor
2013-06-27 * dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoidCorinna Vinschen
2013-06-19* dcrt0.cc (child_info_fork::alloc_stack): Don't subtract 4096 from stackChristopher Faylor
2013-05-24 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype ofCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-08* cygheap.cc (init_cygheap::find_tls): Add a comment.Christopher Faylor
2013-03-31* child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor
2013-01-21* dcrt0.cc (dll_crt0_1): Comment assumption.Christopher Faylor
2013-01-21* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signalsChristopher Faylor
2013-01-09 * dcrt0.cc (main_thread_sinit): New inline function. Fix and explainCorinna Vinschen
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor
2012-12-20 * dcrt0.cc (build_argv): Allow quoted filenames in @ expression.Corinna Vinschen
2012-11-30revert erroneous checkinChristopher Faylor
2012-11-30* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz