aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tftpd: small trivial shrinkDenis Vlasenko2008-03-191-5/+2
* die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko2008-03-191-11/+13
* ...and actually adding new file now...Denis Vlasenko2008-03-191-0/+34
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-195-1/+22
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-195-24/+34
* ifupdown: make it NOMMU-capableDenis Vlasenko2008-03-191-4/+4
* tftpd: fix download: we must change user AFTER bindDenis Vlasenko2008-03-191-37/+42
* tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko2008-03-192-65/+88
* tftp(d): a bit more verbose error reportingDenis Vlasenko2008-03-191-10/+15
* tftpd: make it emit error packetsDenis Vlasenko2008-03-192-118/+178
* unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-03-181-11/+4
* mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko2008-03-181-0/+4
* patch: don't trash permissions of patched fileDenis Vlasenko2008-03-181-10/+7
* tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko2008-03-182-23/+31
* tftpd: fix bugs spotted by VladimirDenis Vlasenko2008-03-181-3/+12
* init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko2008-03-171-5/+4
* remove alarm() calls which were functioning as a primitivePaul Fox2008-03-171-17/+3
* init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko2008-03-171-2/+16
* httpd: small fixlet for POST upload - skipDenis Vlasenko2008-03-171-1/+1
* remove extra spaces in help text; delete duplicate #defineDenis Vlasenko2008-03-172-5/+4
* brctl: eliminate stray data objectDenis Vlasenko2008-03-176-58/+85
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-1718-284/+269
* volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko2008-03-1722-238/+234
* volude_id: remove unused fields and functions which were setting themDenis Vlasenko2008-03-1737-327/+365
* selinux/*: -Wunused-parameter fixesDenis Vlasenko2008-03-1710-38/+52
* svn add/svn rm to actually move tcp/udpsvd...Denis Vlasenko2008-03-175-32/+4
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-1718-78/+157
* tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko2008-03-179-103/+274
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-1734-209/+172
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-1726-219/+214
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-177-23/+8
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-1736-58/+156
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-173-63/+65
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-17138-327/+352
* fsck: shrink (we were passing around some params which were unused)Denis Vlasenko2008-03-171-137/+100
* help text: regularize format, and shrinkDenis Vlasenko2008-03-173-1569/+1630
* mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko2008-03-171-18/+22
* fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!Denis Vlasenko2008-03-172-232/+191
* dos2unix: tiny shrinkDenis Vlasenko2008-03-178-207/+203
* less: improve search when data is not supplied fast enough by stdin -Denis Vlasenko2008-03-171-50/+64
* tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko2008-03-173-140/+198
* fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko2008-03-173-224/+139
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-177-64/+31
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-1214-83/+60
* nc: remove a bit of bloatDenis Vlasenko2008-03-127-301/+308
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-1210-1051/+829
* crond: make it NOMMU-capableDenis Vlasenko2008-03-126-427/+401
* fixups to vi usage, and move the initial redraw() past thePaul Fox2008-03-062-8/+14
* fixed the "dot" (i.e. '.') command, to properly re-init itsPaul Fox2008-03-061-58/+65
* define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.Paul Fox2008-03-051-0/+2