| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * thread.h: Change class names, methods, members and local vars | Thomas Pfaff | 2003-03-27 | 1 | -1/+1 |
* | * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration. | Christopher Faylor | 2003-03-20 | 1 | -1/+1 |
* | * cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions. | Christopher Faylor | 2003-03-01 | 1 | -0/+23 |
* | * syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists | Corinna Vinschen | 2003-01-25 | 1 | -3/+2 |
* | * dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator. | Christopher Faylor | 2003-01-17 | 1 | -1/+1 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * exceptions.cc (events_init): Initialize critical section to control exiting | Christopher Faylor | 2002-12-25 | 1 | -0/+2 |
* | 2002-12-14 Corinna Vinschen <corinna@vinschen.de> | Corinna Vinschen | 2002-12-14 | 1 | -0/+3 |
* | * pinfo.h (winpids::set): Renamed from init. | Christopher Faylor | 2002-11-29 | 1 | -0/+2 |
* | 2002-11-05 Thomas Pfaff <tpfaff@gmx.net> | Robert Collins | 2002-11-24 | 1 | -0/+2 |
* | * cygthread.cc (cygthread::exiting): New variable. | Christopher Faylor | 2002-10-22 | 1 | -7/+2 |
* | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 2002-10-22 | 1 | -2/+2 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -3/+5 |
* | * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking. | Christopher Faylor | 2002-10-19 | 1 | -3/+5 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-15 | 1 | -7/+6 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-14 | 1 | -1/+3 |
* | * cygthread.cc (cygthread::stub): Don't create event for long-running threads. | Christopher Faylor | 2002-10-13 | 1 | -18/+34 |
* | * Makefile.in (new-cygwin1.dll): Reorganize library order. | Christopher Faylor | 2002-10-10 | 1 | -6/+6 |
* | * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads. | Christopher Faylor | 2002-10-09 | 1 | -4/+10 |
* | * dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need to | Christopher Faylor | 2002-10-07 | 1 | -0/+4 |
* | whitespace | Christopher Faylor | 2002-09-30 | 1 | -1/+1 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -3/+3 |
* | * cygthread.h (cygthread::terminate): Declare new function. | Christopher Faylor | 2002-09-29 | 1 | -0/+1 |
* | 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com> | Conrad Scott | 2002-09-22 | 1 | -4/+0 |
* | Cleanup calls to CreateFile throughout. | Christopher Faylor | 2002-09-19 | 1 | -4/+4 |
* | * dcrt0.cc (dll_crt0_1): Remove getpagesize() call. | Christopher Faylor | 2002-09-02 | 1 | -2/+0 |
* | * child_info.h: Add _PROC_WHOOPS enum value. | Christopher Faylor | 2002-08-27 | 1 | -5/+12 |
* | * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. | Christopher Faylor | 2002-08-18 | 1 | -4/+1 |