Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
#
4c723140 |
| 09-Apr-2004 |
Mark Murray <markm@FreeBSD.org> |
Remove advertising clause from University of California Regent's license, per letter dated July 22, 1999.
Approved by: core, imp
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
eddb9a0d |
| 13-Aug-2002 |
Maxime Henrion <mux@FreeBSD.org> |
Don't depend on namespace pollution in sys/mount.h and include sys/uio.h.
|
#
526ba6d3 |
| 03-Aug-2002 |
Maxime Henrion <mux@FreeBSD.org> |
Now that the kernel is able to load modules itself, remove all the code which was trying to do so. This code was nasty in several ways, it was hiding the kernel bug where the kernel was unable to pro
Now that the kernel is able to load modules itself, remove all the code which was trying to do so. This code was nasty in several ways, it was hiding the kernel bug where the kernel was unable to properly load a module, and it was quitting if it wasn't able to load the module. The consequence is that an ABI breakage of the vfsconf API would have broken *every* mount utility.
show more ...
|
Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
4ce86ffd |
| 16-Jun-2002 |
Maxime Henrion <mux@FreeBSD.org> |
nmount'ify unionfs further by using separate options instead of passing a flags mount options. This removes the include of sys/fs/unionfs/union.h in mount_unionfs as it should be.
Reviewed by: phk
|
#
dfde8083 |
| 24-May-2002 |
Maxime Henrion <mux@FreeBSD.org> |
Convert mount_unionfs(8) to nmount.
|
#
85429990 |
| 21-Mar-2002 |
Warner Losh <imp@FreeBSD.org> |
o __P removed o main prototype removed
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
c7b23e0f |
| 24-May-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Actually rename FDESC, PORTAL, UMAP and UNION file systems.
OK'ed by: bp
|
#
6ad10804 |
| 23-May-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Rename (after a repo-copy) some mount(8) programs:
mount_fdesc -> mount_fdescfs mount_null -> mount_nullfs mount_portal -> mount_portalfs mount_umap -> mount_umapfs mount_union -> mount_unionfs
|
#
99d300a1 |
| 23-May-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file systems were repo-copied from sys/miscfs to sys/fs.
- Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> por
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file systems were repo-copied from sys/miscfs to sys/fs.
- Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs.
- Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS.
- Install header files for the above file systems.
- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs |
|
#
73dd3167 |
| 09-Oct-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
mount* fixes from Martin Blapp <mb@imp.ch>:
Made mount more userfriendly (bad slashes are now filtered out) and we remove in mount_nfs trailing slashes if there are any.
Fix
mount* fixes from Martin Blapp <mb@imp.ch>:
Made mount more userfriendly (bad slashes are now filtered out) and we remove in mount_nfs trailing slashes if there are any.
Fixed mount_xxx binarys to resolve with realpath(3) the mountpoint.
Translate the deprecated nfs-syntax with '@' to ':' . The ':' syntax has now precedence, but '@' still works. Notify the user that the '@' syntax should not be used.
PR: 7846 PR: 13692 Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: phk
show more ...
|
Revision tags: release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
5b906277 |
| 23-Aug-1997 |
Steve Price <steve@FreeBSD.org> |
Protect against target containing a '%' which might be misinterpreted by err(3).
PR: bin/3864
|
#
9c637295 |
| 23-May-1997 |
Doug Rabson <dfr@FreeBSD.org> |
Typo in previous change.
|
Revision tags: release/2.2.2_cvs |
|
#
64a094f9 |
| 29-Apr-1997 |
Doug Rabson <dfr@FreeBSD.org> |
Use realpath() on the source as well as the target otherwise it can be impossible to unmount a union which was mounted with a relative pathname.
|
#
8d64695c |
| 29-Mar-1997 |
Warner Losh <imp@FreeBSD.org> |
compare return value from getopt against -1 rather than EOF, per the final posix standard on the topic.
|
Revision tags: release/2.2.1_cvs, release/2.2.0 |
|
#
4a4c5285 |
| 11-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Merge from Lite2 (use new getvfsbyname() and mount(2) interface)
|
Revision tags: release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
#
eaa86f9d |
| 14-Sep-1996 |
Bruce Evans <bde@FreeBSD.org> |
Don't use __dead or __pure in user code. They were obfuscations for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where us
Don't use __dead or __pure in user code. They were obfuscations for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
show more ...
|
#
5e074e31 |
| 13-May-1996 |
Garrett Wollman <wollman@FreeBSD.org> |
Get rid of the last vestiges of the old MOUNT_* constants in the mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links t
Get rid of the last vestiges of the old MOUNT_* constants in the mount_* programs. While we're at it, collapse the four now-identical mount programs for devfs, fdesc, kernfs, and procfs into links to a new mount_std(8) which can mount any really generic filesystem such as these when called with the appropriate argv[0].
Also, convert the mount programs to use sysexits.h.
show more ...
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs, release/2.0 |
|
#
3fa88dec |
| 02-Nov-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Add support for filesystem-specific `-o' options, and re-implement the most common cd9660 and nfs options like God intended them. (It is now possible to say
mount -o ro,soft,bg,intr there:/foo/bar
Add support for filesystem-specific `-o' options, and re-implement the most common cd9660 and nfs options like God intended them. (It is now possible to say
mount -o ro,soft,bg,intr there:/foo/bar /foo/bar
again.) This whole getmntopt() business is an incredible botch; it never should have been anything more than a wrapper around getsubopt(3). Because if the way the current hackaround is implemented, options which take arguments (like the old `rsize' and `wsize') are still unavailable, and must be accessed the new, broken way.
(It's unimaginable how Berkeley managed to screw up one of the few things about NFS that Sun actually got right to begin with!)
show more ...
|
#
d599144d |
| 23-Sep-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Automatically load NFS and a bevy of other filesystems.
|
Revision tags: release/1.1.5.1_cvs |
|
#
8fae3551 |
| 26-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite sbin Sources
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
|