summaryrefslogtreecommitdiff
path: root/usr.bin/size
AgeCommit message (Collapse)Author
2001-07-18-Wall cleanupPeter Valchev
2001-05-31- remove emalloc() and erealloc() wrapper functions that are only used oncesmart
- standard function prototypes - replace an fprintf(stderr,...) with a warnx() Shrinks source by 25 lines and executable by 43 bytes on i386. deraadt@ ok
2001-05-30The 'file' argument is optional since if one is not given the programssmart
try a.out. deraadt@ ok
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-10Various cleanups and standardization.Aaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-10Fixes endianess problems with old a.out tools. This makes buildingMarc Espie
some cross toolchains possible. This also changes some utilities's behavior slightly: - nm, strip, size now handle any a.out format they know about. - ranlib complains if it detects mixed archives (several object formats for different boxes). In the presence of mixed objects, you still have file, ranlib or ld to prevent you from getting too confused...
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-05-11work on files linked with -Z tooNiklas Hallqvist
1998-05-11Support building for cross purposesNiklas Hallqvist
1997-09-21$OpenBSD$Theo de Raadt
1997-09-11cleanup -WallTheo de Raadt
1997-08-23sync usage() to manMichael Shalayeff
1997-01-28for total use -t; tsarna@endicor.comTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-09-03detect wrong architectureTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-01-15from netbsd; Add capability to read archives (from Thomas Eberhardt; PR#497)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt