Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
| | |||||
* | An old patch from Dan Lukes <dan at obluda.cz>: | delphij | 2006-01-23 | 1 | -0/+2 |
| | | | | | | | | | + Include netinet/in.h for ntohl() * Since the return value was tested separately, cast the values to size_t in order to shut up compiler warnings. + Raise WARNS= level to 6 PR: bin/71666 | ||||
* | Adjust the system endian and a.out headers to be more MI and cross-building | obrien | 2004-06-22 | 1 | -1/+0 |
| | | | | | | friendly. Use the systems headers rather than local versions. Reviewed by: ru | ||||
* | Make this work on different endianness machines. | ru | 2003-03-11 | 1 | -0/+1 |
| | | | | | | | | 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 | ||||
* | 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 |
| | |||||
* | Set MAINTAINER. | rnordier | 2000-10-02 | 1 | -0/+2 |
| | |||||
* | o Allow btxld to be compiled on 64-bit machines | marcel | 2000-01-04 | 1 | -0/+2 |
| | | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | btxld is a link editor for BTX (boot extender) clients, supporting ELF, | rnordier | 1998-09-12 | 1 | -0/+7 |
a.out, and binary formats. |