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
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-08-05Cygwin: use locale-aware conversion to UNICODE_STRING checking mount pointsCorinna Vinschen
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2021-12-02Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIRCorinna Vinschen
2021-11-16change _COMPILING_NEWLIB to _LIBCMike Frysinger
2021-08-30Cygwin: dup: fix handle inheritence for disk file pread/pwrite handleCorinna Vinschen
2021-02-19Cygwin: fstat_helper: always use handle in call to get_file_attributeKen Brown
2021-02-09Revert "Cygwin: fstat_helper: always use handle in call to get_file_attribute"Ken Brown
2021-01-26Cygwin: chown: make sure ctime gets updated when necessaryKen Brown
2021-01-22Cygwin: Move post-dir unlink checkBen Wijen
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen
2020-05-28Cygwin: stat: fix st_mode of fifos againKen Brown
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
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