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
/
init.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure alloca is called even when optimizing, fully init _REENT
Corinna Vinschen
2016-08-15
1
-3
/
+7
*
Consolidate wctomb/mbtowc calls for POSIX-1.2008
Corinna Vinschen
2016-08-15
1
-0
/
+9
*
Drop wow64_has_secondary_stack flag
Corinna Vinschen
2016-06-24
1
-8
/
+3
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.
Corinna Vinschen
2015-12-02
1
-1
/
+1
*
Add comment to explain previous patch
Corinna Vinschen
2015-11-12
1
-0
/
+2
*
Fix crash at process init on 64 bit XP/2003 under WOW64
Corinna Vinschen
2015-11-12
1
-3
/
+6
*
Check for correct funtion entry address in munge_threadfunc
Qian Hong
2015-10-29
1
-2
/
+7
*
cygwin: Fix copyright dates
Corinna Vinschen
2015-07-29
1
-1
/
+1
*
cygwin: Fix crashes under AllocationPreference=0x100000 condition
Corinna Vinschen
2015-07-29
1
-0
/
+2
*
* init.cc (dll_entry): Revert previous patch. This requires another
Corinna Vinschen
2014-11-21
1
-1
/
+1
*
* init.cc (dll_entry): Call _my_tls.remove with INFINITE wait period
Corinna Vinschen
2014-11-20
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-8
/
+1
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
Revert the reversion and go with implementation described in cgf-000017, with
Christopher Faylor
2012-12-21
1
-9
/
+1
*
* DevNotes: Add entry cgf-000018.
Christopher Faylor
2012-12-21
1
-1
/
+9
*
* init.cc (dll_entry): Move wincap.init call back from here...
Corinna Vinschen
2012-03-05
1
-2
/
+1
*
* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if tty
Christopher Faylor
2012-02-14
1
-2
/
+2
*
* dcrt0.cc (wow64_respawn): New static variable.
Corinna Vinschen
2011-12-12
1
-58
/
+2
*
Add ChangeLog entry for previous change and revert erroneously checked in
Christopher Faylor
2011-12-10
1
-2
/
+58
*
Clarify entry
Christopher Faylor
2011-12-10
1
-58
/
+2
*
* init.cc (dll_entry): Revert previous change since it caused inexplicable fork
Christopher Faylor
2011-11-27
1
-1
/
+0
*
* init.cc (remove): Don't bother calling through thread removal cleanup if we
Christopher Faylor
2011-11-26
1
-0
/
+1
*
* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.
Christopher Faylor
2011-08-18
1
-1
/
+1
*
* init.cc (dll_entry): Reinstantiate wow64_test_stack_marker and
Corinna Vinschen
2011-05-25
1
-9
/
+6
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Corinna Vinschen
2011-05-20
1
-7
/
+14
*
* cygwin.din (pthread_attr_getguardsize): Export.
Corinna Vinschen
2011-05-15
1
-5
/
+9
*
* init.cc (search_for): Put this in shared section or suffer subtle problems
Christopher Faylor
2010-12-12
1
-1
/
+1
*
* cygthread.cc (cygthread::create): Fix incorrect use of name rather than
Christopher Faylor
2010-09-01
1
-3
/
+4
*
* dcrt0.cc (atexit_lock): Delete.
Christopher Faylor
2010-02-02
1
-1
/
+1
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-1
/
+1
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-4
/
+1
*
* shared_info.h (shared_destroy): Declare.
Christopher Faylor
2008-07-27
1
-0
/
+3
*
* autoload.cc (IsWow64Process): Remove.
Corinna Vinschen
2008-04-28
1
-6
/
+6
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-5
/
+0
*
Cleanup.
Corinna Vinschen
2008-04-03
1
-3
/
+3
*
* init.cc (in_dllentry): Delete.
Christopher Faylor
2007-07-14
1
-4
/
+0
*
* init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.
Christopher Faylor
2007-07-14
1
-1
/
+1
*
* cygtls.cc (_cygtls::remove): Don't test for initialization since this
Christopher Faylor
2006-05-17
1
-1
/
+2
*
* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
Christopher Faylor
2006-05-16
1
-2
/
+5
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-2
/
+3
*
* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.
Christopher Faylor
2006-03-12
1
-40
/
+13
*
* winsup.h (cygwin_hmodule): Declare.
Christopher Faylor
2006-02-23
1
-1
/
+4
*
* init.cc (respawn_wow64_process): Exit with the exit code returned
Corinna Vinschen
2006-02-07
1
-1
/
+4
*
* Update copyrights.
Corinna Vinschen
2006-01-12
1
-2
/
+2
*
* dcrt0.cc (dll_crt0_0): Remove call to wincap.init.
Corinna Vinschen
2006-01-10
1
-5
/
+6
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-7
/
+12
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-3
/
+3
*
* init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid conflicts
Christopher Faylor
2005-12-16
1
-1
/
+1
*
* dcrt0.cc (getstack): New function.
Christopher Faylor
2005-09-28
1
-1
/
+0
[next]