cvs commit: src/sbin/mount mount.c

2008-09-01 Thread Matteo Riondato
matteo 2008-09-01 08:37:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/mount mount.c Log: SVN rev 182595 on 2008-09-01 08:37:13Z by matteo Don't return always 0. Return what we get from exec_mountprog or mount_fs. PR:

cvs commit: src/sbin/mount mount.c

2008-08-31 Thread Matteo Riondato
matteo 2008-08-31 20:08:05 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: SVN rev 182570 on 2008-08-31 20:08:05Z by matteo Don't return always 0. Return what we get from exec_mountprog or mount_fs. PR: bin/125154 MFC

cvs commit: src/sbin/mount mount.c

2008-03-30 Thread Matteo Riondato
matteo 2008-03-30 19:42:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/mount mount.c Log: MFC rev. 1.97-1.98 Fix printing of unionfs mounts when using the -p option Fix mount -p and mount -u -ocurrent on gjournaled FS PR:

cvs commit: src/sbin/mount mount.c

2008-02-03 Thread Matteo Riondato
matteo 2008-02-03 17:23:58 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fix printing of unionfs mounts when using the -p option PR: bin/75585 MFC after: 1 week Revision ChangesPath 1.97 +8 -2

cvs commit: src/sbin/mount mount.c

2008-02-03 Thread Matteo Riondato
matteo 2008-02-04 07:37:57 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fix mount -p and mount -u -ocurrent on gjournaled FS PR: bin/120162 Submitted by: Niki Denev MFC after: 1 week Revision ChangesPath

cvs commit: src/sbin/mount mount.c

2007-04-13 Thread Poul-Henning Kamp
phk 2007-04-13 21:30:48 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Align -p output in TAB built columns suitable for /etc/fstab. Revision ChangesPath 1.95 +19 -2 src/sbin/mount/mount.c

cvs commit: src/sbin/mount mount.c

2007-02-05 Thread Craig Rodrigues
rodrigc 2007-02-06 01:16:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: MFC: 1.73, 1.74, 1.84 Do not pass noauto, userquota, or groupquota mount options down to nmount() or external mount programs. PR:

cvs commit: src/sbin/mount mount.c

2007-02-05 Thread Craig Rodrigues
rodrigc 2007-02-06 05:57:40 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Print warning that -t msdos is deprecated and being converted to -t msdosfs. The conversion has been happening since 1.43, but no equivalent conversion happens in umount

cvs commit: src/sbin/mount mount.c

2007-02-05 Thread Craig Rodrigues
rodrigc 2007-02-06 06:06:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: MFC 1.94 Warn that -t msdos will be converted to -t msdosfs. PR: 79296 Submitted by: Nobuhiro Yasutomi nobuhiro yasutomi

cvs commit: src/sbin/mount mount.c

2007-01-27 Thread Craig Rodrigues
rodrigc 2007-01-28 01:24:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: MFC 1.89, 1.90 Fix mount -u -o ro and mount -u -o rw. PR: 104687 Revision ChangesPath 1.69.2.5 +30 -2

cvs commit: src/sbin/mount mount.c

2006-11-13 Thread Craig Rodrigues
rodrigc 2006-11-14 01:07:42 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fix debugging output of '-d', to more accurately reflect if we exec an external mount program, or just call nmount() to mount a filesystem. Noticed by: kris

cvs commit: src/sbin/mount mount.c

2006-10-31 Thread Pawel Jakub Dawidek
pjd 2006-10-31 21:54:51 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Teach mount(8) about MNT_GJOURNAL flag. MNT_GJOURNAL flag is not a mount-time flag, but it is needed to show 'gjournal' option in mount(8) output. Sponsored by:

cvs commit: src/sbin/mount mount.c

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 22:02:29 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Revert rev. 1.86 by jmallett@ as it breaks ro mounts specified in /etc/fstab. This has been happening due to the priority inversion; options specified on the command

cvs commit: src/sbin/mount mount.c

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 22:16:51 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Two tiny style fixes. Revision ChangesPath 1.90 +3 -3 src/sbin/mount/mount.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Dag-Erling Smorgrav
des 2006-10-13 07:01:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: Remove late from options before passing them to the fs. Submitted by: SANETO Takanori [EMAIL PROTECTED] Approved by:re (bmah)

Re: cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Makoto Matsushita
Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: Remove late from options before passing them to the fs. Submitted by: SANETO Takanori [EMAIL PROTECTED] Approved by:re (bmah) Revision ChangesPath 1.69.2.3 +1 -0

Re: cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Ruslan Ermilov
On Fri, Oct 13, 2006 at 08:11:31PM +0900, Makoto Matsushita wrote: Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: Remove late from options before passing them to the fs. Submitted by: SANETO Takanori [EMAIL PROTECTED] Approved by:

cvs commit: src/sbin/mount mount.c

2006-10-13 Thread Ruslan Ermilov
ru 2006-10-13 13:06:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: Previous revision didn't build, unbreak. Approved by:re (des@ asked me to commit) Revision ChangesPath 1.69.2.4 +2 -2

cvs commit: src/sbin/mount mount.c

2006-06-09 Thread Juli Mallett
jmallett2006-06-10 01:37:00 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Rather than using specified_ro to parse the options list an extra time, and keeping a flag to check whether we actually wanted to mount the filesystem readonly, setup the

cvs commit: src/sbin/mount mount.c

2006-06-09 Thread Juli Mallett
jmallett2006-06-10 01:44:57 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Minor style tweaks while nearby. Namely ANSIfy and parens on return values. Revision ChangesPath 1.87 +15 -26src/sbin/mount/mount.c

cvs commit: src/sbin/mount mount.c

2006-06-02 Thread Craig Rodrigues
rodrigc 2006-06-02 17:53:46 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fix mount -u -o ro. Requested by: maxim Revision ChangesPath 1.85 +24 -1 src/sbin/mount/mount.c ___

cvs commit: src/sbin/mount mount.c

2006-05-10 Thread Maxim Konovalov
maxim 2006-05-10 14:40:40 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: o Extend rev. 1.75 and restore an ability to specify a non-default quota files location. Submitted by: Kostik Belousov Revision ChangesPath 1.84 +9

cvs commit: src/sbin/mount mount.c

2006-03-02 Thread Giorgos Keramidas
keramida2006-03-03 02:46:15 UTC FreeBSD src repository (doc committer) Modified files: sbin/mount mount.c Log: When there are no mount options, an implicit rw should be printed in the output of ``mount -p''. Approved by:rodrigc Revision ChangesPath

Re: cvs commit: src/sbin/mount mount.c

2006-03-02 Thread Craig Rodrigues
On Fri, Mar 03, 2006 at 02:46:15AM +, Giorgos Keramidas wrote: keramida2006-03-03 02:46:15 UTC FreeBSD src repository (doc committer) Modified files: sbin/mount mount.c Log: When there are no mount options, an implicit rw should be printed in the output

Re: cvs commit: src/sbin/mount mount.c

2006-02-25 Thread Craig Rodrigues
On Sat, Feb 25, 2006 at 02:10:30PM +, Ceri Davies wrote: Actually, I'd usually mean the options in /etc/fstab. Well that's what you might mean, but that's not what the existing mount program did before I implemented my changes to mount. I am restoring existing (undocumented) behavior,

Re: cvs commit: src/sbin/mount mount.c

2006-02-25 Thread Craig Rodrigues
On Sat, Feb 25, 2006 at 02:10:30PM +, Ceri Davies wrote: Thanks. How about mount -u -o rw and mount -u -o ro to flip ro/rw status? My previous commit restored behavior to mount(8) that was undocumented, but people and startup scripts depended on that behavior. Your suggestion implements

Re: cvs commit: src/sbin/mount mount.c

2006-02-25 Thread Ceri Davies
On Sat, Feb 25, 2006 at 10:26:33AM -0500, Craig Rodrigues wrote: On Sat, Feb 25, 2006 at 02:10:30PM +, Ceri Davies wrote: Actually, I'd usually mean the options in /etc/fstab. Well that's what you might mean, but that's not what the existing mount program did before I implemented my

cvs commit: src/sbin/mount mount.c

2006-02-24 Thread Craig Rodrigues
rodrigc 2006-02-25 05:09:47 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: If we specify: mount -u (update), without specifying an additional -r (read-only) flag or or -w (read-write) flag, then assume we want, mount -u -w. When doing a

cvs commit: src/sbin/mount mount.c

2006-01-24 Thread Pawel Jakub Dawidek
pjd 2006-01-24 15:26:36 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: s/spacetab/tab/ Revision ChangesPath 1.81 +1 -1 src/sbin/mount/mount.c ___ cvs-all@freebsd.org mailing list

cvs commit: src/sbin/mount mount.c

2006-01-24 Thread Pawel Jakub Dawidek
pjd 2006-01-24 15:27:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.c Log: MFC:sbin/mount/mount.c 1.80 Resolve the mount point's path with realpath(2) before checking if file system is mounted. This

cvs commit: src/sbin/mount mount.c

2006-01-18 Thread Pawel Jakub Dawidek
pjd 2006-01-18 11:00:34 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Resolve the mount point's path with realpath(2) before checking if file system is mounted. This prevevents duplicated mounts. The change I made against the original

cvs commit: src/sbin/mount mount.c

2005-12-12 Thread Craig Rodrigues
rodrigc 2005-12-12 19:51:37 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: For reiserfs, pass mount parameters directly to nmount() instead of forking an external mount_reiserfs program. Reviewed by:dumbbell Revision ChangesPath

cvs commit: src/sbin/mount mount.c

2005-12-03 Thread Craig Rodrigues
rodrigc 2005-12-03 19:59:35 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Remove workaround for old GCC bugs. Submitted by: ru Revision ChangesPath 1.78 +0 -5 src/sbin/mount/mount.c

cvs commit: src/sbin/mount mount.c

2005-12-02 Thread Craig Rodrigues
rodrigc 2005-12-03 01:57:58 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Simplify parsing of mount options by passing rw option down to kernel, since vfs_donmount() can now parse it. Revision ChangesPath 1.77 +1 -1

cvs commit: src/sbin/mount mount.c

2005-11-24 Thread Tai-hwa Liang
avatar 2005-11-24 17:35:05 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Fixing a regression introduced in rev1.72 by connecting cd9660 to the external mounting program list as well; otherwise, entry like the following in /etc/fstab wouldn't

cvs commit: src/sbin/mount mount.c

2005-11-23 Thread Craig Rodrigues
rodrigc 2005-11-23 20:17:27 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Do not pass userquota and groupquota mount options to nmount(). These options are read from fstab by quotacheck(8), but are not valid mount options that need to be passed

cvs commit: src/sbin/mount mount.c

2005-11-15 Thread Craig Rodrigues
rodrigc 2005-11-16 02:13:27 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Do not pass noauto to nmount() or external mount program. Noticed by: maxim Revision ChangesPath 1.73 +10 -1 src/sbin/mount/mount.c