| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | svn add/svn rm to actually move tcp/udpsvd... | Denis Vlasenko | 2008-03-17 | 5 | -32/+4 |
* | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | 2008-03-17 | 18 | -78/+157 |
* | tftpd: new applet (mostly using existing code for tftp) | Denis Vlasenko | 2008-03-17 | 9 | -103/+274 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 34 | -209/+172 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 26 | -219/+214 |
* | clean up TODO file. No real code changes. | Denis Vlasenko | 2008-03-17 | 7 | -23/+8 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 36 | -58/+156 |
* | dnsd: properly set _src_ IP:port on outgoing UDP packets | Denis Vlasenko | 2008-03-17 | 3 | -63/+65 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 138 | -327/+352 |
* | fsck: shrink (we were passing around some params which were unused) | Denis Vlasenko | 2008-03-17 | 1 | -137/+100 |
* | help text: regularize format, and shrink | Denis Vlasenko | 2008-03-17 | 3 | -1569/+1630 |
* | mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution | Denis Vlasenko | 2008-03-17 | 1 | -18/+22 |
* | fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area! | Denis Vlasenko | 2008-03-17 | 2 | -232/+191 |
* | dos2unix: tiny shrink | Denis Vlasenko | 2008-03-17 | 8 | -207/+203 |
* | less: improve search when data is not supplied fast enough by stdin - | Denis Vlasenko | 2008-03-17 | 1 | -50/+64 |
* | tcpsvd,udpsvd: make them NOMMU-capable | Denis Vlasenko | 2008-03-17 | 3 | -140/+198 |
* | fsck_minix: getopt32-ification; code shrink; reduce stack usage; | Denis Vlasenko | 2008-03-17 | 3 | -224/+139 |
* | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko | 2008-03-17 | 7 | -64/+31 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 14 | -83/+60 |
* | nc: remove a bit of bloat | Denis Vlasenko | 2008-03-12 | 7 | -301/+308 |
* | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko | 2008-03-12 | 10 | -1051/+829 |
* | crond: make it NOMMU-capable | Denis Vlasenko | 2008-03-12 | 6 | -427/+401 |
* | fixups to vi usage, and move the initial redraw() past the | Paul Fox | 2008-03-06 | 2 | -8/+14 |
* | fixed the "dot" (i.e. '.') command, to properly re-init its | Paul Fox | 2008-03-06 | 1 | -58/+65 |
* | define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. | Paul Fox | 2008-03-05 | 1 | -0/+2 |
* | fix vi's '?' and '/' commands to correctly set a new direction | Paul Fox | 2008-03-05 | 1 | -1/+4 |
* | msh: create testsuite (based on hush one) | Denis Vlasenko | 2008-03-02 | 42 | -12/+318 |
* | unlzma: save a few more bytes, and maybe even a bit faster now | Denis Vlasenko | 2008-03-02 | 1 | -7/+3 |
* | unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A... | Denis Vlasenko | 2008-03-02 | 1 | -24/+36 |
* | msh: a few fields renamed; short->int conversion for a field | Denis Vlasenko | 2008-03-02 | 1 | -60/+59 |
* | actually add bb_qsort.c | Denis Vlasenko | 2008-03-02 | 21 | -20/+40 |
* | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko | 2008-03-02 | 5 | -135/+15 |
* | msh: renames: ->words => ->op_words, space() => get_space() | Denis Vlasenko | 2008-03-02 | 1 | -107/+99 |
* | doc: add info about sed s/.../.../I modifier | Denis Vlasenko | 2008-03-01 | 1 | -0/+3 |
* | msh: fix for bug 846 ("break" didn't work second time) | Denis Vlasenko | 2008-03-01 | 2 | -85/+148 |
* | nmeter: fix bug where %[mf] behaves as %[mt] | Denis Vlasenko | 2008-02-29 | 1 | -1/+1 |
* | run-parts: add --reverse | Denis Vlasenko | 2008-02-28 | 1 | -16/+19 |
* | zcip: chdiring to root when daemonizing is not useful, | Denis Vlasenko | 2008-02-28 | 1 | -2/+2 |
* | sed: n cmd must reset "we had successful subst" flag. closes bug 1214. | Denis Vlasenko | 2008-02-28 | 2 | -2/+9 |
* | microcom: shrink | Denis Vlasenko | 2008-02-28 | 1 | -4/+1 |
* | script: correctly handle buffered "tail" of output. +35 bytes. | Denis Vlasenko | 2008-02-28 | 1 | -60/+52 |
* | - Don't point to obsolete patches but the current fixes for the stable releases | Bernhard Reutner-Fischer | 2008-02-27 | 1 | -3/+2 |
* | - update docs to point to the current stable branch | Bernhard Reutner-Fischer | 2008-02-27 | 1 | -1/+1 |
* | - fix compilation failure due to implicit decl of resolve_mount_spec(). | Bernhard Reutner-Fischer | 2008-02-27 | 1 | -2/+0 |
* | httpd: fix breakage introduced by "support for I:index.xml" | Denis Vlasenko | 2008-02-27 | 1 | -0/+1 |
* | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | 2008-02-27 | 32 | -64/+97 |
* | lpr: removed stdio; added "job received" message in verbose mode. | Denis Vlasenko | 2008-02-27 | 1 | -32/+28 |
* | libbb: add forgotten part of "script" applet change | Denis Vlasenko | 2008-02-27 | 1 | -0/+56 |
* | script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko | 2008-02-27 | 8 | -47/+214 |
* | sendmail: yet another maintainer's update | Denis Vlasenko | 2008-02-27 | 3 | -125/+92 |