diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-06-10 10:42:22 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-06-10 10:42:22 +0000 |
commit | 070a99e8aa690bcb7431c43dd84f276fc90462bc (patch) | |
tree | 58f2489117044f8e1bb0d3fecf56fb3ec8964e11 /winsup/utils/ChangeLog | |
parent | 5c1939c8c42304ae9dd6a438cd676dbd9b59210c (diff) | |
download | cygnal-070a99e8aa690bcb7431c43dd84f276fc90462bc.tar.gz cygnal-070a99e8aa690bcb7431c43dd84f276fc90462bc.tar.bz2 cygnal-070a99e8aa690bcb7431c43dd84f276fc90462bc.zip |
* 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).
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 12 |
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. |