aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor1-1/+1
2001-07-17* child_info.h: Bump magic number.Christopher Faylor1-5/+4
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor1-1/+1
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-4/+1
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-1/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-9/+8
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor1-4/+2
2001-04-09Work around new g++ problem.Christopher Faylor1-0/+1
2001-03-28* lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to beChristopher Faylor1-3/+3
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-4/+11
2001-03-03*** empty log message ***Christopher Faylor1-4/+4
2001-02-20* dcrt0.cc (locale_init): Remove.Christopher Faylor1-3/+0
2001-02-20* cygwin.din: Export rand48 functions.Christopher Faylor1-1/+4
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor1-5/+2
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-8/+3
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor1-2/+2
2000-12-10* autoload.cc: Autoload CharToOemA.Christopher Faylor1-0/+6
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-12/+7
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-1/+1
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-9/+12
2000-11-11* dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor1-0/+4
2000-11-06* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor1-6/+3
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor1-1/+2
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen1-182/+0
2000-10-25Add comment.Christopher Faylor1-0/+1
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor1-2/+0
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor1-2/+2
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor1-1/+1
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor1-4/+2
2000-10-19* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie1-2/+2
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie1-0/+3