index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
dcrt0.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
_dll_crt0: Drop incorrect check for being started from parent main thread
Corinna Vinschen
2017-03-10
1
-1
/
+1
*
Send thread names to debugger
Jon Turney
2016-08-23
1
-0
/
+1
*
Redefine locale info in struct _reent for per-thread locales
Corinna Vinschen
2016-07-06
1
-1
/
+0
*
Drop has_set_thread_stack_guarantee flag
Corinna Vinschen
2016-06-24
1
-5
/
+3
*
Drop wow64_has_secondary_stack flag
Corinna Vinschen
2016-06-24
1
-46
/
+1
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Remove MALLOC_CHECK and calls to it entirely
Corinna Vinschen
2016-04-01
1
-1
/
+0
*
Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK
Peter Foley
2016-04-01
1
-14
/
+0
*
Do not treat the command line or environment like paths
Johannes Schindelin
2016-01-08
1
-2
/
+2
*
Fix minor style issue in _dll_crt0.
Corinna Vinschen
2015-12-07
1
-1
/
+1
*
Always allocate main thread stack from pthread stack area on x86_64.
Corinna Vinschen
2015-12-07
1
-36
/
+48
*
On 64 bit, only create new thread stack if started from 32 bit process on aff...
Corinna Vinschen
2015-12-03
1
-41
/
+29
*
Always move 64 bit main thread stack to defined pthread stack area
Corinna Vinschen
2015-12-03
1
-0
/
+29
*
Cleanup in dcrt0.cc and fork.cc
Corinna Vinschen
2015-12-03
1
-3
/
+3
*
Always restore full TEB stack info in forkee
Corinna Vinschen
2015-12-03
1
-9
/
+9
*
Add missing dcrt0.cc patch to previous commit
Corinna Vinschen
2015-12-03
1
-1
/
+0
*
Rename parent stack members in child_info struct to align with OS names
Corinna Vinschen
2015-12-02
1
-18
/
+18
*
Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.
Corinna Vinschen
2015-12-02
1
-13
/
+15
*
Fix length returned from sys_cp_wcstombs in case nwc > # of wchars
Corinna Vinschen
2015-10-22
1
-1
/
+1
*
cygwin: Fix copyright dates
Corinna Vinschen
2015-07-29
1
-1
/
+1
*
Reduce stack pressure throughout Cygwin
Corinna Vinschen
2015-07-19
1
-3
/
+11
*
x86_64: Handle myfault exceptions when running on alternate signal stack
Corinna Vinschen
2015-07-07
1
-0
/
+5
*
Simplify stack allocation code in child after fork
Corinna Vinschen
2015-07-07
1
-67
/
+56
*
Align hard stack allocation to pthread stack setup changes
Corinna Vinschen
2015-07-05
1
-11
/
+17
*
* dcrt0.cc (cygwin__cxa_atexit): Fetch correct DSO handle value
Corinna Vinschen
2014-11-07
1
-6
/
+8
*
* dcrt0.cc (cygwin_atexit): Change preceeding comment to reflect
Corinna Vinschen
2014-11-06
1
-6
/
+6
*
* Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.
Corinna Vinschen
2014-11-05
1
-17
/
+18
*
* common.din (__cxa_atexit): Define as cygwin__cxa_atexit.
Corinna Vinschen
2014-10-29
1
-0
/
+18
*
* dcrt0.cc (cygwin_atexit): Add workaround for broken atexit calls
Corinna Vinschen
2014-10-27
1
-0
/
+30
*
* cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.
Corinna Vinschen
2014-10-17
1
-3
/
+4
*
* dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.
Corinna Vinschen
2014-10-10
1
-0
/
+2
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-4
/
+0
*
* autoload.cc: Replace WNet[...]A with WNet[...]W imports.
Corinna Vinschen
2014-08-19
1
-3
/
+1
*
* common.din (__cxa_finalize): Export.
Yaakov Selkowitz
2014-08-07
1
-2
/
+2
*
* dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).
Corinna Vinschen
2014-06-23
1
-0
/
+3
*
* dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.
Corinna Vinschen
2014-03-28
1
-0
/
+4
*
* dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetching
Corinna Vinschen
2014-02-16
1
-3
/
+3
*
* dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_exec
Corinna Vinschen
2014-02-10
1
-2
/
+2
*
* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.
Christopher Faylor
2013-12-18
1
-1
/
+0
*
* autoload.cc (timeBeginPeriod): Delete.
Christopher Faylor
2013-12-18
1
-1
/
+1
*
* autoload.cc (timeBeginPeriod): Autoload.
Christopher Faylor
2013-12-18
1
-0
/
+1
*
* winsup.h (cygbench): Fix declaration to match definition.
Christopher Faylor
2013-07-17
1
-3
/
+2
*
* dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoid
Corinna Vinschen
2013-06-27
1
-1
/
+1
*
* dcrt0.cc (child_info_fork::alloc_stack): Don't subtract 4096 from stack
Christopher Faylor
2013-06-19
1
-1
/
+1
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype of
Corinna Vinschen
2013-05-23
1
-7
/
+10
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-26
/
+53
*
* cygheap.cc (init_cygheap::find_tls): Add a comment.
Christopher Faylor
2013-04-07
1
-6
/
+3
*
* child_info.h (cygheap_exec_info::sigmask): Declare new field.
Christopher Faylor
2013-03-31
1
-1
/
+8
*
* dcrt0.cc (dll_crt0_1): Comment assumption.
Christopher Faylor
2013-01-21
1
-0
/
+2
*
* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any signals
Christopher Faylor
2013-01-21
1
-1
/
+12
[next]