aboutsummaryrefslogtreecommitdiff
path: root/.indent.pro (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17clean up TODO file. No real code changes.Denis Vlasenko7-23/+8
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko3-63/+65
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-17fsck: shrink (we were passing around some params which were unused)Denis Vlasenko1-137/+100
2008-03-17help text: regularize format, and shrinkDenis Vlasenko3-1569/+1630
2008-03-17mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko1-18/+22
2008-03-17fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!Denis Vlasenko2-232/+191
2008-03-17dos2unix: tiny shrinkDenis Vlasenko8-207/+203
2008-03-17less: improve search when data is not supplied fast enough by stdin -Denis Vlasenko1-50/+64
2008-03-17tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko3-140/+198
2008-03-17fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko3-224/+139
2008-03-17libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko7-64/+31
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko14-83/+60
2008-03-12nc: remove a bit of bloatDenis Vlasenko7-301/+308
2008-03-12inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko10-1051/+829
2008-03-12crond: make it NOMMU-capableDenis Vlasenko6-427/+401
2008-03-06fixups to vi usage, and move the initial redraw() past thePaul Fox2-8/+14
2008-03-06fixed the "dot" (i.e. '.') command, to properly re-init itsPaul Fox1-58/+65
2008-03-05define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.Paul Fox1-0/+2
2008-03-05fix vi's '?' and '/' commands to correctly set a new directionPaul Fox1-1/+4
2008-03-02msh: create testsuite (based on hush one)Denis Vlasenko42-12/+318
2008-03-02unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko1-7/+3
2008-03-02unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...Denis Vlasenko1-24/+36
2008-03-02msh: a few fields renamed; short->int conversion for a fieldDenis Vlasenko1-60/+59
2008-03-02actually add bb_qsort.cDenis Vlasenko21-20/+40
2008-03-02libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()Denis Vlasenko5-135/+15
2008-03-02msh: renames: ->words => ->op_words, space() => get_space()Denis Vlasenko1-107/+99
2008-03-01doc: add info about sed s/.../.../I modifierDenis Vlasenko1-0/+3
2008-03-01msh: fix for bug 846 ("break" didn't work second time)Denis Vlasenko2-85/+148
2008-02-29nmeter: fix bug where %[mf] behaves as %[mt]Denis Vlasenko1-1/+1
2008-02-28run-parts: add --reverseDenis Vlasenko1-16/+19
2008-02-28zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko1-2/+2
2008-02-28sed: n cmd must reset "we had successful subst" flag. closes bug 1214.Denis Vlasenko2-2/+9
2008-02-28microcom: shrinkDenis Vlasenko1-4/+1
2008-02-28script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko1-60/+52
2008-02-27- Don't point to obsolete patches but the current fixes for the stable releasesBernhard Reutner-Fischer1-3/+2
2008-02-27- update docs to point to the current stable branchBernhard Reutner-Fischer1-1/+1
2008-02-27- fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer1-2/+0
2008-02-27httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko1-0/+1
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2008-02-27lpr: removed stdio; added "job received" message in verbose mode.Denis Vlasenko1-32/+28