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
path: root/winsup
AgeCommit message (Expand)Author
2024-01-23Cygwin: Don't terminate via dumperHEADmastermainJon Turney
2024-01-23Cygwin: seekdir: don't set errnoCorinna Vinschen
2024-01-19Cygwin: remove warnings from testsuite buildCorinna Vinschen
2024-01-18Cygwin: replace all `fgrep' with `grep -F'Corinna Vinschen
2024-01-17Cygwin: copy doc changes from commit 241b50a7abe2 to release notesCorinna Vinschen
2024-01-16Cygwin: Update documentation for cygwin_stackdumpJon Turney
2024-01-16Cygwin: Treat api_fatal() similarly to a core-dumping signalJon Turney
2024-01-16Cygwin: Define and use __WCOREFLAGJon Turney
2024-01-16Cygwin: Disable writing core dumps by default.Jon Turney
2024-01-16Cygwin: Make 'ulimit -c' control writing a coredumpJon Turney
2024-01-15Cygwin: introduce close_range(2)Christian Franke
2024-01-15Cygwin: api docs: add missing fallocateCorinna Vinschen
2024-01-12Cygwin: Clarifications in 3.5 changes docJon Turney
2024-01-11Cygwin: path.cc: fix comment starting with // but ending in */Corinna Vinschen
2024-01-10Cygwin: Fix a stray '\n' in cygcheck manpageJon Turney
2024-01-08Cygwin: check remote drives for being SSDs as wellCorinna Vinschen
2023-12-06Cygwin: fallocate(2): fix debug outputCorinna Vinschen
2023-12-06Cygwin: fallocate(2): fix offset and length sanity checkCorinna Vinschen
2023-12-06Cygwin: posix_fallocate(3): fix offset and length sanity checkCorinna Vinschen
2023-12-04Cygwin: fallocate(2): drop useless zeroing pointerCorinna Vinschen
2023-12-01Cygwin: drop stray fs_info::check_ssd declarationCorinna Vinschen
2023-12-01Cygwin: doc: add missing change to posix_spawnpCorinna Vinschen
2023-12-01Cygwin: sparse support: enable automatic sparsifying of files on SSDsCorinna Vinschen
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-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-21Cygwin: /dev/disk: Append '#N' if the same name appears more than onceChristian Franke
2023-11-20Cygwin: /dev/disk/by-uuid: Fix NTFS serial number print formatChristian Franke
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-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-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