aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko
2007-01-04syslogd: almost rewritten. Had several obvious bugs...Denis Vlasenko
2007-01-04- spelling fixBernhard Reutner-Fischer
2007-01-04klogd: small optimizationsDenis Vlasenko
2007-01-03fix allnoconfig build. the most useful fix of the month. ;)Denis Vlasenko
2007-01-03httpd: read cgi output with full_read, not safe_readDenis Vlasenko
2007-01-03wget: always print port# in 'Host' header (smaller code)Denis Vlasenko
2007-01-03ping[6]: don't do htons(a++), it can be a macroDenis Vlasenko
2007-01-03wget: print port# in 'Host' header, if different from 80Denis Vlasenko
2007-01-03ftpgetput: fix PASV mode, fix xatou0induced breakage,Denis Vlasenko
2007-01-03chown: fix handling of "user.group" notationDenis Vlasenko
2007-01-03find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)Denis Vlasenko
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko
2007-01-03convert calloc to xzallocDenis Vlasenko
2007-01-03extern variable declaration in a .c file is heresy - fixing itDenis Vlasenko
2007-01-03fsck_minix: tiny optimizationDenis Vlasenko
2007-01-03forgot to svn add util-linux/minix.h :(Denis Vlasenko
2007-01-03fbset: move variable from data to bssDenis Vlasenko
2007-01-03factor out minix structures/constants into minix.hDenis Vlasenko
2007-01-03fsck_minix: optimizations. ~130 bytesDenis Vlasenko
2007-01-03introduce small[u]intDenis Vlasenko
2007-01-02silly style fixesDenis Vlasenko
2007-01-02Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko
2007-01-02str2u() is only used when FEATURE_SORT_BIG is enabledMike Frysinger
2007-01-02convert usage compressed command into the new cmd styleMike Frysinger
2007-01-01awk: style fixesDenis Vlasenko
2007-01-01awk: undo locale setting for numbers - or else parsingDenis Vlasenko
2007-01-01awk: style cleanup. A lot of rw data moved to roDenis Vlasenko
2007-01-01stty: fix width of a field for ppc32Denis Vlasenko
2007-01-01msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko
2006-12-31rt_names: stop allocating 5k in rwdataDenis Vlasenko
2006-12-31less: fix <tab><backspace> bugletDenis Vlasenko
2006-12-31less: interpret backspace.Denis Vlasenko
2006-12-31iproute: remove double get_hz optimizationDenis Vlasenko
2006-12-31remove commented out #includes etcDenis Vlasenko
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