aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-20gcc compat fix and warning suppressionDenis Vlasenko
2008-03-20udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko
2008-03-19tftpd: small trivial shrinkDenis Vlasenko
2008-03-19die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko
2008-03-19...and actually adding new file now...Denis Vlasenko
2008-03-19adduser/addgroup: check username for invalid charsDenis Vlasenko
2008-03-19*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko
2008-03-19ifupdown: make it NOMMU-capableDenis Vlasenko
2008-03-19tftpd: fix download: we must change user AFTER bindDenis Vlasenko
2008-03-19tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko
2008-03-19tftp(d): a bit more verbose error reportingDenis Vlasenko
2008-03-19tftpd: make it emit error packetsDenis Vlasenko
2008-03-18unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko
2008-03-18mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko
2008-03-18patch: don't trash permissions of patched fileDenis Vlasenko
2008-03-18tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko
2008-03-18tftpd: fix bugs spotted by VladimirDenis Vlasenko
2008-03-17init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko
2008-03-17remove alarm() calls which were functioning as a primitivePaul Fox
2008-03-17init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko
2008-03-17httpd: small fixlet for POST upload - skipDenis Vlasenko
2008-03-17remove extra spaces in help text; delete duplicate #defineDenis Vlasenko
2008-03-17brctl: eliminate stray data objectDenis Vlasenko
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2008-03-17volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko
2008-03-17volude_id: remove unused fields and functions which were setting themDenis Vlasenko
2008-03-17selinux/*: -Wunused-parameter fixesDenis Vlasenko
2008-03-17svn add/svn rm to actually move tcp/udpsvd...Denis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-03-17tftpd: 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 appropriateDenis Vlasenko
2008-03-17clean up TODO file. No real code changes.Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
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