ambrisko2006-07-13 03:37:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/mount_std Makefile mount_std.8
Log:
Link in mount_linsysfs.
Prompted by:Rocco Rutte
Revision ChangesPath
1.11.8.1 +2 -0 src/sbin/mount_std/Makefi
davidxu 2005-12-02 04:25:54 UTC
FreeBSD src repository
Modified files:
sbin/mount_std Makefile
Log:
Remove mqueuefs from LINKS, it is no longer needed for nmount interface.
Noticed by: rodrigc
Revision ChangesPath
1.14 +0 -1 src/sbin/mount_std/Mak
On Sun, Nov 27, 2005 at 07:45:36PM +0800, David Xu wrote:
> >mount -t mqueuefs [device] [mntpoint]
> >
> >should be sufficient.
> >
> >
> >
> Really ? I am too busy and haven't traced the changes in
> mount code, when did you change this ? :-)
Very recently, in the past two weeks.
--
Craig Rod
Craig Rodrigues wrote:
Was this necessary? With my recent changes
to mount(8) to call nmount() directly,
many of these external mount programs are no longer necessary.
If mqueuefs registers itself as a filesystem which you can
see with lsvfs, then doing:
mount -t mqueuefs [device] [mntpoint]
On Sat, Nov 26, 2005 at 12:53:18PM +, David Xu wrote:
> davidxu 2005-11-26 12:53:18 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/mount_std Makefile
> Log:
> Support mounting POSIX message queue filesystem.
Was this necessary? With my recent changes
to mou
davidxu 2005-11-27 08:32:41 UTC
FreeBSD src repository
Modified files:
sbin/mount_std Makefile
Log:
Change filesystem name from mqueue to mqueuefs for style consitent,
sort LINKS list.
Revision ChangesPath
1.13 +2 -2 src/sbin/mount_std/Makefile
_
davidxu 2005-11-26 12:53:18 UTC
FreeBSD src repository
Modified files:
sbin/mount_std Makefile
Log:
Support mounting POSIX message queue filesystem.
Revision ChangesPath
1.12 +2 -1 src/sbin/mount_std/Makefile
___