summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip
Commit message (Collapse)AuthorAgeFilesLines
* Sort sections.ru2005-01-181-2/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* 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
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
|
* Adjust the system endian and a.out headers to be more MI and cross-buildingobrien2004-06-225-258/+70
| | | | | | friendly. Use the systems headers rather than local versions. Reviewed by: ru
* Remove uneeded cast.obrien2003-06-111-1/+1
|
* This appears to be WARNS=3 safe.obrien2003-06-111-0/+2
|
* Do not refer to the non-existant BDECFLAGS.obrien2003-06-111-2/+0
|
* Convert kgzip(8) to be an i386 cross-tool. This is needed forru2003-03-114-61/+262
| | | | | | | cross-releasing i386 on different architectures. This version provides an i386 version of <a.out.h>, and handles endianness. Tested on: alpha, sparc64
* Make usage() match SYNOPSIS.ru2003-03-091-1/+1
|
* 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-042-2/+3
|
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-1/+1
|
* Unset MAINTAINER.rnordier2001-07-211-2/+0
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+2
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-5/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Fix the type of the NULL arg to execl()brian2001-07-092-3/+3
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-022-2/+3
| | | | | | | | 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.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Wrap over-long line; drop superfluous include.rnordier2000-11-202-3/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Add support for creating a.out output files in addition to ELF.rnordier2000-11-048-28/+224
| | | | | | This allows booting from compressed binaries using older bootstraps. Thanks to: dwmalone
* Set MAINTAINER.rnordier2000-10-021-0/+2
|
* Cleanup of TMPDIR code.kris2000-08-031-5/+5
| | | | Requested by: bde (ages ago)
* Don't call err() without a format string.kris2000-07-121-1/+1
|
* Fix insecure tempfile handling.kris2000-01-161-5/+10
| | | | Reviewed by: audit@freebsd.org
* Now that we have an elf(5) we can x-ref it here.billf1999-12-201-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
|
* kgzip is a kzip(8) replacement able to compress and link bootablernordier1999-07-1910-0/+1066
32-bit binaries in both ELF and a.out format. Development sponsored by Global Technology Associates, Inc. Reviewed/tested by: abial
OpenPOWER on IntegriCloud