aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFHGlen Barber2016-04-041-1/+1
|\
| * Garbage collect the bswap routines from libstand. The declaration wasIan Lepore2016-03-211-1/+1
* | MFHGlen Barber2016-03-061-0/+4
|\|
| * Merge ^/head r294169 through r294598.Dimitry Andric2016-01-221-2/+2
| |\
| * \ Merge ^/head r293280 through r293429.Dimitry Andric2016-01-081-1/+1
| |\ \
| * | | Similar to r293384, for libstand, also use the new -mno-movt flag withDimitry Andric2016-01-081-0/+4
* | | | First pass through library packaging.Glen Barber2016-02-041-0/+1
| |_|/ |/| |
* | | Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-171-2/+2
| |/ |/|
* | Don't install /usr/include/stand.h twice after r293040.Bryan Drewery2016-01-071-1/+1
|/
* Add fls() to libstandEd Maste2016-01-061-2/+3
* Reduce libstand Makefile duplicationEd Maste2016-01-011-3/+4
* When building libstand for arm, don't emit instructions that requireIan Lepore2015-12-311-0/+6
* Create libstand version of uuid_from_string and uuid_to_string. TheWarner Losh2015-12-191-1/+1
* Add strlcat() and strlcpy() to libstand.Ian Lepore2015-12-141-2/+2
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-271-26/+1
* Reduce diffs between the three copies of libstand's MakefileEd Maste2015-04-231-15/+18
* Add the start of libc and libstand for arm64. Not all of the machineAndrew Turner2015-04-071-0/+7
* The System V ABI for amd64 allows functions to use space in a 128 byteJohn Baldwin2015-03-131-1/+1
* Fix loader on PowerPC following r279784. It turns out that, due to .PATHNathan Whitehorn2015-03-091-5/+0
* Apparently more Makefiles use stuff from compiler-rt, so fix them upDimitry Andric2015-01-081-2/+2
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-4/+0
* Add pkgfs, a file system implementation for reading files out of aMarcel Moolenaar2014-07-311-0/+1
* Remove ia64.Marcel Moolenaar2014-07-071-13/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Spell NO_PROFILE= as MK_PROFILE=no.Warner Losh2014-04-251-2/+3
* Build libstand as a 64-bit library on ppc64Ed Maste2014-02-091-3/+0
* Build libstand as a 64-bit library on amd64Ed Maste2014-02-061-14/+8
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-261-1/+1
* Enable building string functions as part of libstand on mips; the MakefileRobert Watson2013-04-281-3/+1
* Use a suitable code generation when building libstand for MIPS.Robert Watson2013-04-161-0/+3
* Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implementAndrew Turner2013-03-071-0/+3
* Add strtoul() to libstand by copying from libc and clipping outTim Kientzle2013-02-181-1/+1
* * Add the integer div & mod functions and ARM EABI support functions toAndrew Turner2013-02-051-0/+13
* MFV: Update zlib to 1.2.7.Xin LI2012-06-211-6/+12
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-0/+3
* Merge index() and strchr() together.Ed Schouten2012-01-031-8/+7
* Setting warnings without make universe considered harmful. Revert to WARNS=0Warner Losh2011-06-161-1/+1
* Increase WARNS level to 2.Craig Rodrigues2011-06-151-1/+1
* On i386 and amd64, consistently use the following options whenever weDimitry Andric2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsoDimitry Andric2011-01-051-4/+1
* MFtbemd:Warner Losh2010-08-231-13/+13
* Teach libstand what to do for powerpc64: the same thing as powerpc. LikeNathan Whitehorn2010-07-101-6/+8
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* 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