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
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 1685da033..0ba577093 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,15 @@
+2009-06-10 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (oopts): Sort alphabetically, add missing "auto" and
+ "override" entries.
+ (from_fstab_line): Handle mount points same as Cygwin itself. Use
+ "cygdrive prefix" as posix name of cygdrive prefix.
+ (from_fstab): Add auto entries for /usr/bin and /usr/lib. Add
+ MOUNT_AUTOMATIC and MOUNT_IMMUTABLE flags to default root dir entry.
+ Use "cygdrive prefix" as posix name of default cygdrive prefix.
+ (getmntent): Allocate smaller buffers. Align output closer to output
+ of mount(1).
+
2009-05-17 Corinna Vinschen <corinna@vinschen.de>
* cygpath.cc (codepage): New variable.