aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Cygwin: remove warnings from testsuite buildCorinna Vinschen3-8/+4
2024-01-18Cygwin: replace all `fgrep' with `grep -F'Corinna Vinschen5-8/+8
2024-01-17Cygwin: copy doc changes from commit 241b50a7abe2 to release notesCorinna Vinschen1-4/+4
2024-01-16Cygwin: Update documentation for cygwin_stackdumpJon Turney1-0/+4
2024-01-16Cygwin: Treat api_fatal() similarly to a core-dumping signalJon Turney3-5/+20
2024-01-16Cygwin: Define and use __WCOREFLAGJon Turney2-3/+4
2024-01-16Cygwin: Disable writing core dumps by default.Jon Turney3-1/+10
2024-01-16Cygwin: Make 'ulimit -c' control writing a coredumpJon Turney7-41/+143
2024-01-15Cygwin: introduce close_range(2)Christian Franke6-1/+56
2024-01-15Cygwin: api docs: add missing fallocateCorinna Vinschen1-0/+9
2024-01-12Cygwin: Clarifications in 3.5 changes docJon Turney1-4/+4
2024-01-11Cygwin: path.cc: fix comment starting with // but ending in */Corinna Vinschen1-1/+1
2024-01-10Cygwin: Fix a stray '\n' in cygcheck manpageJon Turney1-1/+1
2024-01-08Cygwin: check remote drives for being SSDs as wellCorinna Vinschen1-1/+1
2023-12-05Cygwin: fallocate(2): fix debug outputCorinna Vinschen1-1/+1
2023-12-05Cygwin: fallocate(2): fix offset and length sanity checkCorinna Vinschen1-1/+3
2023-12-05Cygwin: posix_fallocate(3): fix offset and length sanity checkCorinna Vinschen1-1/+3
2023-12-04Cygwin: fallocate(2): drop useless zeroing pointerCorinna Vinschen1-3/+1
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-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-21Cygwin: /dev/disk: Append '#N' if the same name appears more than onceChristian Franke1-21/+33
2023-11-20Cygwin: /dev/disk/by-uuid: Fix NTFS serial number print formatChristian Franke1-1/+1
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-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-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-31Cygwin: let feraiseexcept actually raise an exceptionCorinna Vinschen2-1/+4