summaryrefslogtreecommitdiff
path: root/usr.sbin/btxld/btxld.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly ignore return value from remove. We wouldn't do anythingWarner Losh2017-12-281-1/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Reuse our roundup2() macro instead of reinventing the wheel.Pedro F. Giffuni2016-04-181-3/+1
* In puthdr(), start the ELF .data section on a new page, as this isChristian Brueffer2014-02-251-1/+1
* The boot loader is a FreeBSD a.out binary for x86, not a VAX binary.Warner Losh2009-09-101-1/+1
* Allow for a zero length 'loader'.Doug Rabson2008-04-051-0/+2
* An old patch from Dan Lukes <dan at obluda.cz>:Xin LI2006-01-231-2/+4
* Fix the same problem that was fixed in rev. 1.6 and got reintroducedRuslan Ermilov2005-02-191-0/+5
* Adjust the system endian and a.out headers to be more MI and cross-buildingDavid E. O'Brien2004-06-221-42/+42
* Make this work on different endianness machines.Ruslan Ermilov2003-03-111-36/+47
* Added MI version of <sys/imgact_aout.h>, "a.out.h", which isRuslan Ermilov2003-02-041-2/+1
* Get howmany() macro from <sys/param.h>, instead of depending on itsMike Barcroft2002-09-241-1/+1
* o Allow btxld to be compiled on 64-bit machinesMarcel Moolenaar2000-01-041-16/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Enable client entry point support.Robert Nordier1998-09-131-1/+5
* btxld is a link editor for BTX (boot extender) clients, supporting ELF,Robert Nordier1998-09-121-0/+550