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
*
* string.h: Re-enable inline strcasematch and strncasematch
Corinna Vinschen
2008-02-01
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to current
Corinna Vinschen
2008-01-31
1
-5
/
+5
*
* dcrt0.cc: Include string.h.
Corinna Vinschen
2007-12-12
1
-3
/
+2
*
* dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path
Corinna Vinschen
2007-12-06
1
-5
/
+5
*
Drop old SetResourceLock stuff in favor of mutos.
Corinna Vinschen
2007-11-27
1
-4
/
+2
*
* dcrt0.cc (codepage_type): Remove definition.
Christopher Faylor
2007-08-02
1
-1
/
+0
*
* dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, after
Corinna Vinschen
2007-07-19
1
-0
/
+2
*
* cygheap.cc (cygheap_init): Fix formatting. Remove comment. Set
Corinna Vinschen
2007-03-29
1
-3
/
+0
*
Throughout remove all usage of wincap.has_security.
Corinna Vinschen
2007-02-23
1
-4
/
+2
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.
Christopher Faylor
2007-02-22
1
-11
/
+13
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-2
/
+1
*
Partially revert change from 2005-04-03, always running under an
Corinna Vinschen
2006-12-12
1
-12
/
+1
*
* child_info.h (child_info_spawn::__stdin): New element.
Christopher Faylor
2006-12-11
1
-35
/
+7
*
* dcrt0.cc (get_cygwin_startup_info): Fix comment.
Corinna Vinschen
2006-12-05
1
-3
/
+4
*
* dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.
Corinna Vinschen
2006-12-05
1
-1
/
+27
*
* dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.
Corinna Vinschen
2006-10-27
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-3
/
+3
*
* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.
Christopher Faylor
2006-06-03
1
-1
/
+1
*
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
Christopher Faylor
2006-06-03
1
-4
/
+4
*
* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let the
Christopher Faylor
2006-06-02
1
-2
/
+8
*
white space
Christopher Faylor
2006-05-28
1
-1
/
+1
*
* cygtls.cc (_cygtls::call): Call call2 using _my_tls.
Christopher Faylor
2006-05-25
1
-23
/
+3
*
* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
Christopher Faylor
2006-05-16
1
-2
/
+2
*
* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}
Christopher Faylor
2006-04-05
1
-2
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Christopher Faylor
2006-04-03
1
-20
/
+19
*
* dcrt0.cc (sm): Delete.
Christopher Faylor
2006-04-03
1
-3
/
+6
*
* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it can
Christopher Faylor
2006-03-29
1
-9
/
+17
*
* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the console
Christopher Faylor
2006-03-23
1
-1
/
+0
*
* fhandler.cc (fcntl): Print flags in hex.
Christopher Faylor
2006-03-22
1
-12
/
+9
*
* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
Christopher Faylor
2006-03-21
1
-1
/
+2
*
* child_info.h (child_status): New enum.
Christopher Faylor
2006-03-20
1
-24
/
+29
*
* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in the
Christopher Faylor
2006-03-20
1
-0
/
+1
*
* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler here
Christopher Faylor
2006-03-20
1
-4
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-31
/
+2
*
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
Christopher Faylor
2006-03-16
1
-5
/
+8
*
* child_info.h (child_info_fork::fork_retry): Declare new function.
Christopher Faylor
2006-03-15
1
-0
/
+20
*
* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.
Christopher Faylor
2006-03-14
1
-9
/
+11
*
* child_info.h (child_info_fork::handle_failure): Declare new function.
Christopher Faylor
2006-03-13
1
-1
/
+10
*
* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a little
Christopher Faylor
2006-03-13
1
-3
/
+7
*
* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.
Christopher Faylor
2006-03-12
1
-11
/
+3
*
revert erroneous checkin
Christopher Faylor
2006-02-20
1
-12
/
+0
*
* exceptions.cc (stackdump): Avoid dumping more than once.
Christopher Faylor
2006-02-20
1
-0
/
+12
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-2
/
+1
*
* dcrt0.cc (dll_crt0_0): Remove call to wincap.init.
Corinna Vinschen
2006-01-10
1
-1
/
+0
*
* spawn.cc (spawn_guts): Invert the argument to set_console_state_for_spawn.
Christopher Faylor
2006-01-05
1
-2
/
+1
*
* dcrt0.cc (_dll_crt0): Move more leftover debugging stuff.
Christopher Faylor
2006-01-02
1
-17
/
+1
*
Bump copyright dates.
Corinna Vinschen
2006-01-02
1
-2
/
+2
*
* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.
Christopher Faylor
2006-01-01
1
-7
/
+0
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-27
/
+37
*
white space
Christopher Faylor
2005-12-26
1
-1
/
+0
[next]