aboutsummaryrefslogtreecommitdiff
path: root/docs/cgi (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-19*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko5-24/+34
2008-03-19ifupdown: make it NOMMU-capableDenis Vlasenko1-4/+4
2008-03-19tftpd: fix download: we must change user AFTER bindDenis Vlasenko1-37/+42
2008-03-19tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko2-65/+88
2008-03-19tftp(d): a bit more verbose error reportingDenis Vlasenko1-10/+15
2008-03-19tftpd: make it emit error packetsDenis Vlasenko2-118/+178
2008-03-18unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko1-11/+4
2008-03-18mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko1-0/+4
2008-03-18patch: don't trash permissions of patched fileDenis Vlasenko1-10/+7
2008-03-18tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko2-23/+31
2008-03-18tftpd: fix bugs spotted by VladimirDenis Vlasenko1-3/+12
2008-03-17init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko1-5/+4
2008-03-17remove alarm() calls which were functioning as a primitivePaul Fox1-17/+3
2008-03-17init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko1-2/+16
2008-03-17httpd: small fixlet for POST upload - skipDenis Vlasenko1-1/+1
2008-03-17remove extra spaces in help text; delete duplicate #defineDenis Vlasenko2-5/+4
2008-03-17brctl: eliminate stray data objectDenis Vlasenko6-58/+85
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2008-03-17volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko22-238/+234
2008-03-17volude_id: remove unused fields and functions which were setting themDenis Vlasenko37-327/+365
2008-03-17selinux/*: -Wunused-parameter fixesDenis Vlasenko10-38/+52
2008-03-17svn add/svn rm to actually move tcp/udpsvd...Denis Vlasenko5-32/+4
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko18-78/+157
2008-03-17tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko9-103/+274
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