aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a timezone...vapier2006-12-301-3/+12
* prevent buffer underflows with empty linesvapier2006-12-301-1/+1
* prevent accessing memory that we dont ownvapier2006-12-301-5/+5
* next bunch of fixes for bugs found by randconfigvda2006-12-308-228/+234
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-3011-43/+71
* fix for uclibc-without-shadow.h compilationvda2006-12-303-10/+18
* we need to use the compiler driver to invoke LD as LDFLAGS is in the form the...vapier2006-12-291-1/+1
* Add link to post-1.3.1 patches to websitevda2006-12-281-0/+1
* * precision requires the argument be an integer, not size_tvapier2006-12-281-1/+1
* fix build without shadow supportvda2006-12-285-139/+141
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-2812-152/+186
* news.html: Fix bad Englishvda2006-12-271-1/+1
* fix typovda2006-12-271-1/+1
* Announce 1.3.1vda2006-12-271-0/+7
* ash: is_safe_applet mustn't affect disabled appletsvda2006-12-261-16/+33
* merge post-1.3.0 fixesvda2006-12-2612-21/+48
* properly export externs thru *.h filesvda2006-12-263-8/+9
* adduser: trivial code movementvda2006-12-263-8/+8
* style fixesvda2006-12-2639-118/+114
* chattr: bugfixes and size reductionvda2006-12-263-41/+31
* trivial size reductionvda2006-12-261-24/+24
* leftover of e2fsck surgeryvda2006-12-267-101/+61
* put small subset of e2fsprogs back in the tree:vda2006-12-26142-0/+42719
* remove e2fsprogs. Nobody volunteered to clean up that messvda2006-12-26133-40208/+0
* Fix irregular capitalization in usage textsvda2006-12-251-536/+535
* trim help texts a bit morevda2006-12-251-16/+16
* less: fix regexp search '/' on large filesvda2006-12-251-47/+71
* more usage message cleanupsvda2006-12-241-164/+152
* Cleanup usage messages (-200 bytes).vda2006-12-243-370/+379
* random tiny size savingsvda2006-12-245-60/+53
* small stupid changes. no code changesvda2006-12-242-10/+3
* missing piece of prev commit: ndelay_offvda2006-12-243-12/+6
* less: implement waiting for input using select(). Rather tricky business.vda2006-12-242-455/+517
* sum: 40% size reduction (-300 bytes)vda2006-12-232-117/+53
* su: fix typo: "argv -= optind" should be +=vda2006-12-231-1/+1
* use xbind, xconnect where appropriate.vda2006-12-234-84/+53
* #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedvda2006-12-231-3/+2
* fix recognitions of -SIGname signalsvda2006-12-232-8/+10
* find: fix spurious -exec error messagesvda2006-12-232-4/+8
* remove useless casts (type*) xzalloc(...)vda2006-12-227-16/+13
* dpkg: getopt32-ification etc, -100 bytesvda2006-12-221-223/+170
* tail: -50 text bytesvda2006-12-221-88/+48
* rpm: reformat. was really hard to readvda2006-12-221-121/+168
* convert "negaite" config option into reversed (INCLUDE_SUSv2)vda2006-12-225-12/+12
* time: -200 bytes of textvda2006-12-221-84/+96
* time: fix option parsing bug, size optimizationsvda2006-12-221-28/+22
* Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)vda2006-12-221-5/+1
* removal of commented-out cruftvda2006-12-225-21/+3
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-2213-66/+85
* cmdedit: reformat code a bit, no algorithm changesvda2006-12-211-233/+230