| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: docs/151104
Submitted by: Aldis Berjoza <aldis@bsdroot.lv>
MFC after: 3 days
|
|
|
|
|
|
|
| |
- Ensure that the error message is NUL-terminated before printing it.
PR: bin/147482
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
| |
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
|
|
|
|
| |
Submitted by: Ulrich Spörlein
|
|
|
|
|
|
| |
PR: 138833
Submitted by: Alex Keda <admin@lissyara.su>
MFC after: 3 days
|
|
|
|
| |
Reported by: Lucius Windschuh <lwindschuh@googlemail.com>
|
|
|
|
|
|
|
|
| |
flag from a mount flag to FS-specific flag.
- Simplify usage. Instead of 'mksnap_ffs /mnt/foo /mnt/foo/snap' allow to
give only one argument: 'mksnap_ffs /mnt/foo/snap'. Old usage is also
accepted for now.
- Add an example of how to mount a snapshot.
|
|
|
|
|
| |
Submitted by: pho
MFC after: 3 days
|
|
|
|
| |
The filesystem is named "ufs" not "ffs".
|
| |
|
|
|
|
| |
Submitted by: Wiktor Niesiobedzki <freebsd-lists@w.evip.pl>
|
|
|
|
|
|
|
| |
remove a snapshot file from the directory in which they have requested
to have it made. If they do not have write permission in the directory
or the directory is sticky and not owned by the user, then they
will not be able to remove the snapshot when they are done with it.
|
| |
|
|
|
|
| |
Sync usage() with the manual page: s/file/snapshot_name/g.
|
| |
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
|
|
|
| |
chown an arbitrary file to operator.
Reported by: Ian Dowse <iedowse@maths.tcd.ie>
Sponsored by: DARPA & NAI Labs.
|
|
program allows users in the operator group to take filesystem
snapshots. Its first use will be in support of `dump -L'.
Approved by: Technical Review Board <trb@FreeBSD.org>
Sponsored by: DARPA & NAI Labs.
|