Up to [cvs.NetBSD.org] / src / sbin / blkdiscard
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 15 21:53:21 2022 UTC (3 months, 3 weeks ago) by andvar
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
fix various typos in documentation and comments. mainly in words functionality, functional, function.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 7 09:33:26 2022 UTC (11 months, 4 weeks ago) by mrg
Branch: MAIN
convert my fdiscard-stuff.c into blkdiscard.c and give it a UI that matches the linux-util version. comes in two forms: blkdiscard equivalent, and the (almost) original interface i used (the "-s" option is conflicting and i've switched to only the not yet implemented secure erase option.) the only real difference is that "fdiscard" mode requires the -R flag to do something, vs blkdiscard needs the -n flag to not do anything. not yet hooked into the build or sets. would like more testing on it to be performed before doing that (but soon.)