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
2012-04-07* dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return fromChristopher Faylor
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-05 * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.Corinna Vinschen
2011-12-04* mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor
2011-12-04 * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. DropCorinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-17 * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.Corinna Vinschen
2011-05-16 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen
2011-03-25 * mmap.cc (mmap64): Add a cheat to let a certain autoconf test succeedCorinna Vinschen
2011-03-18 * mmap.cc (mmap_record::alloc_fh): Initialize nmae strings in fdev toCorinna Vinschen
2011-03-18 * mmap.cc (class mmap_record): Pack 4 byte-aligned. Convert member devCorinna Vinschen
2011-03-18 * mmap.cc (mmap_record::page_map): Define as variable array rather thanCorinna Vinschen
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-08-21 * mmap.cc (mmap64): Allocate fh_disk_file on cygheap. DeleteCorinna Vinschen
2009-08-20 * dtable.cc (build_fh_dev): Take additional bool parameter indicatingCorinna Vinschen
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen
2009-06-06 * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFileCorinna Vinschen
2009-01-17 * mmap.cc (mmap64): Fix condition checking if anonymous mapping beyondCorinna Vinschen
2008-11-21 * mmap.cc (MapView): Add NT status to debug output.Corinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-07-17 Add case-sensitivity.Corinna Vinschen
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