| Commit message (Expand) | Author | Age | Files | Lines |
* | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | jhb | 2007-10-24 | 1 | -0/+4 |
* | Optimize for size on pc98. It enables to boot a kernel again. | nyan | 2007-10-15 | 1 | -0/+3 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 1 | -7/+3 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -50/+0 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 1 | -0/+3 |
* | Match sys/boot in ensure GCC does not use x86 FP registers in integer code. | obrien | 2005-06-03 | 1 | -1/+2 |
* | Back out revision 1.51, it is wrong. We don't litter -I's within lib | obrien | 2005-05-31 | 1 | -1/+1 |
* | Make bzip2 support working again after bzip2 upgrade. This time commit | sobomax | 2005-05-29 | 1 | -4/+19 |
* | Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise | sobomax | 2005-05-29 | 1 | -1/+1 |
* | Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that the | peter | 2005-05-20 | 1 | -1/+1 |
* | Clean up an additional file. | obrien | 2005-05-17 | 1 | -0/+1 |
* | Don't use a patch w/in /usr/src. Programmatically change files when needed. | obrien | 2005-05-17 | 1 | -11/+10 |
* | Re-enable support for bzip2'ed compressed filesystems. | obrien | 2005-05-17 | 1 | -5/+10 |
* | Temporarily disable support for bzip2'ed compressed filesystems, until a | obrien | 2005-05-17 | 1 | -22/+1 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -2/+2 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -2/+2 |
* | Update libstand makefile for zlib 1.2.1. | tjr | 2004-07-01 | 1 | -3/+3 |
* | Removed duplicate SRCS. | ru | 2004-01-11 | 1 | -1/+0 |
* | PowerPC-conditional changes: | grehan | 2003-12-10 | 1 | -1/+7 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | ru | 2003-06-30 | 1 | -1/+0 |
* | Add amd64 build glue | peter | 2003-06-26 | 1 | -1/+22 |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 1 | -1/+1 |
* | Add the libz derived files, added in the previous commit, to | marcel | 2002-10-19 | 1 | -0/+2 |
* | Reimplement malloc/free debugging that includes the offending file:line | peter | 2002-07-20 | 1 | -5/+19 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -4/+1 |
* | Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures. | obrien | 2002-04-09 | 1 | -2/+2 |
* | Break the sparc64 build. I expect those that complained about this commit | obrien | 2002-04-09 | 1 | -2/+0 |
* | sparc64 grew _setjmp/_longjmp. | obrien | 2002-04-08 | 1 | -2/+0 |
* | Use -ffreestanding. | obrien | 2002-04-08 | 1 | -3/+1 |
* | Add -ffreestanding to CFLAGS for ia64. This should probably be global | peter | 2002-03-19 | 1 | -0/+2 |
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | sobomax | 2002-03-17 | 1 | -0/+1 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 1 | -6/+4 |
* | Fixed world breakage in previous commit. The generated headers are in | bde | 2002-02-02 | 1 | -1/+1 |
* | Complete bzip2-1.0.2 import. | sobomax | 2002-02-01 | 1 | -5/+17 |
* | Remove the -I../libc/${MACHINE_ARCH} that was there solely for | peter | 2001-10-26 | 1 | -3/+0 |
* | Make this Makefile suitable for sparc64. | robert | 2001-10-15 | 1 | -2/+5 |
* | Add support for loading bzip2-compressed filesystems. Among other things | sobomax | 2001-09-18 | 1 | -1/+10 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
* | A quick and dirty port of libstand to ia64. | dfr | 2001-03-06 | 1 | -0/+15 |
* | Honor the ip address given in the root-path dhcp option. | ps | 2000-11-05 | 1 | -5/+1 |
* | Inital PowerPC loader build support. | obrien | 2000-10-10 | 1 | -1/+4 |
* | Add the -mpreferred-stack-boundary=2 option to reduce code bloat. We | peter | 2000-08-11 | 1 | -0/+4 |
* | Add a readdir function to the loader fsops vector, and implement the | jlemon | 2000-04-29 | 1 | -2/+2 |
* | Break out sendudp and readudp from net.c. This is for PXE, so it | ps | 2000-04-08 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Don't build with -g. The a.out egcs can't handle it at the moment. | jdp | 1999-04-22 | 1 | -2/+2 |
* | Copy _setjmp.S from libc in preparation for loader-specific version. | dcs | 1999-02-12 | 1 | -2/+2 |
* | Remove stray .endif from previous commit (I hope this is right) | peter | 1998-11-04 | 1 | -2/+1 |
* | Well I never. Seems like _setjmp()/_longjmp() are just what the doctor | msmith | 1998-11-04 | 1 | -5/+5 |
* | Don't try to build (nonexistent) Alpha setjmp until we have one. | msmith | 1998-11-04 | 1 | -1/+3 |