summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-071-0/+7
* The System V ABI for amd64 allows functions to use space in a 128 bytejhb2015-03-131-1/+1
* Spin the twiddle in dosfs to give visual feedback for disk I/O onjhb2015-03-121-1/+2
* Fix loader on PowerPC following r279784. It turns out that, due to .PATHnwhitehorn2015-03-093-7/+105
* Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n'danfe2015-01-232-3/+3
* Apparently more Makefiles use stuff from compiler-rt, so fix them updim2015-01-081-2/+2
* Fix loader's ability to read the 10.1 release PowerPC ISOs. There appears tonwhitehorn2014-12-301-1/+6
* Add a divisor parameter to twiddle() so that callers can request that outputian2014-12-2210-28/+44
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-011-4/+0
* Add pkgfs, a file system implementation for reading files out of amarcel2014-07-313-0/+793
* Provide a means for loaders to control which file system to use. Thismarcel2014-07-302-9/+24
* libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is notsbruno2014-07-242-13/+14
* Remove ia64.marcel2014-07-071-13/+0
* use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-2/+2
* style(9) requires an empty line when function have no local variables.hselasky2014-05-301-0/+2
* Add support for snprintf() to libstand.hselasky2014-05-302-6/+54
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-251-2/+3
* Build libstand as a 64-bit library on ppc64emaste2014-02-092-7/+0
* Make libstand setjmp work for both 64- and 32-bit ABIs.nwhitehorn2014-02-071-27/+106
* Build libstand as a 64-bit library on amd64emaste2014-02-062-15/+9
* Set the malloc alignment to 64 bytes on platforms that use the U-Boot APIian2014-02-054-8/+25
* For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.dim2013-12-261-1/+1
* Fix readdir for the root directory on a FAT32 file system. The rootmarcel2013-12-192-5/+16
* Fix an inappropriate free of a non-dynamic value. While here, make themarcel2013-12-181-9/+12
* Clear f_rabuf after freeing the memory it points to. This prevents amarcel2013-12-181-1/+3
* Support long filenames.marcel2013-12-181-13/+24
* Note that libstand is 32-bit on amd64 and powerpc64emaste2013-11-291-0/+4
* Unbreak zfsloader with LOADER_TFTP_SUPPORT onkan2013-10-091-2/+6
* Move pos++ out of the complicated equation, introduced at r240780.mav2013-07-011-2/+3
* libstand: Reset the seek pointer in ext2fs as done in UFS.pfg2013-06-091-0/+2
* Remove an extra copy of _setjmp from libstand. We have used the libc versionandrew2013-06-071-106/+0
* Enable building string functions as part of libstand on mips; the Makefilerwatson2013-04-281-3/+1
* Merge @228176 from Perforce to fix a bug introduced in r249553:rwatson2013-04-281-2/+0
* Use a suitable code generation when building libstand for MIPS.rwatson2013-04-161-0/+3
* Adapt libstand's setjmp/longjmp MIPS support to be portable across 32-bitrwatson2013-04-161-56/+27
* Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implementandrew2013-03-071-0/+3
* Make this WARNS=9 clean on i386 w/ clang.marcel2013-03-021-15/+14
* Fix warnings (control reaches end of non-void function).marcel2013-03-021-1/+2
* Fix nandfs support by providing the same crc32 function as is usedmarcel2013-03-021-2/+23
* Fix includes for use in libstand.kientzle2013-02-191-3/+1
* Add strtoul() to libstand by copying from libc and clipping outkientzle2013-02-183-1/+125
* * Add the integer div & mod functions and ARM EABI support functions toandrew2013-02-051-0/+13
* Remove unused file.glebius2013-01-291-261/+0
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-211-0/+93
* Correct detection of a superblock.gber2012-10-031-8/+7
* Revert r240850 and remove redundant NULL check before free(3).kevlo2012-09-241-8/+4
* Avoid NULL dereferencekevlo2012-09-231-2/+4
* Make nfs_readdir() more careful about using response data, cached in globalmav2012-09-211-20/+24
* Don't use global nfs_root_node variable as per-file storage. There aremav2012-09-211-51/+35
OpenPOWER on IntegriCloud