Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen
2007-11-27 * mmap.cc: Convert usage of dynamically growing cmalloced arrays toCorinna Vinschen
2007-09-18 * mmap.cc (fh_disk_file): Delete as global static variable and...Corinna Vinschen
2007-08-13 * mmap.cc: Call NtClose instead of CloseHandle throughout.Corinna Vinschen
2007-07-19 * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen
2007-02-26 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen
2007-02-22 * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-02-20Remove extraneous whitespace.Christopher Faylor
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen
2007-01-18 * mmap.cc (list::hash): Fix type to __ino64_t.Corinna Vinschen
2007-01-17 * mmap.cc (MapView9x): Note possible uselessness of retrying.Corinna Vinschen
2007-01-10 * mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get aCorinna Vinschen
2007-01-09 * mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.Corinna Vinschen
2006-10-31 * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-19 * mmap.cc (msync): Disable rounding up len. Fix bug in access checkCorinna Vinschen
2006-07-17GCC 4.1 fixes.Christopher Faylor
2006-07-13 * mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,Corinna Vinschen
2006-07-13 * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen
2006-07-13 * mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtectCorinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-01-12 * Update copyrights.Corinna Vinschen
2006-01-10 * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-19 * mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)Corinna Vinschen
2005-12-15 * mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): UseCorinna Vinschen
2005-12-12 * mmap.cc (gen_create_protect): Always generate WRITECOPY protectionCorinna Vinschen
2005-12-07 * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen
2005-12-05Remove unneeded whitespace.Christopher Faylor
2005-12-01 * mmap.cc: Make debug output more consistently. Fix some comments.Corinna Vinschen
2005-11-30 * mmap.cc (list::try_map): New method, implementing trying to mapCorinna Vinschen
2005-11-29 * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen
2005-11-29 * autoload.cc (NtCreateSection): Define.Corinna Vinschen
2005-10-18 * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-05-19 * mmap.cc (mmap64): Make granularity an automatic variable.Corinna Vinschen
2005-05-18 * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen
2005-03-08 * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen
2005-02-26 * fhandler.h (class fhandler_base): Declare fixup_mmap_after_forkCorinna Vinschen
2005-02-25 * mmap.cc (mmap64): Handle MAP_FIXED request on non-granulationCorinna Vinschen