summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* 2002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-11-241-0/+2
* * cygthread.cc (cygthread::exiting): New variable.Christopher Faylor2002-10-221-7/+2
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-2/+2
* Change _function() to function() throughout.Christopher Faylor2002-10-211-3/+5
* * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor2002-10-191-3/+5
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-151-7/+6
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-1/+3
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-131-18/+34
* * Makefile.in (new-cygwin1.dll): Reorganize library order.Christopher Faylor2002-10-101-6/+6
* * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor2002-10-091-4/+10
* * dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need toChristopher Faylor2002-10-071-0/+4
* whitespaceChristopher Faylor2002-09-301-1/+1
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-3/+3
* * cygthread.h (cygthread::terminate): Declare new function.Christopher Faylor2002-09-291-0/+1
* 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott2002-09-221-4/+0
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-191-4/+4
* * dcrt0.cc (dll_crt0_1): Remove getpagesize() call.Christopher Faylor2002-09-021-2/+0
* * child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor2002-08-271-5/+12
* * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor2002-08-181-4/+1
* * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor2002-08-161-8/+3
* * dcrt0.cc: Modify define for CYGWIN_GUARD.Christopher Faylor2002-08-151-2/+3
* make comment more accurate.Christopher Faylor2002-08-151-4/+4
* * assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor2002-08-111-1/+1
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-4/+4
* * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor2002-07-301-1/+0
* * dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor2002-07-151-0/+2
* * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor2002-07-141-1/+6
* * dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor2002-07-131-6/+38
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-9/+6
* * cygheap.cc (cfree_and_set): New function.Christopher Faylor2002-06-271-0/+2
* * dcrt0.cc (dll_crt0_1): Let __progname point to the applicationsCorinna Vinschen2002-06-271-4/+10
* * dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's notChristopher Faylor2002-06-261-2/+4
* * winsup.h: Minor cleanup.Christopher Faylor2002-06-261-1/+1
* * child_info.h (child_proc_info): Declare as base class.Christopher Faylor2002-06-151-24/+22
* * cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor2002-06-141-5/+3
* * dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before runningChristopher Faylor2002-06-101-2/+2
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-2/+0
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+4
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-3/+2
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-1/+1
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor2002-01-131-5/+10
* * exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor2002-01-101-1/+1
* * cygmagic: Add define name to warning.Christopher Faylor2001-12-261-6/+20
* * Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor2001-12-261-12/+20
* * cygwin.din (ualarm): New export.Christopher Faylor2001-11-281-0/+2
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-0/+1
* Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor2001-10-101-33/+41
* * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor2001-10-091-6/+12
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-1/+2