Age | Commit message (Expand) | Author | Files | Lines |
2020-05-28 | Cygwin: stat: fix st_mode of fifos again | Ken Brown | 1 | -1/+1 |
2020-03-11 | Cygwin: fix formatting: drop trailing whitespace | Corinna Vinschen | 1 | -2/+2 |
2020-03-11 | Cygwin: fix formatting: drop spaces leading tabs | Corinna Vinschen | 1 | -1/+1 |
2020-01-31 | Cygwin: fstat_helper: always use handle in call to get_file_attribute | Ken Brown | 1 | -3/+4 |
2020-01-29 | Cygwin: stat: fix st_mode of fifos | Corinna Vinschen | 1 | -2/+2 |
2020-01-28 | Cygwin: remove CYGWIN=dos_file_warning option | Corinna Vinschen | 1 | -1/+1 |
2020-01-28 | Cygwin: fhandler_disk_file::fstatvfs: refactor | Ken Brown | 1 | -6/+16 |
2020-01-28 | Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag | Ken Brown | 1 | -1/+1 |
2020-01-28 | Cygwin: move chmod_device declaration to winsup.h | Corinna Vinschen | 1 | -1/+0 |
2019-07-22 | Cygwin: socket files are not lnk special files | Ken Brown | 1 | -2/+2 |
2019-03-30 | Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle(). | Takashi Yano | 1 | -8/+8 |
2019-03-01 | Cygwin: Disable creating case-sensitive folders by default | Corinna Vinschen | 1 | -0/+7 |
2019-01-07 | Cygwin: move fhandler_cygdrive methods into own source file | Corinna Vinschen | 1 | -137/+0 |
2018-12-25 | Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls | Corinna Vinschen | 1 | -0/+247 |
2018-12-25 | Cygwin: mkdir: create case-sensitive dirs | Corinna Vinschen | 1 | -0/+34 |
2018-07-25 | POSIX Asynchronous I/O support: fhandler files | Mark Geisert | 1 | -26/+74 |
2018-03-09 | Cygwin: don't skip O_TMPFILE files in readdir | Corinna Vinschen | 1 | -15/+9 |
2018-03-01 | Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_point | Corinna Vinschen | 1 | -1/+1 |
2018-02-26 | Cygwin: reduce size of fhandler_cygdrivenewlib-snapshot-20180226 | Corinna Vinschen | 1 | -19/+26 |
2018-02-14 | Cygwin: improve O_TMPFILE handling | Corinna Vinschen | 1 | -11/+22 |
2018-02-07 | Cygwin: Cleanup time handling | Corinna Vinschen | 1 | -2/+2 |
2017-11-28 | cygwin: remove accidentally committed debug statments | Corinna Vinschen | 1 | -2/+0 |
2017-11-28 | cygwin: further improve tags generation | Corinna Vinschen | 1 | -0/+2 |
2017-11-14 | Cygwin: link: Simplify an expression | Corinna Vinschen | 1 | -9/+4 |
2017-11-14 | Cygwin: fcntl.h: Define O_TMPFILE and implement it | Corinna Vinschen | 1 | -1/+38 |
2017-11-08 | cygwin: pread: Remove incorrect comment | Corinna Vinschen | 1 | -1/+1 |
2017-11-08 | cygwin: fhandler_disk_file::pread: always print debug info on return | Corinna Vinschen | 1 | -2/+9 |
2017-11-08 | cygwin: pread() returns non-zero if read beyond EOF | Xiaofeng Liu | 1 | -2/+5 |
2017-11-02 | posix_fallocate() *returns* error codes but does not set errno | Erik M. Bray | 1 | -11/+6 |
2017-11-02 | posix_fadvise() *returns* error codes but does not set errno | Erik M. Bray | 1 | -8/+3 |
2017-07-24 | cygwin: unify reparse point checking code into single function | Corinna Vinschen | 1 | -52/+15 |
2017-07-24 | cygwin: Fix resource leak in readdir reparse point handling | Corinna Vinschen | 1 | -1/+1 |
2017-06-20 | cygwin: readdir: Activate check for remote reparse points | Corinna Vinschen | 1 | -4/+5 |
2017-06-20 | Compatibility improvements to reparse point handling. | Joe_Lowe | 1 | -24/+39 |
2017-06-14 | cygwin: readdir: don't lookup mount target inodes | Corinna Vinschen | 1 | -41/+30 |
2017-06-14 | readdir() with mount point dentry, return mount point INO | Joe Lowe | 1 | -23/+10 |
2017-04-22 | Fix stat.st_blocks for files compressed with CompactOS method | Christian Franke | 1 | -5/+12 |
2016-06-24 | Fix various OS-related comments | Corinna Vinschen | 1 | -6/+5 |
2016-06-24 | fhandler_disk_file::opendir: Fix a comment | Corinna Vinschen | 1 | -7/+5 |
2016-06-23 | Remove support for SUNWNFS file system | Corinna Vinschen | 1 | -23/+8 |
2016-06-23 | Handle up to 63 partitions per drive | Corinna Vinschen | 1 | -3/+3 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2016-06-21 | Drop useless calls to path_conv.isgood_inode | Corinna Vinschen | 1 | -6/+2 |
2016-06-21 | Use correct file info (especially inode number) for newly created files | Corinna Vinschen | 1 | -3/+9 |
2016-06-21 | Use new path_conv_handle functions to access file info | Corinna Vinschen | 1 | -2/+2 |
2016-03-20 | Add necessary braces to if statements | Peter Foley | 1 | -1/+2 |
2016-03-08 | Implement POSIX.1e ACL functions | Corinna Vinschen | 1 | -1/+1 |
2016-01-28 | Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACL | Corinna Vinschen | 1 | -15/+15 |
2015-12-25 | Only request WRITE_DAC rights when writing an ACL | Corinna Vinschen | 1 | -2/+2 |
2015-12-14 | Fix regparm attribute of fhandler_base::fstat_helper | Ken Brown | 1 | -1/+1 |