summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip/kgzcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert..julian2004-09-011-2/+0
| | | | not needed now
* When non kernel programs try to define _KERNELjulian2004-09-011-0/+2
| | | | | | | | | it always ends in tears. this is a temporary hack.. we'll remove it in a short while. I'll set teh MFC to remind me MFC after: 1 week
* Adjust the system endian and a.out headers to be more MI and cross-buildingobrien2004-06-221-21/+23
| | | | | | friendly. Use the systems headers rather than local versions. Reviewed by: ru
* Convert kgzip(8) to be an i386 cross-tool. This is needed forru2003-03-111-16/+25
| | | | | | | cross-releasing i386 on different architectures. This version provides an i386 version of <a.out.h>, and handles endianness. Tested on: alpha, sparc64
* Get rid of the randomizing factor.ru2003-03-091-1/+1
|
* Make this work on non-i386 as well. (Needed for cross-releases.)ru2003-02-041-1/+0
|
* 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