Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-21This commit was manufactured by cvs2svn to create branchcvs2svn
2002-12-142002-12-14 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins
2002-10-23* cygthread.cc (cygthread::exiting): New variable.Christopher Faylor
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-10-19* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor
2002-10-10* Makefile.in (new-cygwin1.dll): Reorganize library order.Christopher Faylor
2002-10-09* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor
2002-10-07* dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need toChristopher Faylor
2002-09-30whitespaceChristopher Faylor
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor
2002-09-29* cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor
2002-09-222002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2002-09-02* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.Christopher Faylor
2002-08-27* child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor
2002-08-16* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor
2002-08-16* dcrt0.cc: Modify define for CYGWIN_GUARD.Christopher Faylor
2002-08-15make comment more accurate.Christopher Faylor
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor
2002-07-30* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor
2002-07-15* dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-06-28* cygheap.cc (cfree_and_set): New function.Christopher Faylor
2002-06-27 * dcrt0.cc (dll_crt0_1): Let __progname point to the applicationsCorinna Vinschen
2002-06-26* dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's notChristopher Faylor
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor
2002-06-16* child_info.h (child_proc_info): Declare as base class.Christopher Faylor
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor
2002-06-10* dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before runningChristopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-13* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor
2001-12-27* cygmagic: Add define name to warning.Christopher Faylor
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor