summaryrefslogtreecommitdiff
path: root/usr.bin/size
Commit message (Collapse)AuthorAgeFilesLines
* Install the legacy man file in section 1aout.John Birrell1998-09-071-0/+1
| | | | Notes: svn path=/head/; revision=38899
* Fixed printf format errors.Bruce Evans1998-07-061-3/+3
| | | | Notes: svn path=/head/; revision=37453
* ELF preparation step 1:Søren Schmidt1998-05-251-0/+1
| | | | | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow... Notes: svn path=/head/; revision=36374
* Use err(3) instead of local redefinition.Philippe Charnier1997-08-113-36/+12
| | | | Notes: svn path=/head/; revision=28069
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Use the .At macro where appropriate.Mike Pritchard1996-08-232-2/+4
| | | | Notes: svn path=/head/; revision=17787
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+274
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590