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-08Cygwin: check remote drives for being SSDs as wellCorinna Vinschen
2023-12-01Cygwin: fs_info: check for SSDCorinna Vinschen
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke
2023-03-21Cygwin: fs_info::update: fix NTFS filesystem flagsCorinna Vinschen
2023-03-20Cygwin: fs_info: update filesystem flags and check Windows 7 flagsCorinna Vinschen
2023-01-23Cygwin: mount: differ allowed server name chars from allowed share name charsCorinna Vinschen
2023-01-22Cygwin: mount: allow any valid character in UNC pathsCorinna Vinschen
2022-12-04Cygwin: fix a few comments mentioning Windows 7 or 8Corinna Vinschen
2022-08-05Cygwin: mount_info::get_mounts_here: alloc temp mountpoint info on cygheapCorinna Vinschen
2022-08-05Cygwin: use locale-aware conversion to UNICODE_STRING checking mount pointsCorinna Vinschen
2022-08-03Cygwin: fix/drop a few commentsCorinna Vinschen
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2021-08-26Cygwin: C++17: register keyword is deprecatedCorinna Vinschen
2019-02-18Cygwin: mount: define binary mount as defaultCorinna Vinschen
2019-02-18Cygwin: mount: remove unused method mount_info::set_flags_from_win32_pathCorinna Vinschen
2019-01-06Cygwin: path_conv: decouple path_types from mount typesCorinna Vinschen
2018-12-25Cygwin: cygheap: convert installation paths to UNICODE_STRINGSCorinna Vinschen
2018-12-23Cygwin: support exFAT and fix remote FAT/FAT32 recognitionCorinna Vinschen
2017-03-27Recognize Netapp mode supporting reparse pointsCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-23Drop has_broken_udf flagCorinna 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-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2016-03-20Add necessary braces to if statementsPeter Foley
2016-02-15cygwin_conv_path: Really always preserve trailing slash in conversion to POSI...Corinna Vinschen
2016-02-09cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen
2016-01-27Drop has_broken_fnoi flagCorinna Vinschen
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen
2015-11-05Fake volume serial number on filesystems not providing itCorinna Vinschen
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen
2014-11-27 * mount.cc (mount_info::init): Take bool argument and allow toCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-06-23 * mount.cc (fs_info::update): Define dir in the outermost scope to avoidCorinna Vinschen
2014-02-09 * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen
2014-02-07 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen
2013-12-11 * mount.cc (fs_info::update): Fix formatting.Corinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-06 * mount.cc (fs_names): Add trailing NULL element to avoid potentialCorinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen
2012-08-17whitespace cleanupChristopher Faylor
2012-08-14 * mount.cc (fs_names): Add missing ReFS entry. Change comment.Corinna Vinschen
2012-07-19 * mount.cc (getmntent_r): Remove unused but set variable.Yaakov Selkowitz
2012-07-18 * cygwin.din (getmntent_r): Export.Corinna Vinschen