aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor1-2/+1
2004-02-25* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor1-2/+4
2004-02-24* dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor1-1/+7
2004-02-18* fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor1-15/+6
2004-02-16* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor1-6/+0
2004-02-14* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor1-11/+12
2004-02-12* dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor1-3/+2
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-13/+10
2004-02-05 * security.h (SID): New macro.Corinna Vinschen1-2/+0
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-2/+1
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor1-7/+12
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-1/+10
2004-01-22* dcrt0.cc (reent_data): Make global.Christopher Faylor1-1/+1
2004-01-19* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor1-4/+12
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-4/+12
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-148/+169
2004-01-032004 stuffChristopher Faylor1-1/+1
2004-01-03* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor1-2/+1
2003-12-26* dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor1-7/+10
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-30/+36
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor1-7/+3
2003-12-12* dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.Christopher Faylor1-13/+17
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor1-8/+10
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-10/+10
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor1-1/+3
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor1-4/+3
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-25/+8
2003-11-22* dcrt0.cc (check_sanity_and_sync): Correct api major version check so thatChristopher Faylor1-2/+2
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-6/+6
2003-10-16 * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen1-1/+0
2003-10-15 * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen1-0/+1
2003-10-08* dcrt0.cc (hMainProc): Initialize to useful value for use when dll isChristopher Faylor1-1/+1
2003-10-02* dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdioChristopher Faylor1-1/+6
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+2
2003-09-23* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor1-21/+7
2003-09-162003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-3/+3
2003-09-14* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor1-3/+1
2003-09-12* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor1-1/+2
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor1-1/+2
2003-09-05* dcrt0.cc (__argc_safe): New variable.Christopher Faylor1-1/+2
2003-07-30* dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to afterChristopher Faylor1-3/+4
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-3/+3
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-05-15* thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff1-2/+5
2003-03-27* thread.h: Change class names, methods, members and local varsThomas Pfaff1-1/+1
2003-03-20* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor1-1/+1
2003-03-01* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor1-0/+23
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen1-3/+2
2003-01-17* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor1-1/+1