aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kgzip/kgzip.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove kgzip and kgzldr.Xin LI2019-05-241-53/+0
| | | | | | | | | PR: 183666, 229763 Submitted by: Yoshihiro Ota <ota at j.email.ne.jp> Differential Revision: https://reviews.freebsd.org/D20248 Notes: svn path=/head/; revision=348225
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* Add support for creating a.out output files in addition to ELF.Robert Nordier2000-11-041-0/+4
| | | | | | | | | This allows booting from compressed binaries using older bootstraps. Thanks to: dwmalone Notes: svn path=/head/; revision=68313
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* kgzip is a kzip(8) replacement able to compress and link bootableRobert Nordier1999-07-191-0/+47
32-bit binaries in both ELF and a.out format. Development sponsored by Global Technology Associates, Inc. Reviewed/tested by: abial Notes: svn path=/cvs2svn/branches/RNORDIER/; revision=48905