summaryrefslogtreecommitdiff
path: root/sbin/mount_vnd/mount_vnd.c
AgeCommit message (Expand)Author
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
2011-01-29no need for fopen, when opendev gives us a perfectly good fd.Ted Unangst
2010-04-12remove pkcs5 implementation here and use the one from bioctl. no libcryptoTed Unangst
2008-09-03Replace -s (sector size) option with more general -t (disktype)Kenneth R Westerback
2008-08-15Add -s option to usage().Joel Sing
2008-08-14Allow the sector size to be specified by the user when configuring aJoel Sing
2008-06-14finish djm@'s job of making mount_vnd -Wall clean, and mark this in theAlexander von Gernler
2007-09-29default to svnds now to accomodate change in the vnd driver.Felix Kronlage
2007-05-27sync usage(); ok grunkJason McIntyre
2007-05-27Prevent buf[-1] access if strlen(buf) == 0.Ray Lai
2007-05-26make mount_vnd a C program by pulling in the vnconfig(8) source and addingAlexander von Gernler