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
2023-12-01Cygwin: fs_info: check for SSDCorinna Vinschen
2023-12-01Cygwin: ntdll.h: add missing NtQueryVolumeInformationFile definitionsCorinna Vinschen
2023-12-01Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATIONCorinna Vinschen
2023-12-01Cygwin: revert autoloading of DiscardVirtualMemoryCorinna Vinschen
2023-11-29Cygwin: Add '--names-only' flag to cygcheckJon Turney
2023-11-29RISC-V: Fix timeval conversion in _gettimeofday()Kuan-Wei Chiu
2023-11-28newlib: filter out versions from newlib.h to simplify autoreconfMike Frysinger
2023-11-28Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGECorinna Vinschen
2023-11-28Cygwin: pwrite(2): sparsify fileCorinna Vinschen
2023-11-28Cygwin: fallocate(2): fix evaluating return valueCorinna Vinschen
2023-11-28Cygwin: open(2): reset sparseness on O_TRUNCated filesCorinna Vinschen
2023-11-28Cygwin: introduce fallocate(2)Corinna Vinschen
2023-11-28Cygwin: fcntl.h: Use cdefs.h macrosCorinna Vinschen
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen
2023-11-28Cygwin: posix_fallocate: return ENODEVCorinna Vinschen
2023-11-25Cygwin: lseek: check for file sparseness, not for mount point sparsenessCorinna Vinschen
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano
2023-11-21Cygwin: /dev/disk: Append '#N' if the same name appears more than onceChristian Franke
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber
2023-11-20stdio: drop unnecessary calls to ORIENTCorinna Vinschen
2023-11-20stdio: set and test stream orientation in low-level input function __srget_rCorinna Vinschen
2023-11-20stdio: split byte- and wide-char-oriented low-level output functionsCorinna Vinschen
2023-11-20stdio: Fix bugs in commit 3d94e07c49b5Takashi Yano
2023-11-20Cygwin: /dev/disk/by-uuid: Fix NTFS serial number print formatChristian Franke
2023-11-20Reclaim _REENT_MP_P5S in _reclaim_reentChris Johns
2023-11-17Cygwin: Document /dev/disk/by-* subdirectoriesChristian Franke
2023-11-17Cygwin: Add /dev/disk/by-label and /dev/disk/by-uuid symlinksChristian Franke
2023-11-17__sfvwrite_r: call __sputc_r rather than putc in __SCLE caseCorinna Vinschen
2023-11-17v{fs}printf/v{fs}wprintf: create external output helpersCorinna Vinschen
2023-11-17newlib.hin: regenerateCorinna Vinschen
2023-11-17Cygwin: Add /dev/disk/by-drive and /dev/disk/by-voluuid symlinksChristian Franke
2023-11-14Cygwin: rand(3): implement in terms of random(3)Corinna Vinschen
2023-11-14Fix profiler error() definition and usageMark Geisert
2023-11-13Add release text for random(3) fixCorinna Vinschen
2023-11-13Cygwin: random: drop unused function srandomdev()Corinna Vinschen
2023-11-13Cygwin: random: make random(3) functions thread-safeCorinna Vinschen
2023-11-09newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano
2023-11-08Cygwin: /dev/disk/by-id: Remove leading spaces from identify fieldsChristian Franke
2023-11-07Cygwin: Document /dev/disk/by-id and /dev/disk/by-partuuidChristian Franke
2023-11-07Cygwin: Add /dev/disk/by-partuuid symlinksChristian Franke
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke
2023-10-31amdgcn: remove unnecessary scalar cache flushAndrew Stubbs
2023-10-31Cygwin: let feraiseexcept actually raise an exceptionCorinna Vinschen
2023-10-30Cygwin: cwd: avoid releasing the cwdstuff SRW Lock twiceCorinna Vinschen
2023-10-30Cygwin: dsp: Improve minimum buffser size estimation.Takashi Yano
2023-10-15newlib: fix AC_DEFINE quoting style with version macrosMike Frysinger
2023-10-12sparc: Improve setjmp()Sebastian Huber
2023-10-12riscv: Fix fenv.h supportSebastian Huber
2023-10-10Delete check in catan, catanf, and catanl functions.Joseph Faulls
2023-10-05aarch64: Import memrchr.SSebastian Huber