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
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-30Cygwin: remove some 32-bit-only function definitionsKen Brown
2022-05-13Cygwin: wincap: drop has_broken_prefetchvm flag and related codeCorinna Vinschen
2021-09-08Cygwin: fix initializing MEM_EXTENDED_PARAMETER, take 2Corinna Vinschen
2021-09-06Cygwin: fix initializing MEM_EXTENDED_PARAMETERCorinna Vinschen
2021-08-26Cygwin: workaround a g++ 11.2 initialization bugCorinna Vinschen
2020-07-22Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen
2020-07-20Cygwin: mmap: constify pagesize throughoutCorinna Vinschen
2020-07-20Cygwin: mmap: fix mapping beyond EOF on 64 bitKen Brown
2020-04-07Cygwin: mmap: use extended memory API if availableCorinna Vinschen
2020-04-01winsup/cygwin: remove defines added in mingw-w64 v7.0.0Biswapriyo Nath
2019-08-08Cygwin: shmat: use mmap allocator strategy on 64 bitCorinna Vinschen
2019-06-05Cygwin: map beyond EOF on 64 bit and WOW64 as wellCorinna Vinschen
2019-06-04Cygwin: Allow accessing 48 bit address space in Windows 8.1 or laterCorinna Vinschen
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2019-02-25Cygwin: use NULL security descriptor in InitializeObjectAttributesCorinna Vinschen
2019-01-07Cygwin: open: support Linux-specific O_PATH flagCorinna Vinschen
2017-12-10cygwin: mmap: fix comment and formatting, drop unused codeCorinna Vinschen
2017-12-10cygwin: mmap: fix a fork failure with private, anonymous mappingsCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-05-20mmap: Fix size restriction of maps due to using 32 bit size typeCorinna Vinschen
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen
2015-08-27Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen
2015-08-25mmap.cc: Fix some commentsCorinna Vinschen
2013-10-15 * mmap.cc (mmap64): Convert pagesize from DWORD to size_t to avoidCorinna Vinschen
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-06 * mmap.cc (is_mmapped_region): Call LIST_UNLOCK on premature return.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-18 * mmap.cc (handler_disk_file::msync): Add call to FlushFileBuffersCorinna Vinschen
2013-01-18* mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFileChristopher Faylor
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