aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-222002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott1-4/+0
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-4/+4
2002-09-02* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.Christopher Faylor1-2/+0
2002-08-27* child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor1-5/+12
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor1-4/+1
2002-08-16* Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. UseChristopher Faylor1-8/+3
2002-08-15* dcrt0.cc: Modify define for CYGWIN_GUARD.Christopher Faylor1-2/+3
2002-08-15make comment more accurate.Christopher Faylor1-4/+4
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor1-1/+1
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-4/+4
2002-07-30* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor1-1/+0
2002-07-15* dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor1-0/+2
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor1-1/+6
2002-07-13* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor1-6/+38
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-9/+6
2002-06-27* cygheap.cc (cfree_and_set): New function.Christopher Faylor1-0/+2
2002-06-27 * dcrt0.cc (dll_crt0_1): Let __progname point to the applicationsCorinna Vinschen1-4/+10
2002-06-26* dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's notChristopher Faylor1-2/+4
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor1-1/+1
2002-06-15* child_info.h (child_proc_info): Declare as base class.Christopher Faylor1-24/+22
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor1-5/+3
2002-06-10* dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before runningChristopher Faylor1-2/+2
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-2/+0
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+4
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-3/+2
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-1/+1
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-13* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OKChristopher Faylor1-5/+10
2002-01-10* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.Christopher Faylor1-1/+1
2001-12-26* cygmagic: Add define name to warning.Christopher Faylor1-6/+20
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor1-12/+20
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor1-0/+2
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-0/+1
2001-10-10Throughout, rename PROC_FORK1 to PROC_FORK.Christopher Faylor1-33/+41
2001-10-09* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor1-6/+12
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-1/+2
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor1-1/+6
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-1/+1
2001-09-15* Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor1-2/+3
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor1-0/+2
2001-09-14 * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.Corinna Vinschen1-3/+0
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-96/+4
2001-09-11Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-8/+3
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-1/+1
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-9/+9
2001-09-03* child_info.h: Modify magic number.Christopher Faylor1-5/+12
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor1-1/+1
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+4
2001-07-29* dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor1-1/+3