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
*
* mount.cc (mount_info::init): Take bool argument and allow to
Corinna Vinschen
2014-11-27
1
-6
/
+6
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-47
/
+54
*
* mount.cc (fs_info::update): Define dir in the outermost scope to avoid
Corinna Vinschen
2014-06-23
1
-4
/
+4
*
* miscfuncs.h (class NT_readline): New class to implement line-wise
Corinna Vinschen
2014-02-08
1
-77
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo in
Corinna Vinschen
2014-02-06
1
-5
/
+6
*
* mount.cc (fs_info::update): Fix formatting.
Corinna Vinschen
2013-12-11
1
-2
/
+2
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-5
/
+1
*
* autoload.cc (CreateSymbolicLink): Define.
Corinna Vinschen
2013-04-24
1
-2
/
+6
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-50
/
+22
*
* mount.cc (fs_names): Add trailing NULL element to avoid potential
Corinna Vinschen
2013-03-06
1
-1
/
+2
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* fhandler.cc (fhandler_base::write): Don't attempt to sparsify
Corinna Vinschen
2012-12-14
1
-0
/
+4
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-4
/
+4
*
* mount.cc (fs_names): Add missing ReFS entry. Change comment.
Corinna Vinschen
2012-08-14
1
-1
/
+3
*
* mount.cc (getmntent_r): Remove unused but set variable.
Yaakov Selkowitz
2012-07-19
1
-2
/
+1
*
* cygwin.din (getmntent_r): Export.
Corinna Vinschen
2012-07-18
1
-0
/
+29
*
* mount.cc (mount_info::conv_to_win32_path): Eliminate unneeded assignment
Christopher Faylor
2012-07-02
1
-1
/
+0
*
* globals.cc (ro_u_refs): New R/O unicode string.
Corinna Vinschen
2012-06-03
1
-0
/
+1
*
* mount.cc (fillout_mntent): Use "none" rather than 0 when checking
Corinna Vinschen
2012-04-02
1
-1
/
+1
*
* mount.cc (get_disk_type): Drop unneeded toupper call. Convert case
Corinna Vinschen
2012-02-17
1
-6
/
+6
*
* autoload.cc (NetUseGetInfo): Define.
Corinna Vinschen
2012-02-16
1
-8
/
+39
*
* cygheap.cc (init_cygheap::init_installation_root): Convert function
Corinna Vinschen
2012-02-14
1
-1
/
+1
*
* mount.cc (mount_info::create_root_entry): Fix format specifier in
Corinna Vinschen
2012-02-07
1
-2
/
+2
*
* external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,
Corinna Vinschen
2011-12-22
1
-0
/
+151
*
* mount.cc (fs_info::update): Set has_buggy_reopen for Netapps as well.
Corinna Vinschen
2011-12-12
1
-3
/
+3
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-3
/
+3
*
* fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalid
Corinna Vinschen
2011-10-21
1
-2
/
+2
*
* globals.cc (ro_u_ncfsd): New R/O unicode string.
Corinna Vinschen
2011-10-21
1
-8
/
+12
*
Rename FH_BAD to FH_NADA throughout.
Christopher Faylor
2011-06-12
1
-1
/
+1
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-6
/
+6
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-4
/
+4
*
* mount.cc (mount_info::conv_to_win32_path): Remove unused code.
Corinna Vinschen
2011-05-24
1
-6
/
+1
*
Eliminate trailing whitespace in some files.
Christopher Faylor
2011-05-02
1
-3
/
+3
*
Drop NT4 support.
Corinna Vinschen
2011-04-04
1
-4
/
+2
*
* mount.cc (NETAPP_IGNORE): Add FILE_PERSISTENT_ACLS.
Corinna Vinschen
2010-11-22
1
-9
/
+13
*
Revert accidental previous login.
Corinna Vinschen
2010-09-28
1
-2
/
+1
*
* Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.
Corinna Vinschen
2010-09-28
1
-1
/
+2
*
* mount.cc (fs_info::update): Remove erroneous NtClose on random handle
Corinna Vinschen
2010-09-27
1
-1
/
+0
*
* mount.h (class fs_info): Add has_buggy_reopen flag and accessor
Corinna Vinschen
2010-09-21
1
-0
/
+4
*
* fhandler.h (class fhandler_base): Change inheritance of fstat_helper
Corinna Vinschen
2010-09-13
1
-1
/
+2
*
* mount.cc (class fs_info_cache): New class to cache filesystem
Corinna Vinschen
2010-09-10
1
-5
/
+77
*
* Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
Corinna Vinschen
2010-09-06
1
-2
/
+11
*
* mount.cc (mount_info::from_fstab_line): Reorder to make sure all
Corinna Vinschen
2010-09-04
1
-2
/
+4
*
* mount.cc (fs_info::update): Fix comments.
Corinna Vinschen
2010-08-25
1
-4
/
+4
*
* mount.cc (struct opt): Add "bind" option.
Corinna Vinschen
2010-08-11
1
-1
/
+40
*
* fhandler_proc.cc: Add /proc/filesystems virtual file.
Corinna Vinschen
2010-08-09
1
-19
/
+19
*
* mount.cc (struct opt): Add "dos" and "ihash" options.
Corinna Vinschen
2010-04-29
1
-0
/
+8
*
* external.cc (cygwin_internal): Add CW_CVT_MNT_OPTS to allow mount
Corinna Vinschen
2010-04-29
1
-10
/
+34
*
* mount.cc (compare_flags): New function.
Corinna Vinschen
2010-04-28
1
-16
/
+24
*
* path.h (get_nt_native_path): Add third parameter to declaration and
Corinna Vinschen
2010-04-23
1
-1
/
+1
[next]