summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Teach libstand what to do for powerpc64: the same thing as powerpc. Likenwhitehorn2010-07-101-6/+8
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
* Use GCC's __SOFTFP__ to test whether we're being compiledmarcel2009-05-311-1/+1
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-1/+3
* Let libstand(3) build on ARM.raj2008-10-141-1/+9
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+1
* _setjmp.o was missing a dependency on "machine".ru2008-04-291-3/+1
* Don't forget to clean the "machine" symlink on amd64, otherwise badru2008-04-291-0/+3
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-0/+4
* Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-151-0/+3
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-061-7/+3
* Remove alpha left-overs.ru2006-08-221-50/+0
* Add -mno-sse3 for prescott/noconaache2005-07-151-0/+3
* Match sys/boot in ensure GCC does not use x86 FP registers in integer code.obrien2005-06-031-1/+2
* Back out revision 1.51, it is wrong. We don't litter -I's within libobrien2005-05-311-1/+1
* Make bzip2 support working again after bzip2 upgrade. This time commitsobomax2005-05-291-4/+19
* Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwisesobomax2005-05-291-1/+1
* Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that thepeter2005-05-201-1/+1
* Clean up an additional file.obrien2005-05-171-0/+1
* Don't use a patch w/in /usr/src. Programmatically change files when needed.obrien2005-05-171-11/+10
* Re-enable support for bzip2'ed compressed filesystems.obrien2005-05-171-5/+10
* Temporarily disable support for bzip2'ed compressed filesystems, until aobrien2005-05-171-22/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-2/+2
* For variables that are only checked with defined(), don't provideru2004-10-241-2/+2
* Update libstand makefile for zlib 1.2.1.tjr2004-07-011-3/+3
* Removed duplicate SRCS.ru2004-01-111-1/+0
* PowerPC-conditional changes:grehan2003-12-101-1/+7
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-301-1/+0
* Add amd64 build gluepeter2003-06-261-1/+22
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* Add the libz derived files, added in the previous commit, tomarcel2002-10-191-0/+2
* Reimplement malloc/free debugging that includes the offending file:linepeter2002-07-201-5/+19
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-4/+1
* Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures.obrien2002-04-091-2/+2
* Break the sparc64 build. I expect those that complained about this commitobrien2002-04-091-2/+0
* sparc64 grew _setjmp/_longjmp.obrien2002-04-081-2/+0
* Use -ffreestanding.obrien2002-04-081-3/+1
* Add -ffreestanding to CFLAGS for ia64. This should probably be globalpeter2002-03-191-0/+2
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-6/+4
* Fixed world breakage in previous commit. The generated headers are inbde2002-02-021-1/+1
* Complete bzip2-1.0.2 import.sobomax2002-02-011-5/+17
* Remove the -I../libc/${MACHINE_ARCH} that was there solely forpeter2001-10-261-3/+0
* Make this Makefile suitable for sparc64.robert2001-10-151-2/+5
* Add support for loading bzip2-compressed filesystems. Among other thingssobomax2001-09-181-1/+10
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* A quick and dirty port of libstand to ia64.dfr2001-03-061-0/+15
* Honor the ip address given in the root-path dhcp option.ps2000-11-051-5/+1
* Inital PowerPC loader build support.obrien2000-10-101-1/+4
* Add the -mpreferred-stack-boundary=2 option to reduce code bloat. Wepeter2000-08-111-0/+4
OpenPOWER on IntegriCloud