| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -0/+4 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -3/+2 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | Add copyright stuff | Christopher Faylor | 2002-01-13 | 1 | -1/+1 |
* | * dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OK | Christopher Faylor | 2002-01-13 | 1 | -5/+10 |
* | * exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler. | Christopher Faylor | 2002-01-10 | 1 | -1/+1 |
* | * cygmagic: Add define name to warning. | Christopher Faylor | 2001-12-26 | 1 | -6/+20 |
* | * Makefile.in: Autogenerate some header files which provide magic numbers. | Christopher Faylor | 2001-12-26 | 1 | -12/+20 |
* | * cygwin.din (ualarm): New export. | Christopher Faylor | 2001-11-28 | 1 | -0/+2 |
* | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 2001-10-15 | 1 | -0/+1 |
* | Throughout, rename PROC_FORK1 to PROC_FORK. | Christopher Faylor | 2001-10-10 | 1 | -33/+41 |
* | * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in default | Christopher Faylor | 2001-10-09 | 1 | -6/+12 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -1/+2 |
* | * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional. | Christopher Faylor | 2001-10-02 | 1 | -1/+6 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -1/+1 |
* | * Makefile.in: Generate libcygwin.a during the link pass rather than as a | Christopher Faylor | 2001-09-15 | 1 | -2/+3 |
* | * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can be | Christopher Faylor | 2001-09-15 | 1 | -0/+2 |
* | * dcrt0.cc (_dll_crt0()): Don't call wincap.init() here. | Corinna Vinschen | 2001-09-14 | 1 | -3/+0 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -96/+4 |
* | Tue Sep 11 18:15:00 2001 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2001-09-11 | 1 | -1/+1 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -8/+3 |
* | Move appropriate variables to NO_COPY segment, throughout. | Christopher Faylor | 2001-09-06 | 1 | -1/+1 |
* | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 2001-09-06 | 1 | -9/+9 |
* | * child_info.h: Modify magic number. | Christopher Faylor | 2001-09-03 | 1 | -5/+12 |
* | * smallprint.c (console_printf): New function. | Christopher Faylor | 2001-08-22 | 1 | -1/+1 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -1/+4 |
* | * dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal with | Christopher Faylor | 2001-07-29 | 1 | -1/+3 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * cygheap.cc (_cmalloc): Use correct constants for size calculation. | Christopher Faylor | 2001-07-18 | 1 | -1/+1 |
* | * child_info.h: Bump magic number. | Christopher Faylor | 2001-07-17 | 1 | -5/+4 |
* | * path.cc (normalize_posix_path): Revert .. check removed by previous changes. | Christopher Faylor | 2001-06-04 | 1 | -1/+1 |
* | * cygheap.cc (_cfree): Add regparm attribute. | Christopher Faylor | 2001-05-08 | 1 | -4/+1 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -1/+1 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -9/+8 |
* | * path.h (cwdstuff): Move class. | Christopher Faylor | 2001-04-17 | 1 | -4/+2 |
* | Work around new g++ problem. | Christopher Faylor | 2001-04-09 | 1 | -0/+1 |
* | * lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem to be | Christopher Faylor | 2001-03-28 | 1 | -3/+3 |
* | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 2001-03-05 | 1 | -4/+11 |
* | *** empty log message *** | Christopher Faylor | 2001-03-03 | 1 | -4/+4 |
* | * dcrt0.cc (locale_init): Remove. | Christopher Faylor | 2001-02-20 | 1 | -3/+0 |
* | * cygwin.din: Export rand48 functions. | Christopher Faylor | 2001-02-20 | 1 | -1/+4 |
* | * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it | Christopher Faylor | 2001-01-29 | 1 | -5/+2 |
* | Throughout, change 'cygwin_shared.mount' to 'mount_table'. | Christopher Faylor | 2001-01-28 | 1 | -8/+3 |
* | * pinfo.cc (codepage_init): Move function. | Christopher Faylor | 2001-01-08 | 1 | -2/+2 |
* | * autoload.cc: Autoload CharToOemA. | Christopher Faylor | 2000-12-10 | 1 | -0/+6 |
* | Throughout use myself->ppid_handle rather than parent_alive. | Christopher Faylor | 2000-11-15 | 1 | -12/+7 |
* | * cygheap.cc (cygheap_root::cygheap_root): New function. | Corinna Vinschen | 2000-11-15 | 1 | -1/+1 |
* | * cygheap.h (init_cygheap): New struct holding values that live in the Cygwin | Christopher Faylor | 2000-11-14 | 1 | -9/+12 |
* | * dcrt0.cc: New global variable `ignore_case_with_glob'. | Christopher Faylor | 2000-11-11 | 1 | -0/+4 |
* | * dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section. | Christopher Faylor | 2000-11-06 | 1 | -6/+3 |