Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-31Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown
2020-01-29Cygwin: stat: fix st_mode of fifosCorinna Vinschen
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen
2020-01-28Cygwin: fhandler_disk_file::fstatvfs: refactorKen Brown
2020-01-28Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flagKen Brown
2020-01-28Cygwin: move chmod_device declaration to winsup.hCorinna Vinschen
2019-07-22Cygwin: socket files are not lnk special filesKen Brown
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2019-03-01Cygwin: Disable creating case-sensitive folders by defaultCorinna Vinschen
2019-01-07Cygwin: move fhandler_cygdrive methods into own source fileCorinna Vinschen
2018-12-26Cygwin: Add FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsCorinna Vinschen
2018-12-25Cygwin: mkdir: create case-sensitive dirsCorinna Vinschen
2018-07-25POSIX Asynchronous I/O support: fhandler filesMark Geisert
2018-03-09Cygwin: don't skip O_TMPFILE files in readdirCorinna Vinschen
2018-03-01Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen
2018-02-26Cygwin: reduce size of fhandler_cygdrivenewlib-snapshot-20180226Corinna Vinschen
2018-02-14Cygwin: improve O_TMPFILE handlingCorinna Vinschen
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
2017-11-28cygwin: remove accidentally committed debug statmentsCorinna Vinschen
2017-11-28cygwin: further improve tags generationCorinna Vinschen
2017-11-14Cygwin: link: Simplify an expressionCorinna Vinschen
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen
2017-11-08cygwin: pread: Remove incorrect commentCorinna Vinschen
2017-11-08cygwin: fhandler_disk_file::pread: always print debug info on returnCorinna Vinschen
2017-11-08cygwin: pread() returns non-zero if read beyond EOFXiaofeng Liu
2017-11-02posix_fallocate() *returns* error codes but does not set errnoErik M. Bray
2017-11-02posix_fadvise() *returns* error codes but does not set errnoErik M. Bray
2017-07-24cygwin: unify reparse point checking code into single functionCorinna Vinschen
2017-07-24cygwin: Fix resource leak in readdir reparse point handlingCorinna Vinschen
2017-06-20cygwin: readdir: Activate check for remote reparse pointsCorinna Vinschen
2017-06-20Compatibility improvements to reparse point handling.Joe_Lowe
2017-06-14cygwin: readdir: don't lookup mount target inodesCorinna Vinschen
2017-06-14readdir() with mount point dentry, return mount point INOJoe Lowe
2017-04-22Fix stat.st_blocks for files compressed with CompactOS methodChristian Franke
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-24fhandler_disk_file::opendir: Fix a commentCorinna Vinschen
2016-06-23Remove support for SUNWNFS file systemCorinna Vinschen
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-06-21Drop useless calls to path_conv.isgood_inodeCorinna Vinschen
2016-06-21Use correct file info (especially inode number) for newly created filesCorinna Vinschen
2016-06-21Use new path_conv_handle functions to access file infoCorinna Vinschen
2016-03-20Add necessary braces to if statementsPeter Foley
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen
2016-01-29Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACLCorinna Vinschen
2015-12-25Only request WRITE_DAC rights when writing an ACLCorinna Vinschen
2015-12-14Fix regparm attribute of fhandler_base::fstat_helperKen Brown
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen
2015-12-10Drop unused path_conv::ndisk_links methodCorinna Vinschen
2015-12-10Use fii instead of fai for FILE_INTERNAL_INFORMATION varsCorinna Vinschen