summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-177-23/+8
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-1736-58/+156
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-173-63/+65
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-17138-327/+352
* fsck: shrink (we were passing around some params which were unused)Denis Vlasenko2008-03-171-137/+100
* help text: regularize format, and shrinkDenis Vlasenko2008-03-173-1569/+1630
* mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko2008-03-171-18/+22
* fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!Denis Vlasenko2008-03-172-232/+191
* dos2unix: tiny shrinkDenis Vlasenko2008-03-178-207/+203
* less: improve search when data is not supplied fast enough by stdin -Denis Vlasenko2008-03-171-50/+64
* tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko2008-03-173-140/+198
* fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko2008-03-173-224/+139
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-177-64/+31
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-1214-83/+60
* nc: remove a bit of bloatDenis Vlasenko2008-03-127-301/+308
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-1210-1051/+829
* crond: make it NOMMU-capableDenis Vlasenko2008-03-126-427/+401
* fixups to vi usage, and move the initial redraw() past thePaul Fox2008-03-062-8/+14
* fixed the "dot" (i.e. '.') command, to properly re-init itsPaul Fox2008-03-061-58/+65
* define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.Paul Fox2008-03-051-0/+2
* fix vi's '?' and '/' commands to correctly set a new directionPaul Fox2008-03-051-1/+4
* msh: create testsuite (based on hush one)Denis Vlasenko2008-03-0242-12/+318
* unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko2008-03-021-7/+3
* unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...Denis Vlasenko2008-03-021-24/+36
* msh: a few fields renamed; short->int conversion for a fieldDenis Vlasenko2008-03-021-60/+59
* actually add bb_qsort.cDenis Vlasenko2008-03-0221-20/+40
* libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko2008-03-025-135/+15
* msh: renames: ->words => ->op_words, space() => get_space()Denis Vlasenko2008-03-021-107/+99
* doc: add info about sed s/.../.../I modifierDenis Vlasenko2008-03-011-0/+3
* msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko2008-03-012-85/+148
* nmeter: fix bug where %[mf] behaves as %[mt]Denis Vlasenko2008-02-291-1/+1
* run-parts: add --reverseDenis Vlasenko2008-02-281-16/+19
* zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko2008-02-281-2/+2
* sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko2008-02-282-2/+9
* microcom: shrinkDenis Vlasenko2008-02-281-4/+1
* script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko2008-02-281-60/+52
* - Don't point to obsolete patches but the current fixes for the stable releasesBernhard Reutner-Fischer2008-02-271-3/+2
* - update docs to point to the current stable branchBernhard Reutner-Fischer2008-02-271-1/+1
* - fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer2008-02-271-2/+0
* httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko2008-02-271-0/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-2732-64/+97
* lpr: removed stdio; added "job received" message in verbose mode.Denis Vlasenko2008-02-271-32/+28
* libbb: add forgotten part of "script" applet changeDenis Vlasenko2008-02-271-0/+56
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-278-47/+214
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-273-125/+92
* sendmail: update from maintainerDenis Vlasenko2008-02-262-157/+215
* lpr: fflush stdout fixDenis Vlasenko2008-02-261-0/+2
* syslogd: optional support for dropping dups. closes bug 436.Denis Vlasenko2008-02-263-21/+54
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-265-0/+656
* start_stop_daemon: stop using data/bssDenis Vlasenko2008-02-261-15/+34