Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -4/+4 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | Delete BUGS: dubious style and not relevant/accurate | 2019-02-10 | 1 | -5/+1 | |
| | | | | Noticed by deraadt@ | ||||
* | Add a warning that scan_ffs doesn't support FFS2 filesystems | 2019-02-10 | 1 | -1/+5 | |
| | | | | Hints and wording from jmc@ | ||||
* | Drop useless .TH line; ok jmc@ | 2019-02-10 | 1 | -3/+2 | |
| | |||||
* | Prefer <fcntl.h> over <sys/fcntl.h> in userland | 2018-04-26 | 1 | -6/+7 | |
| | | | | | | While here, delete some extra #includes and apply style(9) sort rules. ok deraadt@ krw@ mpi@ | ||||
* | remove redundant variable declarations in Makefiles, since those are | 2017-07-09 | 1 | -2/+1 | |
| | | | | | | the default. okay millert@ | ||||
* | Use pledge "disklabel" as needed. The theory here is these tools become more | 2015-11-23 | 1 | -1/+4 | |
| | | | | | resistant against memory correctup, if a corrupt filesystem is given to them. ok krw | ||||
* | After the disk is opened, this can pledge "stdio". | 2015-10-11 | 1 | -1/+4 | |
| | | | | ok doug | ||||
* | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | 2015-01-20 | 1 | -2/+1 | |
| | | | | | delete <sys/param.h> if now possible ok guenther | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+3 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | Sprinkle (long long) casts where %lld is being used to print daddr_t | 2013-11-01 | 1 | -5/+8 | |
| | | | | | | variables. Some random whitespace/knf repairs encountered on the way. ok miod@ on inspection, feedback & more suggestions from millert@ | ||||
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | 2013-06-11 | 1 | -4/+4 | |
| | | | | | test period; i think 3 years ago the last bugs fell out. ok otto beck others | ||||
* | handle large time_t | 2013-04-02 | 1 | -2/+5 | |
| | |||||
* | Remove two stray references to the departed -r argument to disklabel. | 2008-03-23 | 1 | -4/+4 | |
| | | | | Pointed out by jmc@ | ||||
* | daddr_t -> daddr64_t; ok pedro@ thib@ | 2007-06-22 | 1 | -10/+15 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Add FFS2 fields to the superblock, change file system tools to keep | 2007-03-19 | 1 | -6/+6 | |
| | | | | | accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | ||||
* | - sort options | 2006-09-11 | 1 | -21/+11 | |
| | | | | - no need for .Pp between list items | ||||
* | Use argv[0] where argv[0] is meant, Nicholas Marriott | 2006-06-28 | 1 | -2/+2 | |
| | |||||
* | mention /var/backups; | 2004-12-14 | 1 | -2/+5 | |
| | | | | ok otto@ | ||||
* | no need for extra param; Mathias@enloco.net | 2004-02-16 | 1 | -5/+7 | |
| | |||||
* | missing protos | 2003-07-02 | 1 | -3/+3 | |
| | |||||
* | Kill clause 3 & 4 on some of my code. | 2003-06-03 | 2 | -12/+2 | |
| | |||||
* | ansi | 2002-07-03 | 1 | -17/+17 | |
| | |||||
* | major -Wall cleanup, almost complete | 2001-07-07 | 1 | -3/+3 | |
| | |||||
* | Small cleanup patch from <mpech@prosoft.org.lv>. | 2001-01-26 | 1 | -6/+9 | |
| | | | | niklas@ ok. | ||||
* | Change all option list specifications to ".Bl -tag -width Ds". Most man | 2000-11-09 | 1 | -2/+2 | |
| | | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | ||||
* | Remove hard sentence breaks, and some other cleanup along the way. | 2000-03-18 | 1 | -19/+29 | |
| | |||||
* | Finish standardizing options list introduction. | 2000-03-05 | 1 | -2/+2 | |
| | |||||
* | remove redundant .Pp macros | 1999-07-03 | 1 | -2/+1 | |
| | |||||
* | Some large partition fixes | 1999-06-08 | 1 | -6/+6 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | 1998-12-15 | 1 | -2/+2 | |
| | |||||
* | more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes | 1998-11-11 | 1 | -4/+4 | |
| | |||||
* | sbin/ man page fixes | 1998-09-17 | 1 | -2/+2 | |
| | |||||
* | More man page fixes. Particularly fix uses of it's/its, affect/effect, | 1998-09-07 | 1 | -3/+3 | |
| | | | | | then/than and such. Other miscellaneous problems fixed across these source files. | ||||
* | use Xr more often | 1998-04-28 | 1 | -2/+4 | |
| | |||||
* | Wall | 1998-03-28 | 1 | -2/+5 | |
| | |||||
* | special -> device | 1998-02-05 | 1 | -2/+2 | |
| | |||||
* | Add man page. I don't know which revision this one is, I might have | 1998-02-05 | 2 | -2/+145 | |
| | | | | a newer version of this utility to commit later... | ||||
* | fix usage string | 1998-02-04 | 1 | -2/+2 | |
| | |||||
* | very handy program that scans a device for filesystems; from niklas & weingart. | 1998-02-04 | 2 | -0/+172 | |
Needs a man page, anyone willing? |