cvs commit: src/usr.sbin/mountd mountd.c

2008-08-25 Thread Craig Rodrigues
rodrigc 2008-08-25 20:09:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/mountd mountd.c Log: SVN rev 182171 on 2008-08-25 20:09:27Z by rodrigc MFC r176819: Remove hacks to filter out MNT_ROOTFS, since r173252 of vfs_mount.c filters

cvs commit: src/usr.sbin/mountd mountd.c

2008-03-04 Thread Craig Rodrigues
rodrigc 2008-03-05 07:55:07 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Remove hacks which filter out MNT_ROOTFS. They are no longer needed now that we filter out MNT_ROOTFS inside the nmount() call in revision 1.267 of vfs_mount.c.

cvs commit: src/usr.sbin/mountd mountd.c

2007-10-27 Thread Simon L. Nielsen
simon 2007-10-27 12:24:47 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Use the correct variable to check for a malloc failing. This fixes a case where mountd would fail to start with out of memory logged to syslog. Revision Changes

cvs commit: src/usr.sbin/mountd mountd.c

2007-04-13 Thread Pawel Jakub Dawidek
pjd 2007-04-13 10:25:49 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Fatal error is only when cannot open any of the given exports files. Revision ChangesPath 1.94 +9 -2 src/usr.sbin/mountd/mountd.c

cvs commit: src/usr.sbin/mountd mountd.c

2007-01-26 Thread Craig Rodrigues
rodrigc 2007-01-26 13:26:43 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: If nmount() fails to export a directory, in the syslog() error message, add the errmsg string returned by nmount(). Revision ChangesPath 1.92 +4 -2

cvs commit: src/usr.sbin/mountd mountd.c

2006-12-23 Thread Craig Rodrigues
rodrigc 2006-12-23 16:58:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) usr.sbin/mountd mountd.c Log: MFC: 1.91 Ignore SIGPIPE, instead of terminating process. PR: 81230 Submitted by: Dmitrij Tejblum tejblum yandex-team

cvs commit: src/usr.sbin/mountd mountd.c

2006-12-18 Thread Craig Rodrigues
rodrigc 2006-12-19 01:17:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/mountd mountd.c Log: MFC: 1.91 Ignore SIGPIPE, instead of terminating process. PR: 81230 Submitted by: Dmitrij Tejblum tejblum yandex-team ru

cvs commit: src/usr.sbin/mountd mountd.c

2006-11-18 Thread Craig Rodrigues
rodrigc 2006-11-18 22:43:21 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Ignore SIGPIPE, instead of terminating process. PR: 81230 Submitted by: Dmitrij Tejblum tejblum yandex-team ru MFC after: 1 month Revision

cvs commit: src/usr.sbin/mountd mountd.c

2006-10-23 Thread Rink Springer
rink2006-10-23 06:46:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/mountd mountd.c Log: MFC revision 1.90, log: My previous commit made it impossible to export / over NFS; this small change fixes this. Reported by:

cvs commit: src/usr.sbin/mountd mountd.c

2006-10-19 Thread Rink Springer
rink2006-10-19 19:46:49 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: My previous commit made it impossible to export / over NFS; this small change fixes this. Reported by:Lin Jui-Nan Eric ericlin dot jnlin at gmail dot com

Re: cvs commit: src/usr.sbin/mountd mountd.c

2006-10-15 Thread Dmitry Morozovsky
On Sat, 14 Oct 2006, Rink Springer wrote: RS Modified files:(Branch: RELENG_6) RS usr.sbin/mountd mountd.c RS Log: RS MFC: Prevent mountd(8) from resetting mount options when exporting a filesystem. Thanks a lot! Sincerely, D.Marck

cvs commit: src/usr.sbin/mountd mountd.c

2006-10-14 Thread Rink Springer
rink2006-10-14 23:04:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/mountd mountd.c Log: MFC: Prevent mountd(8) from resetting mount options when exporting a filesystem. Approved by:re (hrs), imp (mentor) Sponsored

cvs commit: src/usr.sbin/mountd mountd.c

2006-10-09 Thread Rink Springer
rink2006-10-09 17:38:18 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Prevent mountd(8) from resetting mount options when exporting a filesystem. Approved by:imp (mentor) Sponsored by: Quality Service Provider BV

Re: cvs commit: src/usr.sbin/mountd mountd.c

2006-10-09 Thread Robert Watson
On Mon, 9 Oct 2006, Rink Springer wrote: rink2006-10-09 17:38:18 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Prevent mountd(8) from resetting mount options when exporting a filesystem. Approved by:imp (mentor) Sponsored by:

cvs commit: src/usr.sbin/mountd mountd.c

2006-07-08 Thread Craig Rodrigues
rodrigc 2006-07-08 13:49:24 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: In get_exportlist(), properly loop over mounted filesystems. PR: bin/99873 Submitted by: Danny Braniss danny at cs dot huji dot ac dot il Revision Changes

cvs commit: src/usr.sbin/mountd mountd.c

2006-07-08 Thread Craig Rodrigues
rodrigc 2006-07-08 13:54:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/mountd mountd.c Log: In get_exportlist(), properly loop over mounted filesystems. PR: bin/99873 Submitted by: Danny Braniss danny at cs dot huji dot ac dot

cvs commit: src/usr.sbin/mountd mountd.c

2006-06-14 Thread Craig Rodrigues
rodrigc 2006-06-15 04:52:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/mountd mountd.c Log: MFC: 1.87 For network filesystems (NFS, samba, etc.), do not pass export nmount() parameter to try to delete an NFS export. It won't work,

cvs commit: src/usr.sbin/mountd mountd.c

2006-06-06 Thread Craig Rodrigues
rodrigc 2006-06-06 21:56:49 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: For network filesystems (NFS, samba, etc.), do not pass export nmount() parameter to try to delete an NFS export. It won't work, and will log a spurious warning to

cvs commit: src/usr.sbin/mountd mountd.c

2006-05-28 Thread Craig Rodrigues
rodrigc 2006-05-28 18:59:28 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Do not log can't delete export messages if nmount() returns ENOTSUP. This eliminates spurious log entries for trying to delete exports for filesystems like devfs and

cvs commit: src/usr.sbin/mountd mountd.c

2006-05-24 Thread Craig Rodrigues
rodrigc 2006-05-24 11:49:39 UTC FreeBSD src repository Modified files: usr.sbin/mountd mountd.c Log: Convert to nmount() and remove hardcoded checks for ufs, msdosfs, ntfs, and cd9660. PR: bin/97642 Revision ChangesPath 1.85 +19 -25