aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+59
|\
| * Merge sync of headSimon J. Gerraty2015-05-2716-55/+185
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-194-13/+817
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-197-34/+71
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-2710-82/+196
| |\ \ \ \
| * | | | | Saver to rm first when making link to dirSimon J. Gerraty2013-10-171-0/+1
| * | | | | Merge head@256284Simon J. Gerraty2013-10-131-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-055-167/+34
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-124-19/+165
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-083-261/+106
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+2
| * | | | | | | | | Sync from headSimon J. Gerraty2012-11-043-89/+80
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+58
* | | | | | | | | | | 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
* | | | | | | | | | | Spin the twiddle in dosfs to give visual feedback for disk I/O onJohn Baldwin2015-03-121-1/+2
* | | | | | | | | | | Fix loader on PowerPC following r279784. It turns out that, due to .PATHNathan Whitehorn2015-03-093-7/+105
* | | | | | | | | | | Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n'Alexey Dokuchaev2015-01-232-3/+3
* | | | | | | | | | | Apparently more Makefiles use stuff from compiler-rt, so fix them upDimitry Andric2015-01-081-2/+2
* | | | | | | | | | | Fix loader's ability to read the 10.1 release PowerPC ISOs. There appears toNathan Whitehorn2014-12-301-1/+6
* | | | | | | | | | | Add a divisor parameter to twiddle() so that callers can request that outputIan Lepore2014-12-2210-28/+44
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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-313-0/+793
* | | | | | | | | | Provide a means for loaders to control which file system to use. ThisMarcel Moolenaar2014-07-302-9/+24
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is notSean Bruno2014-07-242-13/+14
* | | | | | | | | Remove ia64.Marcel Moolenaar2014-07-071-13/+0
* | | | | | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-2/+2
* | | | | | | | | style(9) requires an empty line when function have no local variables.Hans Petter Selasky2014-05-301-0/+2
* | | | | | | | | Add support for snprintf() to libstand.Hans Petter Selasky2014-05-302-6/+54
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 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-092-7/+0
* | | | | | | Make libstand setjmp work for both 64- and 32-bit ABIs.Nathan Whitehorn2014-02-071-27/+106
* | | | | | | Build libstand as a 64-bit library on amd64Ed Maste2014-02-062-15/+9
* | | | | | | Set the malloc alignment to 64 bytes on platforms that use the U-Boot APIIan Lepore2014-02-054-8/+25
* | | | | | | For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.Dimitry Andric2013-12-261-1/+1
* | | | | | | Fix readdir for the root directory on a FAT32 file system. The rootMarcel Moolenaar2013-12-192-5/+16
* | | | | | | Fix an inappropriate free of a non-dynamic value. While here, make theMarcel Moolenaar2013-12-181-9/+12
* | | | | | | Clear f_rabuf after freeing the memory it points to. This prevents aMarcel Moolenaar2013-12-181-1/+3
* | | | | | | Support long filenames.Marcel Moolenaar2013-12-181-13/+24
* | | | | | | Note that libstand is 32-bit on amd64 and powerpc64Ed Maste2013-11-291-0/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Unbreak zfsloader with LOADER_TFTP_SUPPORT onAlexander Kabaev2013-10-091-2/+6
| |_|_|_|/ |/| | | |
* | | | | Move pos++ out of the complicated equation, introduced at r240780.Alexander Motin2013-07-011-2/+3
* | | | | libstand: Reset the seek pointer in ext2fs as done in UFS.Pedro F. Giffuni2013-06-091-0/+2
* | | | | Remove an extra copy of _setjmp from libstand. We have used the libc versionAndrew Turner2013-06-071-106/+0
* | | | | Enable building string functions as part of libstand on mips; the MakefileRobert Watson2013-04-281-3/+1