aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_disk_file.cc
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-24Fix various OS-related commentsCorinna Vinschen1-6/+5
2016-06-24fhandler_disk_file::opendir: Fix a commentCorinna Vinschen1-7/+5
2016-06-23Remove support for SUNWNFS file systemCorinna Vinschen1-23/+8
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-3/+3
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-06-21Drop useless calls to path_conv.isgood_inodeCorinna Vinschen1-6/+2
2016-06-21Use correct file info (especially inode number) for newly created filesCorinna Vinschen1-3/+9
2016-06-21Use new path_conv_handle functions to access file infoCorinna Vinschen1-2/+2
2016-03-20Add necessary braces to if statementsPeter Foley1-1/+2
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen1-1/+1
2016-01-28Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen1-15/+15
2015-12-25Only request WRITE_DAC rights when writing an ACLCorinna Vinschen1-2/+2
2015-12-14Fix regparm attribute of fhandler_base::fstat_helperKen Brown1-1/+1