aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* MFC: r235939: consitently use "__LP64__"David E. O'Brien2012-07-021-1/+1
* MFC r237410: zlib 1.2.7.Xin LI2012-06-281-6/+12
* - Removing some unneeded definitions of NULL(cruft related to 1970's C).Tai-hwa Liang2011-07-106-29/+15
* style(9) cleanupKevin Lo2011-07-101-1/+1
* Fixing building bustage on 32 bits platforms when WARNS >= 2. Note thatTai-hwa Liang2011-07-082-5/+10
* Fixes to newer tftp code in libstand:Craig Rodrigues2011-06-241-51/+132
* Setting warnings without make universe considered harmful. Revert to WARNS=0Warner Losh2011-06-161-1/+1
* Using the correct format string(%zu) for size_t type. This should fix 64Tai-hwa Liang2011-06-161-1/+1
* Unbreaking build on sparc64.Tai-hwa Liang2011-06-161-3/+3
* Bring back following change which was undone in previous commit:Craig Rodrigues2011-06-151-4/+4
* Increase WARNS level to 2.Craig Rodrigues2011-06-151-1/+1
* (1) When sending the TFTP RRQ packet to read a file,Craig Rodrigues2011-06-151-35/+229
* Currently tftp code in the loader retransmits the previous packet if it recei...Craig Rodrigues2011-06-151-0/+4
* Added sendrecv_tftp function instead of sendrecv for use by tftp.Craig Rodrigues2011-06-151-2/+55
* In sendrecv function, change the receive timeout value between retriesCraig Rodrigues2011-06-151-1/+1
* Obtain bswap64() function implementation fromCraig Rodrigues2011-06-101-10/+26
* Rename DEBUG macro to TFTP_DEBUG, to be more consistent withCraig Rodrigues2011-05-031-5/+5
* - Comment out unused variable.Craig Rodrigues2011-05-031-2/+2
* Add #include <netinet/in_pcb.h> for missing forward declation ofCraig Rodrigues2011-05-032-0/+2
* Switch to ANSI function prototypes in a few places.Craig Rodrigues2011-05-036-43/+22
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* On i386 and amd64, consistently use the following options whenever weDimitry Andric2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsoDimitry Andric2011-01-051-4/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-4/+0
* Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUTEd Maste2010-09-281-1/+1
* Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.Rick Macklem2010-09-021-2/+742
* MFtbemd:Warner Losh2010-08-231-13/+13
* Use type-specific inline function imax() instead of deprecated macro MAX().Jung-uk Kim2010-07-121-2/+1
* Teach libstand what to do for powerpc64: the same thing as powerpc. LikeNathan Whitehorn2010-07-101-6/+8
* Fix build by defining MAX() macro here.Jung-uk Kim2010-07-091-0/+1
* Sync. printf() of libstand(3) with sys/kern/subr_prf.c.Jung-uk Kim2010-07-081-12/+45
* Use panic() (which the environment is required to provide to libstand) toJohn Baldwin2010-03-301-4/+4
* Remove two pieces of code (one disabled in revision 39665 and another derivedXin LI2010-03-182-16/+0
* fix a comment typoAndriy Gapon2010-01-181-1/+1
* Implement the fo_readdir method. This does not support longMarcel Moolenaar2010-01-091-1/+68
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Fix a bug in gzipfs that prevented lseek() from working and add lseek()John Baldwin2009-12-232-16/+67
* IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTLMarcel Moolenaar2009-11-051-1/+1
* Initialize f_rabuf in the raw device case. A subsequent close()Christian Brueffer2009-10-281-0/+1
* ANSIfy, whitespace and comment adjustments, to simplify comparing theseEd Maste2009-09-133-108/+65
* Fix minor issues in libstand.Ed Schouten2009-05-312-2/+2
* Use GCC's __SOFTFP__ to test whether we're being compiledMarcel Moolenaar2009-05-311-1/+1
* Print the returned port number when RPC_DEBUG is defined.Marcel Moolenaar2009-05-301-4/+11
* Use, in uncovered part, the END() macro in order to improve debugging.Attilio Rao2009-05-251-0/+2
* Increase the number of available file descriptors to 64. This fixes theDoug Rabson2009-05-241-1/+1
* Fix an off-by-one buffer overflow in ngets().John Baldwin2009-03-311-1/+1
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-1/+3
* put a prefix on dhcp options to avoid clobbering, even by mistake,Luigi Rizzo2009-01-051-1/+1
* This main goals of this project are:Qing Li2008-12-151-2/+2
* Some libstand/bootp.c extension (written by Danny Braniss, slightlyLuigi Rizzo2008-12-051-0/+328