summaryrefslogtreecommitdiff
path: root/usr.sbin/kgzip/elfhdr.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove kgzip and kgzldr.Xin LI2019-05-241-166/+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
* Adjust the system endian and a.out headers to be more MI and cross-buildingDavid E. O'Brien2004-06-221-46/+46
| | | | | | | | | friendly. Use the systems headers rather than local versions. Reviewed by: ru Notes: svn path=/head/; revision=130927
* Convert kgzip(8) to be an i386 cross-tool. This is needed forRuslan Ermilov2003-03-111-45/+46
| | | | | | | | | | cross-releasing i386 on different architectures. This version provides an i386 version of <a.out.h>, and handles endianness. Tested on: alpha, sparc64 Notes: svn path=/head/; revision=112089
* $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/+163
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