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
2024-01-11Cygwin: path.cc: fix comment starting with // but ending in */Corinna Vinschen
2023-10-30Cygwin: cwd: avoid releasing the cwdstuff SRW Lock twiceCorinna Vinschen
2023-09-10Cygwin: NFS: remove recognizing native symlinks as FIFOsCorinna Vinschen
2023-09-10Cygwin: NFS: create devices (especially FIFOs) as shortcut filesCorinna Vinschen
2023-09-10Cygwin: NFS: fetch actual DOS attributesCorinna Vinschen
2023-09-04Cygwin: enable usage of FIFOs on NFSCorinna Vinschen
2023-05-24Cygwin: Adjust CWD magic to accommodate for the latest Windows previewsJohannes Schindelin
2023-03-29Cygwin: dirname: fix handling of leading slashesCorinna Vinschen
2022-12-21Cygwin: path_conv: make sure sym.path_flags is always initializedCorinna Vinschen
2022-12-20Cygwin: check_reparse_point_target: fix comment formatCorinna Vinschen
2022-12-12Cygwin: path handling: never substitute virtual drive with target pathCorinna Vinschen
2022-12-04Cygwin: simplify FAST_CWD accessCorinna Vinschen
2022-08-23Cygwin: cwd: use SRWLOCK instead of mutoCorinna Vinschen
2022-08-09Cygwin: fix return value of symlink_info::checkKen Brown
2022-08-05Cygwin: drop last usage of RtlCreateUnicodeStringFromAsciizCorinna Vinschen
2022-08-03Cygwin: path: Make some symlinks to /cygdrive/* work.Takashi Yano
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove some 32-bit only path conversion functionsKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-30Cygwin: simplify some function namesKen Brown
2022-05-13Cygwin: drop a few minor references to WOW64Corinna Vinschen
2022-05-13Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen
2022-03-14Cygwin: path: Convert type of variable 'remlen' to DWORD.Takashi Yano
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano
2022-02-03Cygwin: path: Fix UNC path handling for SMB3 mounted to a drive.Takashi Yano
2022-01-18Cygwin: path_conv: do not get confused by a directory with `.lnk` suffixJohannes Schindelin
2021-12-11Cygwin: path: Fix path conversion of virtual drive.Takashi Yano
2021-12-08Cygwin: path: Convert UNC path prefix back to drive letter.Takashi Yano
2021-11-16Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation"Corinna Vinschen
2021-11-15Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creationCorinna Vinschen
2021-07-30Cygwin: Add winsymlinks:sysJon Turney
2021-07-30Cygwin: Rename WSYM_sysfile to WSYM_defaultJon Turney
2021-07-07Cygwin: respect PC_SYM_FOLLOW and PC_SYM_NOFOLLOW_REP with inner links.Jeremy Drake
2021-07-06Revert "Cygwin: Handle virtual drives as non-symlinks"Jeremy Drake
2021-05-25Cygwin: path_conv: fix mqueue path checkCorinna Vinschen
2021-05-25Cygwin: cwdstuff: check if /dev existsCorinna Vinschen
2021-05-25Cygwin: POSIX msg queues: implement open/mq_open entirely in fhandlerCorinna Vinschen
2021-05-25Cygwin: get_nt_native_path: allow to append suffixCorinna Vinschen
2021-05-19Cygwin: suppress FAST_CWD warnings on ARM64Jeremy Drake
2021-05-19Cygwin: Handle virtual drives as non-symlinksJeremy Drake
2021-05-08Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen
2021-05-07Cygwin: path_conv: Rework handling native symlinks as inner path componentsCorinna Vinschen
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen
2021-04-19Cygwin: path_conv: Try to handle native symlinks more sanelyCorinna Vinschen
2021-03-23Cygwin: Treat Windows Store's "app execution aliases" as symbolic linksJohannes Schindelin
2021-02-01Cygwin: recognize native Windows AF_UNIX sockets as reparse pointsKen Brown
2021-01-22Cygwin: normalize_posix_path: fix error handling when .. is encounteredKen Brown
2020-12-02Cygwin: add flag to indicate reparse points unknown to WinAPICorinna Vinschen
2020-11-30Cygwin: Fix access to block devices below /proc/sys.Christian Franke
2020-10-04Cygwin: always recognize AF_UNIX sockets as reparse pointsKen Brown