aboutsummaryrefslogtreecommitdiff
path: root/sbin/mksnap_ffs/mksnap_ffs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue in the rev.316718 causing variable to be unsed uninitialized.Maxim Sobolev2017-04-121-6/+6
* Work around an issue with mksnap_ffs not working in chroot'ed environment.Maxim Sobolev2017-04-111-2/+46
* - Print the nmount(2) provided error message only when it is set.Jaakko Heinonen2010-10-101-2/+6
* Initialize iov and iovlen before use.Pawel Jakub Dawidek2009-06-021-0/+2
* - Move from mount(2) to nmount(2). This should allow to convert MNT_SNAPSHOTPawel Jakub Dawidek2009-05-291-31/+37
* Make sure we don't pass garbage to the kernel.Poul-Henning Kamp2004-12-081-1/+2
* Style nit in previous commit.Dag-Erling Smørgrav2004-01-271-1/+1
* Preserve acls option on mounts when taking a snapshot.Kirk McKusick2004-01-271-1/+5
* Check that the user running mksnap_ffs has permission to create andKirk McKusick2003-11-041-1/+33
* style(9): sort functions.Tom Rhodes2003-10-291-8/+8
* Properly prototype C function usage().Tom Rhodes2003-10-291-1/+3
* Close out a possible race where anybody in group operator couldKirk McKusick2003-03-021-2/+11
* Add the mksnap_ffs command to the sbin directory. This setuid rootKirk McKusick2003-03-021-0/+82