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
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
2005-02-25 * mmap.cc (class mmap_record): Declare new map_pages method withCorinna Vinschen
2005-02-20copyrightChristopher Faylor
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-07-16 * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated evenCorinna Vinschen
2004-07-15 * mmap.cc (mprotect): When MAP_WRITE protection is requested, useCorinna Vinschen
2004-07-15 * mmap.cc (class mmap_record): Fix return type of get_offset.Corinna Vinschen
2004-02-26 * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen
2004-02-25 * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-11-06 * syscalls.cc (getshmlba): New function.Corinna Vinschen
2003-09-26 * mmap.cc (munmap): Use correct address and length parameters whenCorinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-09 * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen
2003-09-04 * mmap.cc: Restructure. Add, remove and rewrite comments throughoutCorinna Vinschen
2003-08-23* cygheap.h (enum cygheap_types): Add HEAP_MMAP.Christopher Faylor
2003-08-15 * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor
2003-07-21 * mmap.cc: Use proper format specifiers for _off64_t and size_t inCorinna Vinschen
2003-07-05 * mmap.cc (list::match): Add parameters to return valid address andCorinna Vinschen
2003-07-04 * mmap.cc (fhandler_disk_file::mmap): Fix address test.Corinna Vinschen