aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-30crond: use execlp instead of execlDenis Vlasenko1-1/+1
2008-06-30sendmail: from Vladimir:Denis Vlasenko4-25/+46
2008-06-30nmeter: tiny shrinkDenis Vlasenko1-5/+4
2008-06-29libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko3-92/+95
2008-06-29fdisk: cosmetics, and removal of dead dataDenis Vlasenko1-10/+8
2008-06-29fdisk: move more data to struct globals; shrink code Denis Vlasenko4-68/+66
2008-06-29libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko3-11/+31
2008-06-29wget: "support" -t and -T by ignoring themDenis Vlasenko1-2/+4
2008-06-28nmeter: tiny shrinkDenis Vlasenko1-1/+1
2008-06-28nmeter: cosmeticsDenis Vlasenko1-1/+1
2008-06-28nmeter: code shrinkDenis Vlasenko1-24/+22
2008-06-28sendmail: another update from the maintainerDenis Vlasenko3-69/+83
2008-06-28lineedit: document prompt handlingDenis Vlasenko1-11/+17
2008-06-28bunzip2: make proper fix for the problem "fixed" in rev. 22521Denis Vlasenko1-80/+13
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko11-86/+89
2008-06-28fix FAST_FUNC falloutDenis Vlasenko2-8/+9
2008-06-28build system fixlet to ease blackfin buildDenis Vlasenko1-1/+1
2008-06-28touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)Denis Vlasenko1-6/+39
2008-06-27stat: pointers are not 0L, they are NULLDenis Vlasenko2-5/+12
2008-06-27man: mimic "no manual entry for 'bogus'" message and exitcodeDenis Vlasenko1-4/+10
2008-06-27support gzip -t and bzip2 -tDenis Vlasenko2-5/+6
2008-06-27sendmail: update from maintainerDenis Vlasenko3-58/+89
2008-06-27cpio: fix -m to actually work as expected (Pascal Bellard)Denis Vlasenko1-1/+4
2008-06-27unlzma: fix memory leak (Pascal Bellard)Denis Vlasenko1-20/+23
2008-06-27add stdcall to FAST_FUNCDenis Vlasenko1-3/+3
2008-06-27vi: fix vda's thinkoDenis Vlasenko1-1/+1
2008-06-27expand comment about FAST_FUNCDenis Vlasenko1-1/+8
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-27ash: improve commentsDenis Vlasenko1-14/+15
2008-06-27ash: fix very weak $RANDOM generator; and move even more thingsDenis Vlasenko1-52/+66
2008-06-27ash: move stuff out of data/bssDenis Vlasenko1-65/+58
2008-06-26print_flags: fix trivial thinkoDenis Vlasenko2-3/+3
2008-06-26bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko3-15/+458
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2008-06-26open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko2-11/+24
2008-06-25b[un]zip2, g[un]zip: unlink destination if -f is given. Closes 3854Denis Vlasenko1-0/+6
2008-06-25Announce 1.10.4 and 1.11.0Denis Vlasenko1-6/+46
2008-06-25busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko1-0/+1
2008-06-25update defconfigDenis Vlasenko1-5/+26
2008-06-25Start 1.12.xDenis Vlasenko1-2/+2
2008-06-25This is 1.11.0Denis Vlasenko1-1/+1
2008-06-25mkfs_minix, fsck_minix: code shrinkDenis Vlasenko2-19/+19
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-06-24mount: fix mishandling of proto=tcp/udpDenis Vlasenko1-38/+44
2008-06-24mount: code shrink without logic changes. Added a commentDenis Vlasenko1-99/+87
2008-06-24changes in comments onlyDenis Vlasenko2-7/+10
2008-06-24vi: fix yet another vda's thinkoDenis Vlasenko1-0/+1
2008-06-24hush: ifdef out parts which are not neededDenis Vlasenko1-46/+59
2008-06-24hush: kill some old unused fields; small code shrinkDenis Vlasenko1-58/+49
2008-06-23fix breakage found by randomconfigDenis Vlasenko7-15/+20