summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor2001-10-021-1/+6
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-1/+1
* * Makefile.in: Generate libcygwin.a during the link pass rather than as aChristopher Faylor2001-09-151-2/+3
* * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor2001-09-151-0/+2
* * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.Corinna Vinschen2001-09-141-3/+0
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-96/+4
* Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-8/+3
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-9/+9
* * child_info.h: Modify magic number.Christopher Faylor2001-09-031-5/+12
* * smallprint.c (console_printf): New function.Christopher Faylor2001-08-221-1/+1
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+4
* * dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor2001-07-291-1/+3
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor2001-07-181-1/+1
* * child_info.h: Bump magic number.Christopher Faylor2001-07-171-5/+4
* * path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor2001-06-041-1/+1
* * cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor2001-05-081-4/+1
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-1/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-9/+8
* * path.h (cwdstuff): Move class.Christopher Faylor2001-04-171-4/+2
* Work around new g++ problem.Christopher Faylor2001-04-091-0/+1
* * lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor2001-03-281-3/+3
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-4/+11
* *** empty log message ***Christopher Faylor2001-03-031-4/+4
* * dcrt0.cc (locale_init): Remove.Christopher Faylor2001-02-201-3/+0