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
*
* dcrt0.cc (dll_crt0_0): Drop duplicated line.
Corinna Vinschen
2004-10-07
1
-1
/
+0
*
* cygwin.din (_impure_ptr): Export.
Christopher Faylor
2004-09-16
1
-4
/
+3
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-7
/
+5
*
* dcrt0.cc (dll_crt0_0): Use proper boolean arguments.
Christopher Faylor
2004-07-24
1
-3
/
+3
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-1
/
+1
*
* cygtls.h (waitq): Declare structure here.
Christopher Faylor
2004-03-12
1
-2
/
+1
*
* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.
Christopher Faylor
2004-02-25
1
-2
/
+4
*
* dcrt0.cc (_dll_crt0): Add some stern internal errors.
Christopher Faylor
2004-02-24
1
-1
/
+7
*
* fork.cc (fork_child): Invert sense of test which defeated correct handling in
Christopher Faylor
2004-02-18
1
-15
/
+6
*
* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.
Christopher Faylor
2004-02-16
1
-6
/
+0
*
* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
Christopher Faylor
2004-02-14
1
-11
/
+12
*
* dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.
Christopher Faylor
2004-02-12
1
-3
/
+2
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-13
/
+10
*
* security.h (SID): New macro.
Corinna Vinschen
2004-02-05
1
-2
/
+0
*
* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.
Christopher Faylor
2004-02-02
1
-2
/
+1
*
* cygtls.cc (_threadinfo::init_thread): Add more local reent stdio
Christopher Faylor
2004-01-26
1
-7
/
+12
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-1
/
+10
*
* dcrt0.cc (reent_data): Make global.
Christopher Faylor
2004-01-22
1
-1
/
+1
*
* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since
Christopher Faylor
2004-01-19
1
-4
/
+12
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-4
/
+12
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-148
/
+169
*
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
-2
/
+1
*
* dcrt0.cc (reent_data): Reluctantly resurrect.
Christopher Faylor
2003-12-26
1
-7
/
+10
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-30
/
+36
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-7
/
+3
*
* dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.
Christopher Faylor
2003-12-12
1
-13
/
+17
*
* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to child
Christopher Faylor
2003-12-10
1
-8
/
+10
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-10
/
+10
*
* cygtls.h: Add more "don't parse this" guards.
Christopher Faylor
2003-12-06
1
-1
/
+3
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
1
-4
/
+3
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-25
/
+8
*
* dcrt0.cc (check_sanity_and_sync): Correct api major version check so that
Christopher Faylor
2003-11-22
1
-2
/
+2
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-6
/
+6
*
* dcrt0.cc: Remove local variable alternate_charset_active.
Corinna Vinschen
2003-10-16
1
-1
/
+0
*
* fhandler_console.cc (char_command): Add escape sequence for codepage
Corinna Vinschen
2003-10-15
1
-0
/
+1
*
* dcrt0.cc (hMainProc): Initialize to useful value for use when dll is
Christopher Faylor
2003-10-08
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdio
Christopher Faylor
2003-10-02
1
-1
/
+6
*
2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-25
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-1
/
+2
*
* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.
Christopher Faylor
2003-09-23
1
-21
/
+7
*
2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-16
1
-3
/
+3
*
* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
Christopher Faylor
2003-09-14
1
-3
/
+1
*
* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.
Christopher Faylor
2003-09-12
1
-1
/
+2
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-1
/
+2
*
* dcrt0.cc (__argc_safe): New variable.
Christopher Faylor
2003-09-05
1
-1
/
+2
*
* dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to after
Christopher Faylor
2003-07-30
1
-3
/
+4
*
* Makefile.in: Remove cygserver stuff.
Christopher Faylor
2003-07-02
1
-3
/
+3
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* thread.h (pthread::init_mainthread): Remove function parameter.
Thomas Pfaff
2003-05-15
1
-2
/
+5
[next]