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-05-30Cygwin: remove regparm.hKen Brown
2021-05-25Cygwin: get_nt_native_path: allow to append suffixCorinna Vinschen
2021-02-10Cygwin: check path_conv_handle for NULL before trying to dup itCorinna Vinschen
2021-02-10Cygwin: drop path_conv::reset_conv_handleCorinna Vinschen
2020-12-02Cygwin: add flag to indicate reparse points unknown to WinAPICorinna Vinschen
2020-12-02Cygwin: path.h: add comments to briefly explain path_typesCorinna Vinschen
2020-11-16Cygwin: path_conv::eq_worker: add NULL pointer checksKen Brown
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-28Cygwin: add short comments to path_conv optionsCorinna Vinschen
2019-07-22Cygwin: socket files are not lnk special filesKen Brown
2019-07-22Cygwin: remove path_conv::is_fs_device()Ken 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-02-18Cygwin: mount: define binary mount as defaultCorinna Vinschen
2019-01-07Cygwin: fix regression in O_TMPFILE | O_EXCL caseCorinna Vinschen
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-06Cygwin: path_conv: reorder private method declarationsCorinna Vinschen
2019-01-05Cygwin: path_conv: nobody cares if a path had symlinks after the factCorinna Vinschen
2018-12-23Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen
2018-03-01Cygwin: add AF_UNIX reparse points to path handlingCorinna Vinschen
2018-03-01Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_pointCorinna Vinschen
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen
2017-07-24cygwin: unify reparse point checking code into single functionCorinna Vinschen
2017-06-20Compatibility improvements to reparse point handling.Joe_Lowe
2016-11-24Eliminate unused parameter from path_conv::eq_workerCorinna 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-21Improve encapsulation of FS type behind path_conv coverCorinna Vinschen
2016-01-27Drop has_broken_fnoi flagCorinna Vinschen
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen
2015-12-10Drop unused path_conv::ndisk_links methodCorinna Vinschen
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen
2015-04-23Handle unlinking in-use files on virtual drivesCorinna Vinschen
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen
2015-02-11 * dlfcn.cc (check_path_access): Drop FE_NATIVE from find_exec call.Corinna Vinschen
2014-08-27 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen
2013-08-23 * path.h (enum path_types): Drop definition of PATH_64BITEXEC.Corinna Vinschen
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen