aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kzip
Commit message (Collapse)AuthorAgeFilesLines
* Use -aout for kernels right now. This will have to be changed back ifJordan K. Hubbard1998-09-141-1/+2
| | | | | | | the kernel goes ELF. Notes: svn path=/head/; revision=39170
* Look for kzhead.o and kztail.o in /usr/lib/aout.John Hay1998-06-011-3/+3
| | | | Notes: svn path=/head/; revision=36574
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+3
| | | | Notes: svn path=/head/; revision=34801
* Use err(3). Mdoc'ify man page.Philippe Charnier1997-07-182-58/+44
| | | | Notes: svn path=/head/; revision=27496
* Don't depend upon the kernel load address being 0xf0100000.Tor Egge1997-06-241-2/+2
| | | | Notes: svn path=/head/; revision=26895
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add kzip(8) as supplied with PR# 1507, with some minor cleanup by me.Mike Pritchard1996-08-212-2/+75
| | | | | | | Submitted by: David E. O'Brien <obrien@nuxi.com> Notes: svn path=/head/; revision=17746
* kzip's usage() does not show the ``-v'' verbose optionNate Williams1996-08-161-2/+2
| | | | | | | Submitted by: "David E. O'Brien" <obrien@nuxi.cs.ucdavis.edu> Notes: svn path=/head/; revision=17633
* Support for using overlapping kzip kernels that are overwritten duringPeter Wemm1995-10-062-17/+103
| | | | | | | | | | | | | uncompression by the "proper" kernel. These changes also add a -v option so you can see how much room you are using, and check to make sure you're not going past the 4MB boundary. This depends on the corresponding changes to sys/i386/boot/kzipboot. Submitted by: Gary Jones(?) <gj@freefall>, and my code merged in. Notes: svn path=/head/; revision=11248
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
| | | | Notes: svn path=/head/; revision=8874
* Do kernels up to 2Mb.Poul-Henning Kamp1995-04-251-2/+7
| | | | Notes: svn path=/head/; revision=8058
* This program to compress a kernel with. You loose all the symbols, soPoul-Henning Kamp1995-04-152-0/+263
usability is limited. Very useful on fixit floppies &c. Obtained from: Linux via 386BSD Notes: svn path=/head/; revision=7843