aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2024-02-03Cygwin: document new winjitdebug optionCorinna Vinschen2-2/+18
2024-02-03Cygwin: reorder list of CYGWIN env var options alphabetically againCorinna Vinschen1-2/+2
2024-02-03Cygwin: Do not show Error dialogs by defaultJohannes Schindelin3-1/+3
2024-02-03Cygwin: net: Make if_nametoindex, etc. consistent with if_nameindex.Takashi Yano3-4/+32
2024-02-03Cygwin: Document recent bug fix in release note.Takashi Yano1-0/+5
2024-02-03Cygwin: console: Avoid slipping past disable_master_thread check.Takashi Yano1-2/+6
2024-02-02Cygwin: console: Fix exit code for non-cygwin process.Takashi Yano1-3/+3
2024-02-01bump DLL version to 3.5.1Corinna Vinschen1-1/+1
2024-01-29Cygwin: machine/_arc4random.h: Fix copy/paste bugCorinna Vinschen1-1/+0
2024-01-29Cygwin: fix arc4random after fork(2)Corinna Vinschen2-0/+17
2024-01-29Cygwin: redefine how to recognize forkee stateCorinna Vinschen5-16/+27
2024-01-25Cygwin: Add a timeout to ensure we don't wait forever for dumperJon Turney1-2/+6
2024-01-24Cygwin: pthread: Fix handle leak in pthread_once.Takashi Yano1-0/+3
2024-01-23Cygwin: Don't terminate via dumperJon Turney2-4/+9
2024-01-23Cygwin: seekdir: don't set errnoCorinna Vinschen1-1/+0
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