| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r311275: Restructure libz. | delphij | 2017-01-18 | 1 | -3/+3 |
* | MFH | gjb | 2016-04-04 | 1 | -1/+1 |
|\ |
|
| * | Garbage collect the bswap routines from libstand. The declaration was | ian | 2016-03-21 | 1 | -1/+1 |
* | | MFH | gjb | 2016-03-06 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Merge ^/head r294169 through r294598. | dim | 2016-01-22 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge ^/head r293280 through r293429. | dim | 2016-01-08 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Similar to r293384, for libstand, also use the new -mno-movt flag with | dim | 2016-01-08 | 1 | -0/+4 |
* | | | | First pass through library packaging. | gjb | 2016-02-04 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Bring in initial libc and libstand support for RISC-V. | br | 2016-01-17 | 1 | -2/+2 |
| |/
|/| |
|
* | | Don't install /usr/include/stand.h twice after r293040. | bdrewery | 2016-01-07 | 1 | -1/+1 |
|/ |
|
* | Add fls() to libstand | emaste | 2016-01-06 | 1 | -2/+3 |
* | Reduce libstand Makefile duplication | emaste | 2016-01-01 | 1 | -3/+4 |
* | When building libstand for arm, don't emit instructions that require | ian | 2015-12-31 | 1 | -0/+6 |
* | Create libstand version of uuid_from_string and uuid_to_string. The | imp | 2015-12-19 | 1 | -1/+1 |
* | Add strlcat() and strlcpy() to libstand. | ian | 2015-12-14 | 1 | -2/+2 |
* | Use CFLAGS_NO_SIMD in preference to varying lists of -mno-xxxx flags. | imp | 2015-08-27 | 1 | -26/+1 |
* | Reduce diffs between the three copies of libstand's Makefile | emaste | 2015-04-23 | 1 | -15/+18 |
* | Add the start of libc and libstand for arm64. Not all of the machine | andrew | 2015-04-07 | 1 | -0/+7 |
* | The System V ABI for amd64 allows functions to use space in a 128 byte | jhb | 2015-03-13 | 1 | -1/+1 |
* | Fix loader on PowerPC following r279784. It turns out that, due to .PATH | nwhitehorn | 2015-03-09 | 1 | -5/+0 |
* | Apparently more Makefiles use stuff from compiler-rt, so fix them up | dim | 2015-01-08 | 1 | -2/+2 |
* | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | andrew | 2014-10-01 | 1 | -4/+0 |
* | Add pkgfs, a file system implementation for reading files out of a | marcel | 2014-07-31 | 1 | -0/+1 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -13/+0 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | Spell NO_PROFILE= as MK_PROFILE=no. | imp | 2014-04-25 | 1 | -2/+3 |
* | Build libstand as a 64-bit library on ppc64 | emaste | 2014-02-09 | 1 | -3/+0 |
* | Build libstand as a 64-bit library on amd64 | emaste | 2014-02-06 | 1 | -14/+8 |
* | For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc. | dim | 2013-12-26 | 1 | -1/+1 |
* | Enable building string functions as part of libstand on mips; the Makefile | rwatson | 2013-04-28 | 1 | -3/+1 |
* | Use a suitable code generation when building libstand for MIPS. | rwatson | 2013-04-16 | 1 | -0/+3 |
* | Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implement | andrew | 2013-03-07 | 1 | -0/+3 |
* | Add strtoul() to libstand by copying from libc and clipping out | kientzle | 2013-02-18 | 1 | -1/+1 |
* | * Add the integer div & mod functions and ARM EABI support functions to | andrew | 2013-02-05 | 1 | -0/+13 |
* | MFV: Update zlib to 1.2.7. | delphij | 2012-06-21 | 1 | -6/+12 |
* | Import work done under project/nand (@235533) into head. | gber | 2012-05-17 | 1 | -0/+3 |
* | Merge index() and strchr() together. | ed | 2012-01-03 | 1 | -8/+7 |
* | Setting warnings without make universe considered harmful. Revert to WARNS=0 | imp | 2011-06-16 | 1 | -1/+1 |
* | Increase WARNS level to 2. | rodrigc | 2011-06-15 | 1 | -1/+1 |
* | On i386 and amd64, consistently use the following options whenever we | dim | 2011-01-05 | 1 | -1/+1 |
* | In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should also | dim | 2011-01-05 | 1 | -4/+1 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -13/+13 |
* | Teach libstand what to do for powerpc64: the same thing as powerpc. Like | nwhitehorn | 2010-07-10 | 1 | -6/+8 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Use GCC's __SOFTFP__ to test whether we're being compiled | marcel | 2009-05-31 | 1 | -1/+1 |
* | Fix build when WITH_SSP is set explicitly. | ru | 2009-02-21 | 1 | -1/+3 |
* | Let libstand(3) build on ARM. | raj | 2008-10-14 | 1 | -1/+9 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -0/+1 |
* | _setjmp.o was missing a dependency on "machine". | ru | 2008-04-29 | 1 | -3/+1 |
* | Don't forget to clean the "machine" symlink on amd64, otherwise bad | ru | 2008-04-29 | 1 | -0/+3 |