summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mount.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'binutils-binutils-2_20-branchpointcvs2svn2009-09-041-1662/+0
* * mount.cc (fs_info::update): Add comment.Corinna Vinschen2009-08-251-0/+3
* * mount.h (enum fs_info_type): New type.Corinna Vinschen2009-07-281-47/+66
* * mount.h (fs_info::fsn): New member.Corinna Vinschen2009-07-231-2/+9
* * mount.cc (fs_info::update): Revert to open filesystem with access setCorinna Vinschen2009-07-231-5/+11
* * mount.cc (fs_info::update): Open filesystem with access set to 0.Corinna Vinschen2009-07-221-4/+6
* * mount.cc: Revert accidental checkin.Corinna Vinschen2009-07-221-1/+1
* * mount.cc (fillout_mntent): Fix typo (noexec -> notexec).Corinna Vinschen2009-07-221-2/+2
* * globals.cc: Improve comment on R/O UNICODE_STRINGs.Corinna Vinschen2009-07-171-7/+17
* * globals.cc: Reorder constant UNICODE_STRINGs for clarity.Corinna Vinschen2009-07-161-50/+36
* Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen2009-07-141-17/+11
* * mount.cc (mount_info::add_item): Avoid using any-old '/' as indicating root.Christopher Faylor2009-05-191-1/+1
* * mount.cc (mount_info::got_usr_bin): Mark as NO_COPY.Christopher Faylor2009-05-181-3/+3
* * mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting whenChristopher Faylor2009-05-141-1/+1
* * mount.cc (oopts): Add a no-op "auto" option.Corinna Vinschen2009-05-141-1/+2
* cygwin ChangeLogChristopher Faylor2009-05-141-22/+72
* * security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag inCorinna Vinschen2009-05-041-0/+6
* * mount.cc (mount_info::from_fstab_line): Make cygdrive posix=0 byCorinna Vinschen2009-02-131-0/+2
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix inode numberCorinna Vinschen2009-01-291-1/+15
* * mount.cc (mount_info::from_fstab): Open fstab file withCorinna Vinschen2009-01-241-1/+3
* * mount.cc (mount_info::from_fstab_line): Always convert driveCorinna Vinschen2009-01-091-0/+3
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-1/+2
* * mount.cc: Change comment.Christopher Faylor2008-12-251-4/+201
* * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor2008-12-131-2/+2
* Remove unneeded whitespace.Christopher Faylor2008-11-261-24/+24
* * mount.cc (mount_info::cygdrive_win32_path): Always upper caseCorinna Vinschen2008-11-111-2/+3
* * net.cc (in6addr_any, in6addr_loopback): Add appropriate number of bracesChristopher Faylor2008-09-111-1/+1
* * mount.cc (mount_info::get_mounts_here): Don't subtract 2 fromCorinna Vinschen2008-08-151-1/+2
* * mount.cc (mount_info::create_root_entry): Create default cygdriveCorinna Vinschen2008-08-151-1/+1
* * mount.cc (fillout_mntent): Always print noumount option last.Corinna Vinschen2008-08-131-3/+3
* * mount.cc (fillout_mntent): Print options as taken in fstab and mount.Corinna Vinschen2008-08-131-4/+2
* * mount.cc (mount_info::init): Add location where we're looking for fstab toChristopher Faylor2008-07-271-1/+1
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-251-5/+15
* * mount.cc (mount_info::from_fstab): Change system_printf toCorinna Vinschen2008-07-241-1/+1
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-44/+37
* * mount.cc (mount_info::from_fstab_line): Default to binary mount.Corinna Vinschen2008-07-171-1/+1
* Add case-sensitivity.Corinna Vinschen2008-07-161-204/+20
* Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen2008-07-141-1/+6
* * mount.cc (mount_info::get_cygdrive_info): Fix usage of user andCorinna Vinschen2008-06-131-9/+17
* * mount.cc (mount_info::from_fstab): Read sizeof (buf) - 2 bytes.Corinna Vinschen2008-06-101-3/+29
* * mount.cc (mount_info::from_fstab): Use proper buffer size.Christopher Faylor2008-05-251-4/+3
* * mount.cc (mount_info::init): Revert previous change.Christopher Faylor2008-05-241-4/+3
* * mount.cc (mount_info::init): Recreate path when trying to read theCorinna Vinschen2008-05-241-2/+4
* * mount.cc (find_root_from_cygwin_dll): New function factored from from_fstab.Christopher Faylor2008-05-231-46/+56
* * mount.cc (mount_info::from_fstab): Use cygwin_hmodule rather than trying toChristopher Faylor2008-05-231-3/+2
* * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen2008-05-201-1/+1
* * mount.cc (is_unc_share): Allow \\?\ prefix as well. Enhance comment.Corinna Vinschen2008-04-301-11/+7
* * mount.cc (mount_info::from_fstab): Skip native path prefix inCorinna Vinschen2008-04-291-1/+8
* * mount.cc (mount_info::init): Remove call to from_registry. PrintCorinna Vinschen2008-04-211-126/+5
* * mount.cc (mount_info::from_fstab): Read user fstab files fromCorinna Vinschen2008-04-081-1/+1