aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko
2006-12-31fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>Denis Vlasenko
2006-12-31convert include/autoconf.h split and include/bbconfigopts.h commands into the...Mike Frysinger
2006-12-31Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...Mike Frysinger
2006-12-30about.html: update maintainer nameDenis Vlasenko
2006-12-30fixdep.c: avoit doing memcmp in most casesDenis Vlasenko
2006-12-30saw commit of vapier@busybox.net (thanks!),Denis Vlasenko
2006-12-30kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with...Mike Frysinger
2006-12-30make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a timezone...Mike Frysinger
2006-12-30prevent buffer underflows with empty linesMike Frysinger
2006-12-30prevent accessing memory that we dont ownMike Frysinger
2006-12-30next bunch of fixes for bugs found by randconfigDenis Vlasenko
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko
2006-12-30fix for uclibc-without-shadow.h compilationDenis Vlasenko
2006-12-29we need to use the compiler driver to invoke LD as LDFLAGS is in the form the...Mike Frysinger
2006-12-28Add link to post-1.3.1 patches to websiteDenis Vlasenko
2006-12-28* precision requires the argument be an integer, not size_tMike Frysinger
2006-12-28fix build without shadow supportDenis Vlasenko
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko
2006-12-27news.html: Fix bad EnglishDenis Vlasenko
2006-12-27fix typoDenis Vlasenko
2006-12-27Announce 1.3.1Denis Vlasenko
2006-12-26ash: is_safe_applet mustn't affect disabled appletsDenis Vlasenko
2006-12-26merge post-1.3.0 fixesDenis Vlasenko
2006-12-26properly export externs thru *.h filesDenis Vlasenko
2006-12-26adduser: trivial code movementDenis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-12-26chattr: bugfixes and size reductionDenis Vlasenko
2006-12-26trivial size reductionDenis Vlasenko
2006-12-26leftover of e2fsck surgeryDenis Vlasenko
2006-12-26put small subset of e2fsprogs back in the tree:Denis Vlasenko
2006-12-26remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko
2006-12-25Fix irregular capitalization in usage textsDenis Vlasenko
2006-12-25trim help texts a bit moreDenis Vlasenko
2006-12-25less: fix regexp search '/' on large filesDenis Vlasenko
2006-12-24more usage message cleanupsDenis Vlasenko
2006-12-24Cleanup usage messages (-200 bytes).Denis Vlasenko
2006-12-24random tiny size savingsDenis Vlasenko
2006-12-24small stupid changes. no code changesDenis Vlasenko
2006-12-24missing piece of prev commit: ndelay_offDenis Vlasenko
2006-12-24less: implement waiting for input using select(). Rather tricky business.Denis Vlasenko
2006-12-23sum: 40% size reduction (-300 bytes)Denis Vlasenko
2006-12-23su: fix typo: "argv -= optind" should be +=Denis Vlasenko
2006-12-23use xbind, xconnect where appropriate.Denis Vlasenko
2006-12-23#define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedDenis Vlasenko
2006-12-23fix recognitions of -SIGname signalsDenis Vlasenko
2006-12-23find: fix spurious -exec error messagesDenis Vlasenko
2006-12-22remove useless casts (type*) xzalloc(...)Denis Vlasenko
2006-12-22dpkg: getopt32-ification etc, -100 bytesDenis Vlasenko
2006-12-22tail: -50 text bytesDenis Vlasenko