summaryrefslogtreecommitdiffstats
path: root/usr.bin/kzip
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add missing argument to synopsis.sheldonh1999-06-211-1/+2
| | | | PR: 11805
* Use -aout for kernels right now. This will have to be changed back ifjkh1998-09-141-1/+2
| | | | the kernel goes ELF.
* Look for kzhead.o and kztail.o in /usr/lib/aout.jhay1998-06-011-3/+3
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+3
|
* Use err(3). Mdoc'ify man page.charnier1997-07-182-58/+44
|
* Don't depend upon the kernel load address being 0xf0100000.tegge1997-06-241-2/+2
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Add kzip(8) as supplied with PR# 1507, with some minor cleanup by me.mpp1996-08-212-2/+75
| | | | Submitted by: David E. O'Brien <obrien@nuxi.com>
* kzip's usage() does not show the ``-v'' verbose optionnate1996-08-161-2/+2
| | | | Submitted by: "David E. O'Brien" <obrien@nuxi.cs.ucdavis.edu>
* Support for using overlapping kzip kernels that are overwritten duringpeter1995-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.
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
|
* Do kernels up to 2Mb.phk1995-04-251-2/+7
|
* This program to compress a kernel with. You loose all the symbols, sophk1995-04-152-0/+263
usability is limited. Very useful on fixit floppies &c. Obtained from: Linux via 386BSD
OpenPOWER on IntegriCloud