aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kzip/kzip.c
Commit message (Expand)AuthorAgeFilesLines
* Good-bye cruel world.Sheldon Hearn2000-11-021-337/+0
* Don't call err() with no format string.Kris Kennaway2000-07-101-8/+8
* Fix buffer overflow copying the ``kernel'' command-line argument intoSheldon Hearn2000-03-291-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use -aout for kernels right now. This will have to be changed back ifJordan K. Hubbard1998-09-141-1/+2
* Look for kzhead.o and kztail.o in /usr/lib/aout.John Hay1998-06-011-3/+3
* Use err(3). Mdoc'ify man page.Philippe Charnier1997-07-181-56/+42
* Don't depend upon the kernel load address being 0xf0100000.Tor Egge1997-06-241-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* kzip's usage() does not show the ``-v'' verbose optionNate Williams1996-08-161-2/+2
* Support for using overlapping kzip kernels that are overwritten duringPeter Wemm1995-10-061-13/+102
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
* Do kernels up to 2Mb.Poul-Henning Kamp1995-04-251-2/+7
* This program to compress a kernel with. You loose all the symbols, soPoul-Henning Kamp1995-04-151-0/+254