aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-04RISC-V: Fix -Wint-conversion warningKito Cheng1-1/+5
2023-12-04Cygwin: fallocate(2): drop useless zeroing pointerCorinna Vinschen1-3/+1
2023-12-03Cygwin: CI: drop IRC notification from AppVeyor via notificoJon Turney1-9/+0
2023-12-02newlib: libc: Fix indentationKuan-Wei Chiu1-12/+12
2023-12-01newlib: libc: Fix memory leak in computematchjumps()Kuan-Wei Chiu1-2/+4
2023-12-01Cygwin: drop stray fs_info::check_ssd declarationCorinna Vinschen1-2/+0
2023-11-30Cygwin: doc: add missing change to posix_spawnpCorinna Vinschen1-0/+6
2023-11-30Cygwin: sparse support: enable automatic sparsifying of files on SSDsCorinna Vinschen4-2/+11
2023-11-30Cygwin: fs_info: check for SSDCorinna Vinschen2-0/+18
2023-11-30Cygwin: ntdll.h: add missing NtQueryVolumeInformationFile definitionsCorinna Vinschen1-0/+27
2023-11-30Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATIONCorinna Vinschen1-1/+1
2023-11-30Cygwin: revert autoloading of DiscardVirtualMemoryCorinna Vinschen1-0/+1
2023-11-29Cygwin: Add '--names-only' flag to cygcheckJon Turney3-15/+31
2023-11-29RISC-V: Fix timeval conversion in _gettimeofday()Kuan-Wei Chiu1-1/+1
2023-11-28newlib: filter out versions from newlib.h to simplify autoreconfMike Frysinger2-2/+5
2023-11-28Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGECorinna Vinschen5-68/+302
2023-11-28Cygwin: pwrite(2): sparsify fileCorinna Vinschen1-0/+20
2023-11-28Cygwin: fallocate(2): fix evaluating return valueCorinna Vinschen1-1/+6
2023-11-28Cygwin: open(2): reset sparseness on O_TRUNCated filesCorinna Vinschen2-0/+12
2023-11-28Cygwin: introduce fallocate(2)Corinna Vinschen7-7/+92
2023-11-28Cygwin: fcntl.h: Use cdefs.h macrosCorinna Vinschen1-6/+5
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen6-16/+21
2023-11-28Cygwin: posix_fallocate: return ENODEVCorinna Vinschen3-1/+8
2023-11-25Cygwin: lseek: check for file sparseness, not for mount point sparsenessCorinna Vinschen1-1/+1
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano1-4/+4
2023-11-21Cygwin: /dev/disk: Append '#N' if the same name appears more than onceChristian Franke1-21/+33
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber4-189/+13
2023-11-20stdio: drop unnecessary calls to ORIENTCorinna Vinschen7-20/+0
2023-11-20stdio: set and test stream orientation in low-level input function __srget_rCorinna Vinschen1-0/+5
2023-11-20stdio: split byte- and wide-char-oriented low-level output functionsCorinna Vinschen8-21/+159
2023-11-20stdio: Fix bugs in commit 3d94e07c49b5Takashi Yano27-12/+43
2023-11-20Cygwin: /dev/disk/by-uuid: Fix NTFS serial number print formatChristian Franke1-1/+1
2023-11-20Reclaim _REENT_MP_P5S in _reclaim_reentChris Johns1-0/+11
2023-11-17Cygwin: Document /dev/disk/by-* subdirectoriesChristian Franke2-14/+22
2023-11-17Cygwin: Add /dev/disk/by-label and /dev/disk/by-uuid symlinksChristian Franke2-21/+141
2023-11-17__sfvwrite_r: call __sputc_r rather than putc in __SCLE caseCorinna Vinschen1-1/+4
2023-11-17v{fs}printf/v{fs}wprintf: create external output helpersCorinna Vinschen12-265/+467
2023-11-17newlib.hin: regenerateCorinna Vinschen1-0/+12
2023-11-17Cygwin: Add /dev/disk/by-drive and /dev/disk/by-voluuid symlinksChristian Franke2-20/+126
2023-11-14Cygwin: rand(3): implement in terms of random(3)Corinna Vinschen2-0/+11
2023-11-14Fix profiler error() definition and usageMark Geisert3-25/+32
2023-11-13Add release text for random(3) fixCorinna Vinschen1-0/+3
2023-11-13Cygwin: random: drop unused function srandomdev()Corinna Vinschen1-45/+0
2023-11-13Cygwin: random: make random(3) functions thread-safeCorinna Vinschen1-6/+41
2023-11-10newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano19-40/+92
2023-11-08Cygwin: /dev/disk/by-id: Remove leading spaces from identify fieldsChristian Franke1-14/+20
2023-11-07Cygwin: Document /dev/disk/by-id and /dev/disk/by-partuuidChristian Franke2-0/+20
2023-11-07Cygwin: Add /dev/disk/by-partuuid symlinksChristian Franke2-55/+125
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke8-708/+1417
2023-10-31amdgcn: remove unnecessary scalar cache flushAndrew Stubbs1-1/+0