aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use GCC's __SOFTFP__ to test whether we're being compiledMarcel Moolenaar2009-05-311-1/+1
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-1/+3
* Let libstand(3) build on ARM.Rafal Jaworowski2008-10-141-1/+9
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+1
* _setjmp.o was missing a dependency on "machine".Ruslan Ermilov2008-04-291-3/+1
* Don't forget to clean the "machine" symlink on amd64, otherwise badRuslan Ermilov2008-04-291-0/+3
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-241-0/+4
* Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-151-0/+3
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-061-7/+3
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-50/+0
* Add -mno-sse3 for prescott/noconaAndrey A. Chernov2005-07-151-0/+3
* Match sys/boot in ensure GCC does not use x86 FP registers in integer code.David E. O'Brien2005-06-031-1/+2
* Back out revision 1.51, it is wrong. We don't litter -I's within libDavid E. O'Brien2005-05-311-1/+1
* Make bzip2 support working again after bzip2 upgrade. This time commitMaxim Sobolev2005-05-291-4/+19
* Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwiseMaxim Sobolev2005-05-291-1/+1
* Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that thePeter Wemm2005-05-201-1/+1
* Clean up an additional file.David E. O'Brien2005-05-171-0/+1
* Don't use a patch w/in /usr/src. Programmatically change files when needed.David E. O'Brien2005-05-171-11/+10
* Re-enable support for bzip2'ed compressed filesystems.David E. O'Brien2005-05-171-5/+10
* Temporarily disable support for bzip2'ed compressed filesystems, until aDavid E. O'Brien2005-05-171-22/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-2/+2
* Update libstand makefile for zlib 1.2.1.Tim J. Robbins2004-07-011-3/+3
* Removed duplicate SRCS.Ruslan Ermilov2004-01-111-1/+0
* PowerPC-conditional changes:Peter Grehan2003-12-101-1/+7
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripRuslan Ermilov2003-06-301-1/+0
* Add amd64 build gluePeter Wemm2003-06-261-1/+22
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
* Add the libz derived files, added in the previous commit, toMarcel Moolenaar2002-10-191-0/+2
* Reimplement malloc/free debugging that includes the offending file:linePeter Wemm2002-07-201-5/+19
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-4/+1
* Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures.David E. O'Brien2002-04-091-2/+2
* Break the sparc64 build. I expect those that complained about this commitDavid E. O'Brien2002-04-091-2/+0
* sparc64 grew _setjmp/_longjmp.David E. O'Brien2002-04-081-2/+0
* Use -ffreestanding.David E. O'Brien2002-04-081-3/+1
* Add -ffreestanding to CFLAGS for ia64. This should probably be globalPeter Wemm2002-03-191-0/+2
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-171-0/+1
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-6/+4
* Fixed world breakage in previous commit. The generated headers are inBruce Evans2002-02-021-1/+1
* Complete bzip2-1.0.2 import.Maxim Sobolev2002-02-011-5/+17
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forPeter Wemm2001-10-261-3/+0
* Make this Makefile suitable for sparc64.Robert Drehmel2001-10-151-2/+5
* Add support for loading bzip2-compressed filesystems. Among other thingsMaxim Sobolev2001-09-181-1/+10
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* A quick and dirty port of libstand to ia64.Doug Rabson2001-03-061-0/+15
* Honor the ip address given in the root-path dhcp option.Paul Saab2000-11-051-5/+1
* Inital PowerPC loader build support.David E. O'Brien2000-10-101-1/+4
* Add the -mpreferred-stack-boundary=2 option to reduce code bloat. WePeter Wemm2000-08-111-0/+4
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-2/+2
* Break out sendudp and readudp from net.c. This is for PXE, so itPaul Saab2000-04-081-1/+1