summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-251-2/+3
* Build libstand as a 64-bit library on ppc64emaste2014-02-091-3/+0
* Build libstand as a 64-bit library on amd64emaste2014-02-061-14/+8
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.dim2013-12-261-1/+1
* Enable building string functions as part of libstand on mips; the Makefilerwatson2013-04-281-3/+1
* Use a suitable code generation when building libstand for MIPS.rwatson2013-04-161-0/+3
* Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implementandrew2013-03-071-0/+3
* Add strtoul() to libstand by copying from libc and clipping outkientzle2013-02-181-1/+1
* * Add the integer div & mod functions and ARM EABI support functions toandrew2013-02-051-0/+13
* MFV: Update zlib to 1.2.7.delphij2012-06-211-6/+12
* Import work done under project/nand (@235533) into head.gber2012-05-171-0/+3
* Merge index() and strchr() together.ed2012-01-031-8/+7
* Setting warnings without make universe considered harmful. Revert to WARNS=0imp2011-06-161-1/+1
* Increase WARNS level to 2.rodrigc2011-06-151-1/+1
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-051-4/+1
* MFtbemd:imp2010-08-231-13/+13
* 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
OpenPOWER on IntegriCloud