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
*
* 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
*
* init.cc (prime_threads): Make this static, as it should be.
Christopher Faylor
2005-09-28
1
-3
/
+4
*
* init.cc (dll_entry): Call IsWow64Process with GetCurrentProcess
Corinna Vinschen
2005-09-27
1
-1
/
+1
*
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
Christopher Faylor
2005-09-23
1
-0
/
+1
*
* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.
Christopher Faylor
2005-09-07
1
-0
/
+1
*
Grr. REVERT erroneous checkin. AGAIN.
Christopher Faylor
2005-09-02
1
-1
/
+0
*
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
Christopher Faylor
2005-09-02
1
-0
/
+1
*
revert inexplicable previous checkin
Christopher Faylor
2005-09-02
1
-1
/
+0
*
bad_addresses
Christopher Faylor
2005-09-02
1
-0
/
+1
*
* init.cc (respawn_wow64_process): Make inline function. Remove
Corinna Vinschen
2005-08-14
1
-20
/
+52
*
* cygwin.sc: Place .cygwin_dll_common.
Christopher Faylor
2005-06-09
1
-1
/
+1
*
* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.
Christopher Faylor
2005-05-17
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.
Christopher Faylor
2005-03-22
1
-0
/
+3
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
* init.cc (dll_entry): Remove unused extern.
Christopher Faylor
2005-01-16
1
-1
/
+0
*
* init.cc (dll_entry): Nuke attempt to set exit code since parent will use
Christopher Faylor
2005-01-13
1
-6
/
+0
*
* pinfo.h (_pinfo::set_exit_state): Declare new function.
Christopher Faylor
2005-01-11
1
-2
/
+7
*
* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.
Christopher Faylor
2004-12-27
1
-0
/
+3
*
* init.cc (dll_entry): Remove exit code setting.
Christopher Faylor
2004-12-27
1
-3
/
+0
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Christopher Faylor
2004-12-24
1
-0
/
+3
*
* child_info.h (child_info_spawn::hexec_proc): Eliminate.
Christopher Faylor
2004-11-26
1
-1
/
+0
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-3
/
+3
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-2
/
+2
*
* autoload.cc (GetNativeSystemInfo): Add.
Corinna Vinschen
2004-07-24
1
-0
/
+27
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-1
/
+1
*
* init.cc (threadfunc_fe): Hack to make thread stacks always 16
Corinna Vinschen
2004-04-30
1
-0
/
+2
*
Christopher Faylor <cgf@redhat.com>
Christopher Faylor
2004-03-22
1
-18
/
+16
*
* dcrt0.cc (_dll_crt0): Add some stern internal errors.
Christopher Faylor
2004-02-24
1
-1
/
+1
*
* Makefile.in (clean): Remove sigfe.s.
Christopher Faylor
2004-02-13
1
-3
/
+3
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-1
/
+1
*
* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since
Christopher Faylor
2004-01-19
1
-18
/
+19
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-7
/
+51
*
2004 stuff
Christopher Faylor
2004-01-03
1
-1
/
+1
*
* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_hold
Christopher Faylor
2004-01-03
1
-1
/
+1
*
* dcrt0.cc (reent_data): Reluctantly resurrect.
Christopher Faylor
2003-12-26
1
-1
/
+3
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-3
/
+2
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-3
/
+32
*
* cygtls.h: Add more "don't parse this" guards.
Christopher Faylor
2003-12-06
1
-3
/
+0
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-3
/
+5
[next]