index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libstand
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apparently more Makefiles use stuff from compiler-rt, so fix them up
dim
2015-01-08
1
-2
/
+2
*
Fix loader's ability to read the 10.1 release PowerPC ISOs. There appears to
nwhitehorn
2014-12-30
1
-1
/
+6
*
Add a divisor parameter to twiddle() so that callers can request that output
ian
2014-12-22
10
-28
/
+44
*
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
3
-0
/
+793
*
Provide a means for loaders to control which file system to use. This
marcel
2014-07-30
2
-9
/
+24
*
libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is not
sbruno
2014-07-24
2
-13
/
+14
*
Remove ia64.
marcel
2014-07-07
1
-13
/
+0
*
use .Mt to mark up email addresses consistently (part3)
bapt
2014-06-23
1
-2
/
+2
*
style(9) requires an empty line when function have no local variables.
hselasky
2014-05-30
1
-0
/
+2
*
Add support for snprintf() to libstand.
hselasky
2014-05-30
2
-6
/
+54
*
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
2
-7
/
+0
*
Make libstand setjmp work for both 64- and 32-bit ABIs.
nwhitehorn
2014-02-07
1
-27
/
+106
*
Build libstand as a 64-bit library on amd64
emaste
2014-02-06
2
-15
/
+9
*
Set the malloc alignment to 64 bytes on platforms that use the U-Boot API
ian
2014-02-05
4
-8
/
+25
*
For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.
dim
2013-12-26
1
-1
/
+1
*
Fix readdir for the root directory on a FAT32 file system. The root
marcel
2013-12-19
2
-5
/
+16
*
Fix an inappropriate free of a non-dynamic value. While here, make the
marcel
2013-12-18
1
-9
/
+12
*
Clear f_rabuf after freeing the memory it points to. This prevents a
marcel
2013-12-18
1
-1
/
+3
*
Support long filenames.
marcel
2013-12-18
1
-13
/
+24
*
Note that libstand is 32-bit on amd64 and powerpc64
emaste
2013-11-29
1
-0
/
+4
*
Unbreak zfsloader with LOADER_TFTP_SUPPORT on
kan
2013-10-09
1
-2
/
+6
*
Move pos++ out of the complicated equation, introduced at r240780.
mav
2013-07-01
1
-2
/
+3
*
libstand: Reset the seek pointer in ext2fs as done in UFS.
pfg
2013-06-09
1
-0
/
+2
*
Remove an extra copy of _setjmp from libstand. We have used the libc version
andrew
2013-06-07
1
-106
/
+0
*
Enable building string functions as part of libstand on mips; the Makefile
rwatson
2013-04-28
1
-3
/
+1
*
Merge @228176 from Perforce to fix a bug introduced in r249553:
rwatson
2013-04-28
1
-2
/
+0
*
Use a suitable code generation when building libstand for MIPS.
rwatson
2013-04-16
1
-0
/
+3
*
Adapt libstand's setjmp/longjmp MIPS support to be portable across 32-bit
rwatson
2013-04-16
1
-56
/
+27
*
Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implement
andrew
2013-03-07
1
-0
/
+3
*
Make this WARNS=9 clean on i386 w/ clang.
marcel
2013-03-02
1
-15
/
+14
*
Fix warnings (control reaches end of non-void function).
marcel
2013-03-02
1
-1
/
+2
*
Fix nandfs support by providing the same crc32 function as is used
marcel
2013-03-02
1
-2
/
+23
*
Fix includes for use in libstand.
kientzle
2013-02-19
1
-3
/
+1
*
Add strtoul() to libstand by copying from libc and clipping out
kientzle
2013-02-18
3
-1
/
+125
*
* Add the integer div & mod functions and ARM EABI support functions to
andrew
2013-02-05
1
-0
/
+13
*
Remove unused file.
glebius
2013-01-29
1
-261
/
+0
*
Move the 64-bit _setjmp to lib/libstand.
rpaulo
2012-12-21
1
-0
/
+93
*
Correct detection of a superblock.
gber
2012-10-03
1
-8
/
+7
*
Revert r240850 and remove redundant NULL check before free(3).
kevlo
2012-09-24
1
-8
/
+4
*
Avoid NULL dereference
kevlo
2012-09-23
1
-2
/
+4
*
Make nfs_readdir() more careful about using response data, cached in global
mav
2012-09-21
1
-20
/
+24
*
Don't use global nfs_root_node variable as per-file storage. There are
mav
2012-09-21
1
-51
/
+35
*
MFV: Update zlib to 1.2.7.
delphij
2012-06-21
1
-6
/
+12
*
Consitently use "__LP64__".
obrien
2012-05-24
1
-1
/
+1
*
Import work done under project/nand (@235533) into head.
gber
2012-05-17
3
-0
/
+1045
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-3
/
+3
*
Merge index() and strchr() together.
ed
2012-01-03
1
-8
/
+7
[next]