aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/libstand32
Commit message (Expand)AuthorAgeFilesLines
* Rename libstand.a to libsa.a and libstand32.a to libsa32.aWarner Losh2017-10-122-43/+0
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-2/+0
* Define SASRC and use itWarner Losh2017-10-091-4/+6
* Add more .NOMETA missed in r291320Bryan Drewery2016-03-111-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-42/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-01-071-1/+0
* Don't install /usr/include/stand.h twice after r293040.Bryan Drewery2016-01-071-0/+1
* Reduce libstand Makefile duplicationEd Maste2016-01-011-137/+9
* Add strlcat() and strlcpy() to libstand32. This should have been part ofIan Lepore2015-12-211-2/+2
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+58
* Add back missing -m32 for amd64 and powerpc64 that was lostWarner Losh2015-08-281-0/+3
* Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags.Warner Losh2015-08-271-23/+1
* Reduce diffs between the three copies of libstand's MakefileEd Maste2015-04-231-18/+18
* Fix loader on PowerPC following r279784. It turns out that, due to .PATHNathan Whitehorn2015-03-091-3/+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
* Delete the entire cleandepend/cleanmachine target thing now that its beenSean Bruno2014-07-231-1/+0
* Update so that clean target in sys/boot will delete the symlinkSean Bruno2014-07-231-4/+2
* 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-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Build a 32-bit libstand under sys/boot/Ed Maste2014-02-061-0/+196