aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/btxld
Commit message (Expand)AuthorAgeFilesLines
* Reuse our roundup2() macro instead of reinventing the wheel.Pedro F. Giffuni2016-04-181-3/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+0
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-1/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
| |/ |/|
* | In puthdr(), start the ELF .data section on a new page, as this isChristian Brueffer2014-02-251-1/+1
|/
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* 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-232-2/+6
* Fix the same problem that was fixed in rev. 1.6 and got reintroducedRuslan Ermilov2005-02-191-0/+5
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Adjust the system endian and a.out headers to be more MI and cross-buildingDavid E. O'Brien2004-06-223-95/+94
* Make this work on different endianness machines.Ruslan Ermilov2003-03-114-173/+100
* Added MI version of <sys/imgact_aout.h>, "a.out.h", which isRuslan Ermilov2003-02-042-2/+87
* Get howmany() macro from <sys/param.h>, instead of depending on itsMike Barcroft2002-09-241-1/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-1/+1
* Unset MAINTAINER.Robert Nordier2001-07-211-2/+0
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-2/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Set MAINTAINER.Robert Nordier2000-10-021-0/+2
* o Allow btxld to be compiled on 64-bit machinesMarcel Moolenaar2000-01-044-18/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* 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-126-0/+882