| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Initialize f_rabuf in the raw device case. A subsequent close() | brueffer | 2009-10-28 | 1 | -0/+1 |
* | ANSIfy, whitespace and comment adjustments, to simplify comparing these | emaste | 2009-09-13 | 3 | -108/+65 |
* | Fix minor issues in libstand. | ed | 2009-05-31 | 2 | -2/+2 |
* | Use GCC's __SOFTFP__ to test whether we're being compiled | marcel | 2009-05-31 | 1 | -1/+1 |
* | Print the returned port number when RPC_DEBUG is defined. | marcel | 2009-05-30 | 1 | -4/+11 |
* | Use, in uncovered part, the END() macro in order to improve debugging. | attilio | 2009-05-25 | 1 | -0/+2 |
* | Increase the number of available file descriptors to 64. This fixes the | dfr | 2009-05-24 | 1 | -1/+1 |
* | Fix an off-by-one buffer overflow in ngets(). | jhb | 2009-03-31 | 1 | -1/+1 |