summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cygwin.din: Export rand48 functions.Christopher Faylor2001-02-201-1/+4
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-291-5/+2
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-8/+3
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-2/+2
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-0/+6
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-12/+7
* * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen2000-11-151-1/+1
* * cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor2000-11-141-9/+12
* * dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor2000-11-111-0/+4
* * dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor2000-11-061-6/+3
* * child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor2000-11-061-1/+2
* * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen2000-10-271-182/+0
* Add comment.Christopher Faylor2000-10-251-0/+1
* * dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor2000-10-251-2/+0
* * dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor2000-10-251-2/+2
* * dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor2000-10-191-1/+1
* * sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor2000-10-191-4/+2
* * dcrt0.cc (dll_crt0_1): init cygcwd before forkee branchDJ Delorie2000-10-191-2/+2
* * fhandler_clipboard.cc: new fileDJ Delorie2000-10-171-0/+3
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-34/+40
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-17/+16
* * cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor2000-10-141-12/+1