]> sourceware.org Git - newlib-cygwin.git/commit
* dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks to
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Nov 2006 10:00:06 +0000 (10:00 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 8 Nov 2006 10:00:06 +0000 (10:00 +0000)
commit3ceccd2adb2e3c4d6a53bd23c0a090cdd227b737
treea7f3bec6b35bed9ed52dcc6af33b29c31fdcb355
parent17544b2d9bfab61308568960a80411a8ab96c9fd
* dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks to
Joe Loh for noticing).

* cygheap.h (struct user_heap_info): Add slop member.
* heap.cc (heap_init): Add slop factor to heap allocation.  Add
comment.
* mmap.cc (MapViewNT): Allocate memory maps top down.
(fhandler_dev_zero::mmap): Ditto.
* shared.cc (shared_info::heap_slop_size): New method.
(shared_info::heap_chunk_size): Don't use debug_printf at early stage.
* shared_info.h (SHARED_INFO_CB): Accomodate change to shared_info.
(CURR_SHARED_MAGIC): Ditto.
(class shared_info): Add heap_slop member.  Declare heap_slop_size.
* wincap.h: Define heapslop throughout.
* wincap.cc: Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.h
winsup/cygwin/dtable.cc
winsup/cygwin/heap.cc
winsup/cygwin/mmap.cc
winsup/cygwin/shared.cc
winsup/cygwin/shared_info.h
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.030591 seconds and 5 git commands to generate.