Age | Commit message (Expand) | Author |
2008-03-18 | unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko |
2008-03-18 | mount: #ifdef out MOUNT_LABEL code parts if it is not selected | Denis Vlasenko |
2008-03-18 | patch: don't trash permissions of patched file | Denis Vlasenko |
2008-03-18 | tftpd: make open() check r/w permissions instead of doing it ourself. | Denis Vlasenko |
2008-03-18 | tftpd: fix bugs spotted by Vladimir | Denis Vlasenko |
2008-03-17 | init: do not close all descriptors > 2. We were doing it - sometimes. | Denis Vlasenko |
2008-03-17 | remove alarm() calls which were functioning as a primitive | Paul Fox |
2008-03-17 | init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) | Denis Vlasenko |
2008-03-17 | httpd: small fixlet for POST upload - skip | Denis Vlasenko |
2008-03-17 | remove extra spaces in help text; delete duplicate #define | Denis Vlasenko |
2008-03-17 | brctl: eliminate stray data object | Denis Vlasenko |
2008-03-17 | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko |
2008-03-17 | volume_id: disable detection routines which are not setting label and uuid an... | Denis Vlasenko |
2008-03-17 | volude_id: remove unused fields and functions which were setting them | Denis Vlasenko |
2008-03-17 | selinux/*: -Wunused-parameter fixes | Denis Vlasenko |
2008-03-17 | svn add/svn rm to actually move tcp/udpsvd... | Denis Vlasenko |
2008-03-17 | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko |
2008-03-17 | tftpd: new applet (mostly using existing code for tftp) | Denis Vlasenko |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko |
2008-03-17 | clean up TODO file. No real code changes. | Denis Vlasenko |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko |
2008-03-17 | dnsd: properly set _src_ IP:port on outgoing UDP packets | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-17 | fsck: shrink (we were passing around some params which were unused) | Denis Vlasenko |
2008-03-17 | help text: regularize format, and shrink | Denis Vlasenko |
2008-03-17 | mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution | Denis Vlasenko |
2008-03-17 | fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area! | Denis Vlasenko |
2008-03-17 | dos2unix: tiny shrink | Denis Vlasenko |
2008-03-17 | less: improve search when data is not supplied fast enough by stdin - | Denis Vlasenko |
2008-03-17 | tcpsvd,udpsvd: make them NOMMU-capable | Denis Vlasenko |
2008-03-17 | fsck_minix: getopt32-ification; code shrink; reduce stack usage; | Denis Vlasenko |
2008-03-17 | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko |
2008-03-12 | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko |
2008-03-12 | nc: remove a bit of bloat | Denis Vlasenko |
2008-03-12 | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko |
2008-03-12 | crond: make it NOMMU-capable | Denis Vlasenko |
2008-03-06 | fixups to vi usage, and move the initial redraw() past the | Paul Fox |
2008-03-06 | fixed the "dot" (i.e. '.') command, to properly re-init its | Paul Fox |
2008-03-05 | define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. | Paul Fox |
2008-03-05 | fix vi's '?' and '/' commands to correctly set a new direction | Paul Fox |
2008-03-02 | msh: create testsuite (based on hush one) | Denis Vlasenko |
2008-03-02 | unlzma: save a few more bytes, and maybe even a bit faster now | Denis Vlasenko |
2008-03-02 | unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A... | Denis Vlasenko |
2008-03-02 | msh: a few fields renamed; short->int conversion for a field | Denis Vlasenko |
2008-03-02 | actually add bb_qsort.c | Denis Vlasenko |
2008-03-02 | libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() | Denis Vlasenko |
2008-03-02 | msh: renames: ->words => ->op_words, space() => get_space() | Denis Vlasenko |
2008-03-01 | doc: add info about sed s/.../.../I modifier | Denis Vlasenko |
2008-03-01 | msh: fix for bug 846 ("break" didn't work second time) | Denis Vlasenko |