summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_disk_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown2021-02-191-2/+1
* Revert "Cygwin: fstat_helper: always use handle in call to get_file_attribute"Ken Brown2021-02-091-4/+3
* Cygwin: chown: make sure ctime gets updated when necessaryKen Brown2021-01-251-5/+8
* Cygwin: Move post-dir unlink checkBen Wijen2021-01-221-20/+0
* Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen2020-09-071-1/+1
* Cygwin: stat: fix st_mode of fifos againKen Brown2020-05-281-1/+1
* Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen2020-03-111-2/+2
* Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen2020-03-111-1/+1
* Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown2020-01-311-3/+4
* Cygwin: stat: fix st_mode of fifosCorinna Vinschen2020-01-291-2/+2
* Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen2020-01-281-1/+1
* Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown2020-01-281-6/+16
* Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flagKen Brown2020-01-281-1/+1
* Cygwin: move chmod_device declaration to winsup.hCorinna Vinschen2020-01-281-1/+0
* Cygwin: socket files are not lnk special filesKen Brown2019-07-221-2/+2
* Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano2019-03-301-8/+8
* Cygwin: Disable creating case-sensitive folders by defaultCorinna Vinschen2019-03-011-0/+7
* Cygwin: move fhandler_cygdrive methods into own source fileCorinna Vinschen2019-01-071-137/+0
* Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsCorinna Vinschen2018-12-251-0/+247
* Cygwin: mkdir: create case-sensitive dirsCorinna Vinschen2018-12-251-0/+34
* POSIX Asynchronous I/O support: fhandler filesMark Geisert2018-07-251-26/+74
* Cygwin: don't skip O_TMPFILE files in readdirCorinna Vinschen2018-03-091-15/+9
* Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen2018-03-011-1/+1
* Cygwin: reduce size of fhandler_cygdrivenewlib-snapshot-20180226Corinna Vinschen2018-02-261-19/+26
* Cygwin: improve O_TMPFILE handlingCorinna Vinschen2018-02-141-11/+22
* Cygwin: Cleanup time handlingCorinna Vinschen2018-02-071-2/+2
* cygwin: remove accidentally committed debug statmentsCorinna Vinschen2017-11-281-2/+0
* cygwin: further improve tags generationCorinna Vinschen2017-11-281-0/+2
* Cygwin: link: Simplify an expressionCorinna Vinschen2017-11-141-9/+4
* Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen2017-11-141-1/+38
* cygwin: pread: Remove incorrect commentCorinna Vinschen2017-11-081-1/+1
* cygwin: fhandler_disk_file::pread: always print debug info on returnCorinna Vinschen2017-11-081-2/+9
* cygwin: pread() returns non-zero if read beyond EOFXiaofeng Liu2017-11-081-2/+5
* posix_fallocate() *returns* error codes but does not set errnoErik M. Bray2017-11-021-11/+6
* posix_fadvise() *returns* error codes but does not set errnoErik M. Bray2017-11-021-8/+3
* cygwin: unify reparse point checking code into single functionCorinna Vinschen2017-07-241-52/+15
* cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen2017-07-241-1/+1
* cygwin: readdir: Activate check for remote reparse pointsCorinna Vinschen2017-06-201-4/+5
* Compatibility improvements to reparse point handling.Joe_Lowe2017-06-201-24/+39
* cygwin: readdir: don't lookup mount target inodesCorinna Vinschen2017-06-141-41/+30
* readdir() with mount point dentry, return mount point INOJoe Lowe2017-06-141-23/+10
* Fix stat.st_blocks for files compressed with CompactOS methodChristian Franke2017-04-221-5/+12
* Fix various OS-related commentsCorinna Vinschen2016-06-241-6/+5
* fhandler_disk_file::opendir: Fix a commentCorinna Vinschen2016-06-241-7/+5
* Remove support for SUNWNFS file systemCorinna Vinschen2016-06-231-23/+8
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-3/+3
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Drop useless calls to path_conv.isgood_inodeCorinna Vinschen2016-06-211-6/+2
* Use correct file info (especially inode number) for newly created filesCorinna Vinschen2016-06-211-3/+9
* Use new path_conv_handle functions to access file infoCorinna Vinschen2016-06-211-2/+2