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
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
2020-10-04Cygwin: fix handling of known reparse points that are not symlinksKen Brown
2020-09-26Cygwin: check_reparse_point_target: update commentKen Brown
2020-09-08Cygwin: path_conv::check: handle error from fhandler_process::existsKen Brown
2020-08-24Cygwin: cwdstuff::get: clean up debug_printf outputKen Brown
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-04-21Cygwin: symlinks: fix WSL symlink creation if cygdrive prefix is /Corinna Vinschen
2020-04-05Cygwin: symlinks: Allow traversing WSL symlinksCorinna Vinschen
2020-04-03Cygwin: symlinks: create WSL symlinks on supporting filesystemsCorinna Vinschen
2020-04-02Cygwin: symlinks: fix WSL symlinks pointing to /mntCorinna Vinschen
2020-03-27Cygwin: symlinks: support WSL symlinksCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen
2020-01-28Cygwin: symlink/mknod: fix ACL handlingCorinna Vinschen
2020-01-28Cygwin: path_conv: add PC_SYM_NOFOLLOW_DIR flagCorinna Vinschen
2020-01-17Cygwin: normalize_win32_path: allow drive without trailing backslashKen Brown
2020-01-13Fixed crash on wine by adding NULL check after memchrArseniy Lartsev
2019-12-09Cygwin: symlink_info::check: avoid assertion failureKen Brown
2019-09-26Cygwin: normalize_win32_path: improve error checkingKen Brown
2019-09-21Cygwin: remove old cruft from path_conv::checkKen Brown
2019-07-22Cygwin: remove path_conv::is_auto_device()Ken Brown
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccessKen Brown
2019-01-06Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flagCorinna Vinschen
2019-01-06Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen
2019-01-06Cygwin: path_conv: decouple pathconv_flags from path_typesCorinna Vinschen
2019-01-06Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handleCorinna Vinschen
2019-01-06Cygwin: path_conv: add serialization/deserialization facilityCorinna Vinschen
2019-01-05Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handlingCorinna Vinschen
2019-01-05Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdirCorinna Vinschen
2019-01-05Cygwin: path_conv: nobody cares if a path had symlinks after the factCorinna Vinschen
2018-09-01Cygwin: fix Win32 path ".." backtrackingCorinna Vinschen
2018-07-12Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under WOW64 on ARM64Corinna Vinschen
2018-07-10Cygwin: Don't print FAST_CWD warning in WOW64 on ARM64 systemsCorinna Vinschen
2018-07-10Cygwin: fix a race in the FAST_CWD fallback codeCorinna Vinschen
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen
2018-05-29Cygwin: normalize_win32_path: Avoid buffer underrunsCorinna Vinschen
2018-05-29Cygwin: TEST only: Add a buffer underrun assertion to symlink_info::checkCorinna Vinschen
2018-03-02Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as GUID pointerCorinna Vinschen
2018-03-01Cygwin: add AF_UNIX reparse points to path handlingCorinna Vinschen
2018-03-01Cygwin: path.cc: clean up includesCorinna Vinschen
2018-03-01Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen
2018-02-23Cygwin: Introduce FH_SOCKET for generic socket file opsCorinna Vinschen
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen