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
*
MFC 279949:
jhb
2015-04-09
1
-1
/
+1
*
MFC 279931:
jhb
2015-04-09
1
-1
/
+2
*
MFC r276079, r276087:
ian
2015-02-11
10
-28
/
+44
*
MFC r276412:
nwhitehorn
2015-01-14
1
-1
/
+6
*
MFC r266878, r266879: Add support for snprintf() to libstand.
ian
2014-10-26
2
-5
/
+55
*
MFC UEFI loader
emaste
2014-09-04
1
-16
/
+7
*
MFC r269077 (sbruno): libstand qdivrem warning fixes
emaste
2014-09-04
2
-13
/
+14
*
MFC r261591 (nwhitehorn):
emaste
2014-09-04
1
-27
/
+106
*
MFC r261530
ian
2014-07-25
4
-8
/
+25
*
MFC r257532 (by adrian):
dim
2013-12-30
1
-1
/
+1
*
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
*
Add placeholder code for prepending pathnames to tftp.
ed
2011-12-22
1
-0
/
+7
*
- Removing some unneeded definitions of NULL(cruft related to 1970's C).
avatar
2011-07-10
6
-29
/
+15
*
style(9) cleanup
kevlo
2011-07-10
1
-1
/
+1
*
Fixing building bustage on 32 bits platforms when WARNS >= 2. Note that
avatar
2011-07-08
2
-5
/
+10
*
Fixes to newer tftp code in libstand:
rodrigc
2011-06-24
1
-51
/
+132
*
Setting warnings without make universe considered harmful. Revert to WARNS=0
imp
2011-06-16
1
-1
/
+1
*
Using the correct format string(%zu) for size_t type. This should fix 64
avatar
2011-06-16
1
-1
/
+1
*
Unbreaking build on sparc64.
avatar
2011-06-16
1
-3
/
+3
*
Bring back following change which was undone in previous commit:
rodrigc
2011-06-15
1
-4
/
+4
*
Increase WARNS level to 2.
rodrigc
2011-06-15
1
-1
/
+1
*
(1) When sending the TFTP RRQ packet to read a file,
rodrigc
2011-06-15
1
-35
/
+229
*
Currently tftp code in the loader retransmits the previous packet if it recei...
rodrigc
2011-06-15
1
-0
/
+4
*
Added sendrecv_tftp function instead of sendrecv for use by tftp.
rodrigc
2011-06-15
1
-2
/
+55
[next]