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
*
* cygthread.h (cygthread::name): Default name to "main" if we are early in the
Christopher Faylor
2011-11-24
1
-15
/
+7
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.
Christopher Faylor
2011-11-24
1
-2
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-11-16
1
-2
/
+1
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-10
/
+9
*
* child_info.h (cchildren): New struct.
Christopher Faylor
2011-10-26
1
-0
/
+6
*
* dcrt0.cc (dll_crt0_1): Copy argv before passing to main().
Christopher Faylor
2011-10-17
1
-1
/
+12
*
* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.
Christopher Faylor
2011-08-18
1
-1
/
+1
*
* cygthread.cc (cygthread::async_create): Define new function.
Christopher Faylor
2011-07-30
1
-2
/
+3
*
Throughout, open console handles with sharing for reading and writing.
Corinna Vinschen
2011-07-04
1
-6
/
+6
*
* dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.
Corinna Vinschen
2011-06-17
1
-0
/
+1
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-6
/
+0
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2011-06-09
1
-30
/
+0
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-2
/
+2
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-5
/
+11
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Corinna Vinschen
2011-05-20
1
-44
/
+28
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if the
Corinna Vinschen
2011-05-16
1
-0
/
+9
*
* dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamically
Corinna Vinschen
2011-05-05
1
-1
/
+4
*
* advapi32.cc (InitializeAcl): Remove.
Corinna Vinschen
2011-04-28
1
-1
/
+1
*
* autoload.cc (GetExtendedTcpTable): Remove.
Corinna Vinschen
2011-04-02
1
-53
/
+0
*
* crt0.c (mainCRTStartup): Move call to _feinitialise from here...
Corinna Vinschen
2011-03-17
1
-0
/
+4
*
* dcrt0.cc: Fix copyright dates.
Corinna Vinschen
2011-02-22
1
-2
/
+1
*
* dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditional for debugging which
Christopher Faylor
2011-02-18
1
-2
/
+11
*
cygwin:
Christopher Faylor
2010-12-26
1
-0
/
+2
*
* dcrt0.cc (do_exit): Don't set thread termination until all fds have been
Christopher Faylor
2010-10-24
1
-7
/
+7
*
* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.
Christopher Faylor
2010-10-02
1
-2
/
+6
*
* dcrt0.cc (__main): Force signal synchronization.
Christopher Faylor
2010-09-26
1
-2
/
+0
*
* wincap.h (wincaps::has_buggy_thread_startup): Declare.
Christopher Faylor
2010-09-19
1
-14
/
+13
*
* cygthread.h (cygthread::cygthread): Reorganize slightly.
Christopher Faylor
2010-09-12
1
-13
/
+9
*
* dcrt0.cc (dll_crt0_0): Remove myself settings.
Christopher Faylor
2010-09-01
1
-3
/
+0
*
* cygthread.cc (cygthread::create): Fix incorrect use of name rather than
Christopher Faylor
2010-09-01
1
-8
/
+3
*
* dcrt0.cc (dll_crt0_0): Move sigproc_init later, after cygheap initialization
Christopher Faylor
2010-08-30
1
-6
/
+6
*
* autoload.cc (LoadDLLprime): Change dllname storage to string16.
Corinna Vinschen
2010-08-28
1
-0
/
+15
*
* dcrt0.cc (__api_fatal): Temporarily generate a stackdump.
Christopher Faylor
2010-06-21
1
-0
/
+3
*
* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.
Christopher Faylor
2010-05-07
1
-2
/
+10
*
* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.
Christopher Faylor
2010-03-28
1
-0
/
+1
*
* shared_info.h (user_info): Add dll_crt0_1 as a friend.
Christopher Faylor
2010-03-15
1
-1
/
+1
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-1
/
+1
*
Add XDR support.
Corinna Vinschen
2010-03-03
1
-0
/
+2
*
Update some copyrights.
Christopher Faylor
2010-02-28
1
-1
/
+1
*
* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.
Christopher Faylor
2010-02-26
1
-1
/
+1
*
* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.
Christopher Faylor
2010-02-10
1
-3
/
+8
*
* dcrt0.cc (atexit_lock): Delete.
Christopher Faylor
2010-02-02
1
-9
/
+3
*
* dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment before
Corinna Vinschen
2010-01-14
1
-0
/
+2
*
* dcrt0.cc: Bump copyright.
Christopher Faylor
2010-01-01
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Move internal locale setting prior to potential
Christopher Faylor
2010-01-01
1
-2
/
+3
*
Throughout, revert ill-conceived replacement of hMainThread with
Corinna Vinschen
2009-12-21
1
-0
/
+6
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-14
/
+4
*
* dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. Just
Corinna Vinschen
2009-10-02
1
-3
/
+3
*
* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.
Christopher Faylor
2009-10-02
1
-6
/
+6
*
* cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".
Corinna Vinschen
2009-09-28
1
-1
/
+3
[next]