Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust the system endian and a.out headers to be more MI and cross-building | obrien | 2004-06-22 | 1 | -0/+1 |
| | | | | | | friendly. Use the systems headers rather than local versions. Reviewed by: ru | ||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -2/+2 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Add support for creating a.out output files in addition to ELF. | rnordier | 2000-11-04 | 1 | -4/+24 |
| | | | | | | This allows booting from compressed binaries using older bootstraps. Thanks to: dwmalone | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | kgzip is a kzip(8) replacement able to compress and link bootable | rnordier | 1999-07-19 | 1 | -0/+80 |
32-bit binaries in both ELF and a.out format. Development sponsored by Global Technology Associates, Inc. Reviewed/tested by: abial |