| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | jhb | 2007-10-24 | 1 | -0/+4 |
* | Optimize for size on pc98. It enables to boot a kernel again. | nyan | 2007-10-15 | 1 | -0/+3 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 1 | -7/+3 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -50/+0 |
* | Add -mno-sse3 for prescott/nocona | ache | 2005-07-15 | 1 | -0/+3 |
* | Match sys/boot in ensure GCC does not use x86 FP registers in integer code. | obrien | 2005-06-03 | 1 | -1/+2 |
* | Back out revision 1.51, it is wrong. We don't litter -I's within lib | obrien | 2005-05-31 | 1 | -1/+1 |
* | Make bzip2 support working again after bzip2 upgrade. This time commit | sobomax | 2005-05-29 | 1 | -4/+19 |
* | Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise | sobomax | 2005-05-29 | 1 | -1/+1 |
* | Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that the | peter | 2005-05-20 | 1 | -1/+1 |
* | Clean up an additional file. | obrien | 2005-05-17 | 1 | -0/+1 |
* | Don't use a patch w/in /usr/src. Programmatically change files when needed. | obrien | 2005-05-17 | 1 | -11/+10 |
* | Re-enable support for bzip2'ed compressed filesystems. | obrien | 2005-05-17 | 1 | -5/+10 |
* | Temporarily disable support for bzip2'ed compressed filesystems, until a | obrien | 2005-05-17 | 1 | -22/+1 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -2/+2 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -2/+2 |
* | Update libstand makefile for zlib 1.2.1. | tjr | 2004-07-01 | 1 | -3/+3 |
* | Removed duplicate SRCS. | ru | 2004-01-11 | 1 | -1/+0 |
* | PowerPC-conditional changes: | grehan | 2003-12-10 | 1 | -1/+7 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | ru | 2003-06-30 | 1 | -1/+0 |
* | Add amd64 build glue | peter | 2003-06-26 | 1 | -1/+22 |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 1 | -1/+1 |
* | Add the libz derived files, added in the previous commit, to | marcel | 2002-10-19 | 1 | -0/+2 |
* | Reimplement malloc/free debugging that includes the offending file:line | peter | 2002-07-20 | 1 | -5/+19 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -4/+1 |
* | Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures. | obrien | 2002-04-09 | 1 | -2/+2 |
* | Break the sparc64 build. I expect those that complained about this commit | obrien | 2002-04-09 | 1 | -2/+0 |
* | sparc64 grew _setjmp/_longjmp. | obrien | 2002-04-08 | 1 | -2/+0 |
* | Use -ffreestanding. | obrien | 2002-04-08 | 1 | -3/+1 |
* | Add -ffreestanding to CFLAGS for ia64. This should probably be global | peter | 2002-03-19 | 1 | -0/+2 |
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | sobomax | 2002-03-17 | 1 | -0/+1 |