Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Adjust the system endian and a.out headers to be more MI and cross-building | obrien | 2004-06-22 | 3 | -95/+94 |
| | | | | | | friendly. Use the systems headers rather than local versions. Reviewed by: ru | ||||
* | Make this work on different endianness machines. | ru | 2003-03-11 | 4 | -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 | ||||
* | Added MI version of <sys/imgact_aout.h>, "a.out.h", which is | ru | 2003-02-04 | 2 | -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. | ||||
* | Get howmany() macro from <sys/param.h>, instead of depending on its | mike | 2002-09-24 | 1 | -1/+1 |
| | | | | existence in <sys/types.h>. | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -1/+1 |
| | |||||
* | Unset MAINTAINER. | rnordier | 2001-07-21 | 1 | -2/+0 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -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. | ||||
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -2/+0 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Set MAINTAINER. | rnordier | 2000-10-02 | 1 | -0/+2 |
| | |||||
* | o Allow btxld to be compiled on 64-bit machines | marcel | 2000-01-04 | 4 | -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). | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
| | |||||
* | Enable client entry point support. | rnordier | 1998-09-13 | 1 | -1/+5 |
| | |||||
* | btxld is a link editor for BTX (boot extender) clients, supporting ELF, | rnordier | 1998-09-12 | 6 | -0/+882 |
a.out, and binary formats. |