summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip/kgzcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+1
| | | | | | | | longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers.
* Add support for creating a.out output files in addition to ELF.rnordier2000-11-041-16/+28
| | | | | | This allows booting from compressed binaries using older bootstraps. Thanks to: dwmalone
* Don't call err() without a format string.kris2000-07-121-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* kgzip is a kzip(8) replacement able to compress and link bootablernordier1999-07-191-0/+215
32-bit binaries in both ELF and a.out format. Development sponsored by Global Technology Associates, Inc. Reviewed/tested by: abial
OpenPOWER on IntegriCloud