index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
mount.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'binutils-
binutils-2_20-branchpoint
cvs2svn
2009-09-04
1
-1662
/
+0
*
* mount.cc (fs_info::update): Add comment.
Corinna Vinschen
2009-08-25
1
-0
/
+3
*
* mount.h (enum fs_info_type): New type.
Corinna Vinschen
2009-07-28
1
-47
/
+66
*
* mount.h (fs_info::fsn): New member.
Corinna Vinschen
2009-07-23
1
-2
/
+9
*
* mount.cc (fs_info::update): Revert to open filesystem with access set
Corinna Vinschen
2009-07-23
1
-5
/
+11
*
* mount.cc (fs_info::update): Open filesystem with access set to 0.
Corinna Vinschen
2009-07-22
1
-4
/
+6
*
* mount.cc: Revert accidental checkin.
Corinna Vinschen
2009-07-22
1
-1
/
+1
*
* mount.cc (fillout_mntent): Fix typo (noexec -> notexec).
Corinna Vinschen
2009-07-22
1
-2
/
+2
*
* globals.cc: Improve comment on R/O UNICODE_STRINGs.
Corinna Vinschen
2009-07-17
1
-7
/
+17
*
* globals.cc: Reorder constant UNICODE_STRINGs for clarity.
Corinna Vinschen
2009-07-16
1
-50
/
+36
*
Throughout avoid having to initialize constant UNICODE_STRINGs.
Corinna Vinschen
2009-07-14
1
-17
/
+11
*
* mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.
Christopher Faylor
2009-05-19
1
-1
/
+1
*
* mount.cc (mount_info::got_usr_bin): Mark as NO_COPY.
Christopher Faylor
2009-05-18
1
-3
/
+3
*
* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting when
Christopher Faylor
2009-05-14
1
-1
/
+1
*
* mount.cc (oopts): Add a no-op "auto" option.
Corinna Vinschen
2009-05-14
1
-1
/
+2
*
cygwin ChangeLog
Christopher Faylor
2009-05-14
1
-22
/
+72
*
* security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag in
Corinna Vinschen
2009-05-04
1
-0
/
+6
*
* mount.cc (mount_info::from_fstab_line): Make cygdrive posix=0 by
Corinna Vinschen
2009-02-13
1
-0
/
+2
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode number
Corinna Vinschen
2009-01-29
1
-1
/
+15
*
* mount.cc (mount_info::from_fstab): Open fstab file with
Corinna Vinschen
2009-01-24
1
-1
/
+3
*
* mount.cc (mount_info::from_fstab_line): Always convert drive
Corinna Vinschen
2009-01-09
1
-0
/
+3
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-1
/
+2
*
* mount.cc: Change comment.
Christopher Faylor
2008-12-25
1
-4
/
+201
*
* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.
Christopher Faylor
2008-12-13
1
-2
/
+2
*
Remove unneeded whitespace.
Christopher Faylor
2008-11-26
1
-24
/
+24
*
* mount.cc (mount_info::cygdrive_win32_path): Always upper case
Corinna Vinschen
2008-11-11
1
-2
/
+3
*
* net.cc (in6addr_any, in6addr_loopback): Add appropriate number of braces
Christopher Faylor
2008-09-11
1
-1
/
+1
*
* mount.cc (mount_info::get_mounts_here): Don't subtract 2 from
Corinna Vinschen
2008-08-15
1
-1
/
+2
*
* mount.cc (mount_info::create_root_entry): Create default cygdrive
Corinna Vinschen
2008-08-15
1
-1
/
+1
*
* mount.cc (fillout_mntent): Always print noumount option last.
Corinna Vinschen
2008-08-13
1
-3
/
+3
*
* mount.cc (fillout_mntent): Print options as taken in fstab and mount.
Corinna Vinschen
2008-08-13
1
-4
/
+2
*
* mount.cc (mount_info::init): Add location where we're looking for fstab to
Christopher Faylor
2008-07-27
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1
Corinna Vinschen
2008-07-25
1
-5
/
+15
*
* mount.cc (mount_info::from_fstab): Change system_printf to
Corinna Vinschen
2008-07-24
1
-1
/
+1
*
* shared.cc (user_shared_initialize): Fetch potentially changed Cygwin
Corinna Vinschen
2008-07-24
1
-44
/
+37
*
* mount.cc (mount_info::from_fstab_line): Default to binary mount.
Corinna Vinschen
2008-07-17
1
-1
/
+1
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-204
/
+20
*
Throughout drop allow_ntsec and allow_smbntsec handling.
Corinna Vinschen
2008-07-14
1
-1
/
+6
*
* mount.cc (mount_info::get_cygdrive_info): Fix usage of user and
Corinna Vinschen
2008-06-13
1
-9
/
+17
*
* mount.cc (mount_info::from_fstab): Read sizeof (buf) - 2 bytes.
Corinna Vinschen
2008-06-10
1
-3
/
+29
*
* mount.cc (mount_info::from_fstab): Use proper buffer size.
Christopher Faylor
2008-05-25
1
-4
/
+3
*
* mount.cc (mount_info::init): Revert previous change.
Christopher Faylor
2008-05-24
1
-4
/
+3
*
* mount.cc (mount_info::init): Recreate path when trying to read the
Corinna Vinschen
2008-05-24
1
-2
/
+4
*
* mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.
Christopher Faylor
2008-05-23
1
-46
/
+56
*
* mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying to
Christopher Faylor
2008-05-23
1
-3
/
+2
*
* Makefile.in (DLL_OFILES): Add nfs.o.
Corinna Vinschen
2008-05-20
1
-1
/
+1
*
* mount.cc (is_unc_share): Allow \\?\ prefix as well. Enhance comment.
Corinna Vinschen
2008-04-30
1
-11
/
+7
*
* mount.cc (mount_info::from_fstab): Skip native path prefix in
Corinna Vinschen
2008-04-29
1
-1
/
+8
*
* mount.cc (mount_info::init): Remove call to from_registry. Print
Corinna Vinschen
2008-04-21
1
-126
/
+5
*
* mount.cc (mount_info::from_fstab): Read user fstab files from
Corinna Vinschen
2008-04-08
1
-1
/
+1
[next]