summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (dll_crt0_0): Drop duplicated line.Corinna Vinschen2004-10-071-1/+0
* * cygwin.din (_impure_ptr): Export.Christopher Faylor2004-09-161-4/+3
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-7/+5
* * dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor2004-07-241-3/+3
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-2/+1
* * dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor2004-02-251-2/+4
* * dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor2004-02-241-1/+7
* * fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor2004-02-181-15/+6
* * cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor2004-02-161-6/+0
* * dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor2004-02-141-11/+12
* * dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor2004-02-121-3/+2
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-13/+10
* * security.h (SID): New macro.Corinna Vinschen2004-02-051-2/+0
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-2/+1
* * cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor2004-01-261-7/+12
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-1/+10
* * dcrt0.cc (reent_data): Make global.Christopher Faylor2004-01-221-1/+1
* * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor2004-01-191-4/+12
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-4/+12
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-148/+169
* 2004 stuffChristopher Faylor2004-01-031-1/+1
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-2/+1
* * dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor2003-12-261-7/+10
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-30/+36
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-7/+3
* * dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.Christopher Faylor2003-12-121-13/+17
* * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor2003-12-101-8/+10
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-10/+10
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-1/+3
* * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor2003-12-031-4/+3
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-25/+8
* * dcrt0.cc (check_sanity_and_sync): Correct api major version check so thatChristopher Faylor2003-11-221-2/+2
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-6/+6
* * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen2003-10-161-1/+0
* * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen2003-10-151-0/+1
* * dcrt0.cc (hMainProc): Initialize to useful value for use when dll isChristopher Faylor2003-10-081-1/+1
* * dcrt0.cc (dll_crt0_1): Call newlib __sinit routine to ensure that stdioChristopher Faylor2003-10-021-1/+6
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+2
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-231-21/+7
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-161-3/+3
* * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor2003-09-141-3/+1
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-121-1/+2
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-1/+2
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-051-1/+2
* * dcrt0.cc (_dll_crt0): Move strace.microseconds initialization to afterChristopher Faylor2003-07-301-3/+4
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-3/+3
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff2003-05-151-2/+5