| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use GCC's __SOFTFP__ to test whether we're being compiled | Marcel Moolenaar | 2009-05-31 | 1 | -1/+1 |
| * | Fix build when WITH_SSP is set explicitly. | Ruslan Ermilov | 2009-02-21 | 1 | -1/+3 |
| * | Let libstand(3) build on ARM. | Rafal Jaworowski | 2008-10-14 | 1 | -1/+9 |
| * | Enable GCC stack protection (aka Propolice) for userland: | Ruslan Ermilov | 2008-06-25 | 1 | -0/+1 |
| * | _setjmp.o was missing a dependency on "machine". | Ruslan Ermilov | 2008-04-29 | 1 | -3/+1 |
| * | Don't forget to clean the "machine" symlink on amd64, otherwise bad | Ruslan Ermilov | 2008-04-29 | 1 | -0/+3 |
| * | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | John Baldwin | 2007-10-24 | 1 | -0/+4 |
| * | Optimize for size on pc98. It enables to boot a kernel again. | Yoshihiro Takahashi | 2007-10-15 | 1 | -0/+3 |
| * | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | Olivier Houchard | 2006-11-06 | 1 | -7/+3 |
| * | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 1 | -50/+0 |
| * | Add -mno-sse3 for prescott/nocona | Andrey A. Chernov | 2005-07-15 | 1 | -0/+3 |
| * | Match sys/boot in ensure GCC does not use x86 FP registers in integer code. | David E. O'Brien | 2005-06-03 | 1 | -1/+2 |
| * | Back out revision 1.51, it is wrong. We don't litter -I's within lib | David E. O'Brien | 2005-05-31 | 1 | -1/+1 |
| * | Make bzip2 support working again after bzip2 upgrade. This time commit | Maxim Sobolev | 2005-05-29 | 1 | -4/+19 |
| * | Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise | Maxim Sobolev | 2005-05-29 | 1 | -1/+1 |
| * | Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that the | Peter Wemm | 2005-05-20 | 1 | -1/+1 |
| * | Clean up an additional file. | David E. O'Brien | 2005-05-17 | 1 | -0/+1 |
| * | Don't use a patch w/in /usr/src. Programmatically change files when needed. | David E. O'Brien | 2005-05-17 | 1 | -11/+10 |
| * | Re-enable support for bzip2'ed compressed filesystems. | David E. O'Brien | 2005-05-17 | 1 | -5/+10 |
| * | Temporarily disable support for bzip2'ed compressed filesystems, until a | David E. O'Brien | 2005-05-17 | 1 | -22/+1 |
| * | NODOCCOMPRESS -> NO_DOCCOMPRESS | Ruslan Ermilov | 2004-12-21 | 1 | -2/+2 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -2/+2 |
| * | Update libstand makefile for zlib 1.2.1. | Tim J. Robbins | 2004-07-01 | 1 | -3/+3 |
| * | Removed duplicate SRCS. | Ruslan Ermilov | 2004-01-11 | 1 | -1/+0 |
| * | PowerPC-conditional changes: | Peter Grehan | 2003-12-10 | 1 | -1/+7 |
| * | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | Ruslan Ermilov | 2003-06-30 | 1 | -1/+0 |
| * | Add amd64 build glue | Peter Wemm | 2003-06-26 | 1 | -1/+22 |
| * | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | Jake Burkholder | 2002-12-19 | 1 | -1/+1 |
| * | Add the libz derived files, added in the previous commit, to | Marcel Moolenaar | 2002-10-19 | 1 | -0/+2 |
| * | Reimplement malloc/free debugging that includes the offending file:line | Peter Wemm | 2002-07-20 | 1 | -5/+19 |
| * | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 1 | -4/+1 |
| * | Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures. | David E. O'Brien | 2002-04-09 | 1 | -2/+2 |
| * | Break the sparc64 build. I expect those that complained about this commit | David E. O'Brien | 2002-04-09 | 1 | -2/+0 |
| * | sparc64 grew _setjmp/_longjmp. | David E. O'Brien | 2002-04-08 | 1 | -2/+0 |
| * | Use -ffreestanding. | David E. O'Brien | 2002-04-08 | 1 | -3/+1 |
| * | Add -ffreestanding to CFLAGS for ia64. This should probably be global | Peter Wemm | 2002-03-19 | 1 | -0/+2 |
| * | Add splitfs vfs layer into libstand, which allows loading big kernels and | Maxim Sobolev | 2002-03-17 | 1 | -0/+1 |
| * | Add the following functions/macros to support byte order conversions and | Thomas Moestl | 2002-02-27 | 1 | -6/+4 |
| * | Fixed world breakage in previous commit. The generated headers are in | Bruce Evans | 2002-02-02 | 1 | -1/+1 |
| * | Complete bzip2-1.0.2 import. | Maxim Sobolev | 2002-02-01 | 1 | -5/+17 |
| * | Remove the -I../libc/${MACHINE_ARCH} that was there solely for | Peter Wemm | 2001-10-26 | 1 | -3/+0 |
| * | Make this Makefile suitable for sparc64. | Robert Drehmel | 2001-10-15 | 1 | -2/+5 |
| * | Add support for loading bzip2-compressed filesystems. Among other things | Maxim Sobolev | 2001-09-18 | 1 | -1/+10 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -1/+1 |
| * | A quick and dirty port of libstand to ia64. | Doug Rabson | 2001-03-06 | 1 | -0/+15 |
| * | Honor the ip address given in the root-path dhcp option. | Paul Saab | 2000-11-05 | 1 | -5/+1 |
| * | Inital PowerPC loader build support. | David E. O'Brien | 2000-10-10 | 1 | -1/+4 |
| * | Add the -mpreferred-stack-boundary=2 option to reduce code bloat. We | Peter Wemm | 2000-08-11 | 1 | -0/+4 |
| * | Add a readdir function to the loader fsops vector, and implement the | Jonathan Lemon | 2000-04-29 | 1 | -2/+2 |
| * | Break out sendudp and readudp from net.c. This is for PXE, so it | Paul Saab | 2000-04-08 | 1 | -1/+1 |