Age | Commit message (Collapse) | Author |
|
|
|
some #include files that aren't in the tree. No biggie...
|
|
|
|
|
|
|
|
Checking in to reduce the diff between my tree and svn...
|
|
|
|
|
|
|
|
|
|
fiddled a bit to get the size back down as much as I could...
|
|
Fixes warnings about:
fdisk.c:45:1: warning: "_" redefined
nfsmount.c:121:1: warning: "_" redefined
nfsmount.c:122:1: warning: "N_" redefined
interface.c:84:1: warning: "_" redefined
|
|
naming along the way to get USE() macros for everything.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
process are exhausted.
|
|
Cherry-picked from Devin Bayer's big MacOS X patch.
|
|
|
|
|
|
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
|
|
|
|
area. Probably broke something...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display or extract. (Only shows up when no gnu longname extension, either
because it's disabled or because tarball hasn't got it.)
|
|
|
|
|
|
truncated for length. SVN 14135 made sure that the truncated version would
always be null terminated. SVN 14144 broke this for no readily apparent
reason, and I have no idea what it was even trying to accomplish. Reverted.
|
|
|
|
xfunc/BB_STRLEN_IMPLEMENTATION
|
|
|
|
|
|
code: we can do a null dereference if one of our huffman tables has all zero
length codes. This fixes it. (Thanks solar.)
|
|
gethostname
|
|
|
|
|
|
|
|
it, breaking compile on systems lacking this function.
|
|
|
|
|