summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
* Move pos++ out of the complicated equation, introduced at r240780.mav2013-07-011-2/+3
* libstand: Reset the seek pointer in ext2fs as done in UFS.pfg2013-06-091-0/+2
* Remove an extra copy of _setjmp from libstand. We have used the libc versionandrew2013-06-071-106/+0
* Enable building string functions as part of libstand on mips; the Makefilerwatson2013-04-281-3/+1
* Merge @228176 from Perforce to fix a bug introduced in r249553:rwatson2013-04-281-2/+0
* Use a suitable code generation when building libstand for MIPS.rwatson2013-04-161-0/+3
* Adapt libstand's setjmp/longjmp MIPS support to be portable across 32-bitrwatson2013-04-161-56/+27
* Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implementandrew2013-03-071-0/+3
* Make this WARNS=9 clean on i386 w/ clang.marcel2013-03-021-15/+14
* Fix warnings (control reaches end of non-void function).marcel2013-03-021-1/+2
* Fix nandfs support by providing the same crc32 function as is usedmarcel2013-03-021-2/+23
* Fix includes for use in libstand.kientzle2013-02-191-3/+1
* Add strtoul() to libstand by copying from libc and clipping outkientzle2013-02-183-1/+125
* * Add the integer div & mod functions and ARM EABI support functions toandrew2013-02-051-0/+13
* Remove unused file.glebius2013-01-291-261/+0
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-211-0/+93
* Correct detection of a superblock.gber2012-10-031-8/+7
* Revert r240850 and remove redundant NULL check before free(3).kevlo2012-09-241-8/+4
* Avoid NULL dereferencekevlo2012-09-231-2/+4
* Make nfs_readdir() more careful about using response data, cached in globalmav2012-09-211-20/+24
* Don't use global nfs_root_node variable as per-file storage. There aremav2012-09-211-51/+35
* MFV: Update zlib to 1.2.7.delphij2012-06-211-6/+12
* Consitently use "__LP64__".obrien2012-05-241-1/+1
* Import work done under project/nand (@235533) into head.gber2012-05-173-0/+1045
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-3/+3
* Merge index() and strchr() together.ed2012-01-031-8/+7
* Add placeholder code for prepending pathnames to tftp.ed2011-12-221-0/+7
* - Removing some unneeded definitions of NULL(cruft related to 1970's C).avatar2011-07-106-29/+15
* style(9) cleanupkevlo2011-07-101-1/+1
* Fixing building bustage on 32 bits platforms when WARNS >= 2. Note thatavatar2011-07-082-5/+10
* Fixes to newer tftp code in libstand:rodrigc2011-06-241-51/+132
* Setting warnings without make universe considered harmful. Revert to WARNS=0imp2011-06-161-1/+1
* Using the correct format string(%zu) for size_t type. This should fix 64avatar2011-06-161-1/+1
* Unbreaking build on sparc64.avatar2011-06-161-3/+3
* Bring back following change which was undone in previous commit:rodrigc2011-06-151-4/+4
* Increase WARNS level to 2.rodrigc2011-06-151-1/+1
* (1) When sending the TFTP RRQ packet to read a file,rodrigc2011-06-151-35/+229
* Currently tftp code in the loader retransmits the previous packet if it recei...rodrigc2011-06-151-0/+4
* Added sendrecv_tftp function instead of sendrecv for use by tftp.rodrigc2011-06-151-2/+55
* In sendrecv function, change the receive timeout value between retriesrodrigc2011-06-151-1/+1
* Obtain bswap64() function implementation fromrodrigc2011-06-101-10/+26
* Rename DEBUG macro to TFTP_DEBUG, to be more consistent withrodrigc2011-05-031-5/+5
* - Comment out unused variable.rodrigc2011-05-031-2/+2
* Add #include <netinet/in_pcb.h> for missing forward declation ofrodrigc2011-05-032-0/+2
* Switch to ANSI function prototypes in a few places.rodrigc2011-05-036-43/+22
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* On i386 and amd64, consistently use the following options whenever wedim2011-01-051-1/+1
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-051-4/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-4/+0
* Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUTemaste2010-09-281-1/+1
OpenPOWER on IntegriCloud