aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/btxld
Commit message (Collapse)AuthorAgeFilesLines
* Make this work on different endianness machines.Ruslan Ermilov2003-03-114-173/+100
| | | | | | | | | | | Tested on: sparc64 : FreeBSD/i386 bootstrap loader, Revision 1.1 : (ru@panther.freebsd.org, Tue Mar 11 05:31:14 PST 2003) : Loading /boot/defaults/loader.conf Notes: svn path=/head/; revision=112092
* Added MI version of <sys/imgact_aout.h>, "a.out.h", which isRuslan Ermilov2003-02-042-2/+87
| | | | | | | | | | always compatible with the i386 version. This fixes one of the problems I had cross-releasing i386 on Alpha: the produced "-f aout" binaries are now identical. Notes: svn path=/head/; revision=110345
* Get howmany() macro from <sys/param.h>, instead of depending on itsMike Barcroft2002-09-241-1/+1
| | | | | | | existence in <sys/types.h>. Notes: svn path=/head/; revision=103917
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-1/+1
| | | | Notes: svn path=/head/; revision=81687
* Unset MAINTAINER.Robert Nordier2001-07-211-2/+0
| | | | Notes: svn path=/head/; revision=80084
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-2/+0
| | | | Notes: svn path=/head/; revision=80022
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Set MAINTAINER.Robert Nordier2000-10-021-0/+2
| | | | Notes: svn path=/head/; revision=66555
* o Allow btxld to be compiled on 64-bit machinesMarcel Moolenaar2000-01-044-18/+24
| | | | | | | | | | | o s/unsigned/unsigned int/g o Add -Wall btxld can now be built as a cross-tool for cross-building i386/pc98 on platforms that don't have btxld (such as alpha). Notes: svn path=/head/; revision=55416
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
| | | | Notes: svn path=/head/; revision=50479
* Enable client entry point support.Robert Nordier1998-09-131-1/+5
| | | | Notes: svn path=/head/; revision=39125
* btxld is a link editor for BTX (boot extender) clients, supporting ELF,Robert Nordier1998-09-126-0/+882
a.out, and binary formats. Notes: svn path=/cvs2svn/branches/RNORDIER/; revision=39092