History log of /freebsd-10-stable/usr.sbin/kgzip/kgzcmp.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 134617 01-Sep-2004 julian

Revert..
not needed now


# 134613 01-Sep-2004 julian

When non kernel programs try to define _KERNEL
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


# 130927 22-Jun-2004 obrien

Adjust the system endian and a.out headers to be more MI and cross-building
friendly. Use the systems headers rather than local versions.

Reviewed by: ru


# 112089 11-Mar-2003 ru

Convert kgzip(8) to be an i386 cross-tool. This is needed for
cross-releasing i386 on different architectures. This version
provides an i386 version of <a.out.h>, and handles endianness.

Tested on: alpha, sparc64


# 112047 09-Mar-2003 ru

Get rid of the randomizing factor.


# 110330 04-Feb-2003 ru

Make this work on non-i386 as well. (Needed for cross-releases.)


# 79452 09-Jul-2001 brian

Fix the type of the NULL arg to execl()

Idea from: Theo de Raadt <deraadt@openbsd.org>


# 76224 02-May-2001 obrien

* include/elf.h has been repo copied to include/elf-hints.h, and it no
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.


# 68313 04-Nov-2000 rnordier

Add support for creating a.out output files in addition to ELF.
This allows booting from compressed binaries using older bootstraps.

Thanks to: dwmalone


# 62986 11-Jul-2000 kris

Don't call err() without a format string.


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48906 19-Jul-1999 rnordier

This commit was generated by cvs2svn to compensate for changes in r48905,
which included commits to RCS files with non-trunk default branches.


# 48905 19-Jul-1999 rnordier

kgzip is a kzip(8) replacement able to compress and link bootable
32-bit binaries in both ELF and a.out format.

Development sponsored by Global Technology Associates, Inc.

Reviewed/tested by: abial