mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Change default init sizes from 64 kB to 60 kB, since the block device
interface limits it to this anyway. Change the name of the v flag variable from 'verbose' to 'vflag', indicating the multiple use (verbose or verify). Add -S flag to specify the size of some operations.
This commit is contained in:
parent
08b9eaf32b
commit
7010e4d64a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52195
@ -32,13 +32,16 @@
|
||||
* in contract, strict liability, or tort (including negligence or
|
||||
* otherwise) arising in any way out of the use of this software, even if
|
||||
* advised of the possibility of such damage.
|
||||
*
|
||||
*/
|
||||
|
||||
/* $FreeBSD$ */
|
||||
/*
|
||||
* $Id: vext.h,v 1.13 1999/10/12 05:41:36 grog Exp grog $
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define MAXARGS 64 /* maximum number of args on a line */
|
||||
#define PLEXINITSIZE 61440 /* this is what the system does somewhere */
|
||||
#define PLEXINITSIZE 65536 /* init in this size chunks */
|
||||
#define MAXPLEXINITSIZE 65536 /* max chunk size to use for init */
|
||||
#define MAXDATETEXT 128 /* date text in history (far too much) */
|
||||
|
||||
enum {
|
||||
@ -135,10 +138,11 @@ u_int64_t sizespec(char *spec);
|
||||
void timestamp();
|
||||
|
||||
extern int force; /* set to 1 to force some dangerous ops */
|
||||
extern int verbose; /* set verbose operation */
|
||||
extern int vflag; /* set verbose operation or verify */
|
||||
extern int Verbose; /* very verbose operation */
|
||||
extern int recurse; /* set recursion */
|
||||
extern int sflag; /* show statistics */
|
||||
extern int SSize; /* sector size for revive */
|
||||
extern int dowait; /* wait for children to exit */
|
||||
extern char *objectname; /* name for some functions */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user