aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_disk_file.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-2673/+0
2022-08-04Cygwin: use locale-aware conversion to UNICODE_STRING checking mount pointsCorinna Vinschen1-4/+2
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2022-05-29Cygwin: remove regparm.hKen Brown1-14/+14
2022-05-29Cygwin: simplify some function namesKen Brown1-1/+1
2021-12-02Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIRCorinna Vinschen1-9/+1
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger1-1/+1
2021-08-30Cygwin: dup: fix handle inheritence for disk file pread/pwrite handleCorinna Vinschen1-1/+1
2021-02-19Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown1-2/+1
2021-02-09Revert "Cygwin: fstat_helper: always use handle in call to get_file_attribute"Ken Brown1-4/+3
2021-01-25Cygwin: chown: make sure ctime gets updated when necessaryKen Brown1-5/+8
2021-01-22Cygwin: Move post-dir unlink checkBen Wijen1-20/+0
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen1-1/+1
2020-05-28Cygwin: stat: fix st_mode of fifos againKen Brown1-1/+1
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2020-01-31Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown1-3/+4
2020-01-29Cygwin: stat: fix st_mode of fifosCorinna Vinschen1-2/+2
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen1-1/+1
2020-01-28Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown1-6/+16
2020-01-28Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flagKen Brown1-1/+1
2020-01-28Cygwin: move chmod_device declaration to winsup.hCorinna Vinschen1-1/+0
2019-07-22Cygwin: socket files are not lnk special filesKen Brown1-2/+2
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano1-8/+8
2019-03-01Cygwin: Disable creating case-sensitive folders by defaultCorinna Vinschen1-0/+7
2019-01-07Cygwin: move fhandler_cygdrive methods into own source fileCorinna Vinschen1-137/+0
2018-12-25Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsCorinna Vinschen1-0/+247
2018-12-25Cygwin: mkdir: create case-sensitive dirsCorinna Vinschen1-0/+34
2018-07-25POSIX Asynchronous I/O support: fhandler filesMark Geisert1-26/+74
2018-03-09Cygwin: don't skip O_TMPFILE files in readdirCorinna Vinschen1-15/+9
2018-03-01Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen1-1/+1
2018-02-26Cygwin: reduce size of fhandler_cygdrivenewlib-snapshot-20180226Corinna Vinschen1-19/+26
2018-02-14Cygwin: improve O_TMPFILE handlingCorinna Vinschen1-11/+22
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen1-2/+2
2017-11-28cygwin: remove accidentally committed debug statmentsCorinna Vinschen1-2/+0
2017-11-28cygwin: further improve tags generationCorinna Vinschen1-0/+2
2017-11-14Cygwin: link: Simplify an expressionCorinna Vinschen1-9/+4
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen1-1/+38
2017-11-08cygwin: pread: Remove incorrect commentCorinna Vinschen1-1/+1
2017-11-08cygwin: fhandler_disk_file::pread: always print debug info on returnCorinna Vinschen1-2/+9
2017-11-08cygwin: pread() returns non-zero if read beyond EOFXiaofeng Liu1-2/+5
2017-11-02posix_fallocate() *returns* error codes but does not set errnoErik M. Bray1-11/+6
2017-11-02posix_fadvise() *returns* error codes but does not set errnoErik M. Bray1-8/+3
2017-07-24cygwin: unify reparse point checking code into single functionCorinna Vinschen1-52/+15
2017-07-24cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen1-1/+1
2017-06-20cygwin: readdir: Activate check for remote reparse pointsCorinna Vinschen1-4/+5
2017-06-20Compatibility improvements to reparse point handling.Joe_Lowe1-24/+39
2017-06-14cygwin: readdir: don't lookup mount target inodesCorinna Vinschen1-41/+30
2017-06-14readdir() with mount point dentry, return mount point INOJoe Lowe1-23/+10
2017-04-22Fix stat.st_blocks for files compressed with CompactOS methodChristian Franke1-5/+12