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
*
* 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
*
In sendrecv function, change the receive timeout value between retries
rodrigc
2011-06-15
1
-1
/
+1
*
Obtain bswap64() function implementation from
rodrigc
2011-06-10
1
-10
/
+26
*
Rename DEBUG macro to TFTP_DEBUG, to be more consistent with
rodrigc
2011-05-03
1
-5
/
+5
*
- Comment out unused variable.
rodrigc
2011-05-03
1
-2
/
+2
*
Add #include <netinet/in_pcb.h> for missing forward declation of
rodrigc
2011-05-03
2
-0
/
+2
*
Switch to ANSI function prototypes in a few places.
rodrigc
2011-05-03
6
-43
/
+22
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
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
*
mdoc: drop redundant .Pp and .LP calls
uqs
2010-10-08
1
-4
/
+0
*
Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUT
emaste
2010-09-28
1
-1
/
+1
*
Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.
rmacklem
2010-09-02
1
-2
/
+742
*
MFtbemd:
imp
2010-08-23
1
-13
/
+13
*
Use type-specific inline function imax() instead of deprecated macro MAX().
jkim
2010-07-12
1
-2
/
+1
*
Teach libstand what to do for powerpc64: the same thing as powerpc. Like
nwhitehorn
2010-07-10
1
-6
/
+8
*
Fix build by defining MAX() macro here.
jkim
2010-07-09
1
-0
/
+1
*
Sync. printf() of libstand(3) with sys/kern/subr_prf.c.
jkim
2010-07-08
1
-12
/
+45
*
Use panic() (which the environment is required to provide to libstand) to
jhb
2010-03-30
1
-4
/
+4
*
Remove two pieces of code (one disabled in revision 39665 and another derived
delphij
2010-03-18
2
-16
/
+0
*
fix a comment typo
avg
2010-01-18
1
-1
/
+1
*
Implement the fo_readdir method. This does not support long
marcel
2010-01-09
1
-1
/
+68
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Fix a bug in gzipfs that prevented lseek() from working and add lseek()
jhb
2009-12-23
2
-16
/
+67
*
IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTL
marcel
2009-11-05
1
-1
/
+1
[next]