aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-17dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17fsck: shrink (we were passing around some params which were unused)Denis Vlasenko
2008-03-17help text: regularize format, and shrinkDenis Vlasenko
2008-03-17mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko
2008-03-17fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!Denis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-03-17less: improve search when data is not supplied fast enough by stdin -Denis Vlasenko
2008-03-17tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko
2008-03-17fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko
2008-03-17libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko
2008-03-12nc: remove a bit of bloatDenis Vlasenko
2008-03-12inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko
2008-03-12crond: make it NOMMU-capableDenis Vlasenko
2008-03-06fixups to vi usage, and move the initial redraw() past thePaul Fox
2008-03-06fixed the "dot" (i.e. '.') command, to properly re-init itsPaul Fox
2008-03-05define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.Paul Fox
2008-03-05fix vi's '?' and '/' commands to correctly set a new directionPaul Fox
2008-03-02msh: create testsuite (based on hush one)Denis Vlasenko
2008-03-02unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko
2008-03-02unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...Denis Vlasenko
2008-03-02msh: a few fields renamed; short->int conversion for a fieldDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2008-03-02libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko
2008-03-02msh: renames: ->words => ->op_words, space() => get_space()Denis Vlasenko
2008-03-01doc: add info about sed s/.../.../I modifierDenis Vlasenko
2008-03-01msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko
2008-02-29nmeter: fix bug where %[mf] behaves as %[mt]Denis Vlasenko
2008-02-28run-parts: add --reverseDenis Vlasenko
2008-02-28zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko
2008-02-28sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko
2008-02-28microcom: shrinkDenis Vlasenko
2008-02-28script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko
2008-02-27- Don't point to obsolete patches but the current fixes for the stable releasesBernhard Reutner-Fischer
2008-02-27- update docs to point to the current stable branchBernhard Reutner-Fischer
2008-02-27- fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer
2008-02-27httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-27lpr: removed stdio; added "job received" message in verbose mode.Denis Vlasenko
2008-02-27libbb: add forgotten part of "script" applet changeDenis Vlasenko
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko
2008-02-27sendmail: yet another maintainer's updateDenis Vlasenko
2008-02-26sendmail: update from maintainerDenis Vlasenko
2008-02-26lpr: fflush stdout fixDenis Vlasenko
2008-02-26syslogd: optional support for dropping dups. closes bug 436.Denis Vlasenko
2008-02-26ifenslave: new applet. closes bug 115.Denis Vlasenko
2008-02-26start_stop_daemon: stop using data/bssDenis Vlasenko
2008-02-26reset: call "stty sane". Closes bug 1414.Denis Vlasenko
2008-02-25actually add libbb/safe_gethostname.cDenis Vlasenko