aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-03ftpgetput: fix PASV mode, fix xatou0induced breakage,vda1-35/+59
2007-01-03chown: fix handling of "user.group" notationvda1-13/+12
2007-01-03find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)vda1-2/+3
2007-01-03fdisk: remove 8k buffer from bss - OSF labelsvda3-36/+37
2007-01-03convert calloc to xzallocvda9-45/+44
2007-01-03extern variable declaration in a .c file is heresy - fixing itvda3-5/+9
2007-01-03fsck_minix: tiny optimizationvda1-9/+3
2007-01-03forgot to svn add util-linux/minix.h :(vda2-1/+77
2007-01-03fbset: move variable from data to bssvda2-25/+25
2007-01-03factor out minix structures/constants into minix.hvda2-264/+133
2007-01-03fsck_minix: optimizations. ~130 bytesvda1-44/+47
2007-01-03introduce small[u]intvda2-64/+81
2007-01-02silly style fixesvda1-62/+61
2007-01-02Remove networking/libiproute/linux/pkt_sched.hvda4-434/+28
2007-01-02str2u() is only used when FEATURE_SORT_BIG is enabledvapier1-0/+2
2007-01-02convert usage compressed command into the new cmd stylevapier1-2/+3
2007-01-01awk: style fixesvda1-27/+23
2007-01-01awk: undo locale setting for numbers - or else parsingvda2-1/+7
2007-01-01awk: style cleanup. A lot of rw data moved to rovda1-294/+293
2007-01-01stty: fix width of a field for ppc32vda3-98/+148
2007-01-01msh: double "static char line[LINELIM]" etc deleted.vda2-89/+140
2006-12-31rt_names: stop allocating 5k in rwdatavda2-106/+87
2006-12-31less: fix <tab><backspace> bugletvda1-5/+5
2006-12-31less: interpret backspace.vda1-0/+13
2006-12-31iproute: remove double get_hz optimizationvda1-7/+3
2006-12-31remove commented out #includes etcvda6-42/+22
2006-12-31stop using __u32 etc. uint32_t is there for a reasonvda16-178/+161
2006-12-31fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>vda3-6/+8
2006-12-31convert include/autoconf.h split and include/bbconfigopts.h commands into the...vapier1-4/+6
2006-12-31Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier w...vapier1-1/+1
2006-12-30about.html: update maintainer namevda2-1/+3
2006-12-30fixdep.c: avoit doing memcmp in most casesvda7-108/+191
2006-12-30saw commit of vapier@busybox.net (thanks!),vda1-17/+22
2006-12-30kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with...vapier1-1/+1
2006-12-30make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a timezone...vapier1-3/+12
2006-12-30prevent buffer underflows with empty linesvapier1-1/+1
2006-12-30prevent accessing memory that we dont ownvapier1-5/+5
2006-12-30next bunch of fixes for bugs found by randconfigvda8-228/+234
2006-12-30done a dozen of randconfig test. guess what? ALL failed...vda11-43/+71
2006-12-30fix for uclibc-without-shadow.h compilationvda3-10/+18
2006-12-29we need to use the compiler driver to invoke LD as LDFLAGS is in the form the...vapier1-1/+1
2006-12-28Add link to post-1.3.1 patches to websitevda1-0/+1
2006-12-28* precision requires the argument be an integer, not size_tvapier1-1/+1
2006-12-28fix build without shadow supportvda5-139/+141
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.vda12-152/+186
2006-12-27news.html: Fix bad Englishvda1-1/+1
2006-12-27fix typovda1-1/+1
2006-12-27Announce 1.3.1vda1-0/+7
2006-12-26ash: is_safe_applet mustn't affect disabled appletsvda1-16/+33
2006-12-26merge post-1.3.0 fixesvda12-21/+48