aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ping6: do not play dirty tricks with argvDenys Vlasenko2009-11-201-15/+26
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-189-25/+28
* wc: fix a hang gue to isprint(EOF)Dan Fandrich2009-11-181-16/+20
* libbb: fix vasprintf implementationDenys Vlasenko2009-11-171-1/+2
* hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytesDenys Vlasenko2009-11-173-62/+171
* tweak in commentDenys Vlasenko2009-11-161-1/+1
* hush: initial stab at brace expansion supportDenys Vlasenko2009-11-161-4/+133
* hush: fix handling of words with braces. +65 bytesDenys Vlasenko2009-11-163-8/+35
* hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko2009-11-163-10/+17
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-1515-49/+51
* hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko2009-11-154-18/+70
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-152-5/+30
* init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko2009-11-151-16/+18
* eject: band-aid for kernel headers using u8 typeDenys Vlasenko2009-11-151-1/+2
* fsck: add comment clarifying exit codesDenys Vlasenko2009-11-151-1/+10
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-154-11/+18
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-154-17/+13
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-142-6/+3
* httpd_post_upload.txt example: handle binary files tooDenys Vlasenko2009-11-131-37/+26
* sed: on output file, set not only mode, but owner tooDenys Vlasenko2009-11-131-2/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-1363-148/+148
* env: don't SEGV on bare "env -"Denys Vlasenko2009-11-121-8/+10
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-117-22/+12
* mdev_fat.conf: add a rule to run nameifDenys Vlasenko2009-11-111-1/+2
* ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko2009-11-111-47/+52
* fix 'not not' in commentDenys Vlasenko2009-11-091-1/+1
* tweak service examples a bit (less verbose comment in dhcp_if)Denys Vlasenko2009-11-092-37/+34
* tweak dhcp service example - add ntp configurationDenys Vlasenko2009-11-093-53/+84
* add and example of tftpd serviceDenys Vlasenko2009-11-084-0/+44
* tftpd: another small tweakDenys Vlasenko2009-11-081-3/+5
* tftp: another small tweakDenys Vlasenko2009-11-081-4/+4
* tftpd: slight correction to progress bar codeDenys Vlasenko2009-11-081-6/+8
* tftp: add optiona support for progress barMagnus Damm2009-11-082-18/+84
* tftp: extend tsize support a littleMagnus Damm2009-11-081-39/+57
* wget: factor out progress bar codeMagnus Damm2009-11-084-121/+169
* add more service examplesDenys Vlasenko2009-11-0821-9/+687
* tweak mdev_fat.conf exampleDenys Vlasenko2009-11-071-1/+4
* tweak examplesDenys Vlasenko2009-11-072-11/+14
* ifplugd: small optimizationDenys Vlasenko2009-11-071-1/+2
* fbsplash: allow compressed image filesVladimir Dronnikov2009-11-071-1/+8
* top: do not use #if inside printf, it can be a macroDenys Vlasenko2009-11-071-18/+6
* adding examples/mdev_fat.confDenys Vlasenko2009-11-071-0/+105
* mdev: print line# in error messagesDenys Vlasenko2009-11-071-1/+1
* add examples/mdev.confDenys Vlasenko2009-11-071-0/+30
* big endian warning fixesDenys Vlasenko2009-11-074-14/+18
* removed SuSv3 doc tarball - potential licensing problemDenys Vlasenko2009-11-061-0/+0
* whitespace fixesDenys Vlasenko2009-11-062-20/+20
* adding example runit-style service directoryDenys Vlasenko2009-11-0620-0/+613
* dumpleases: unicode spportTomas Heinrich2009-11-051-0/+8
* applets: meant to fix order, not enable bbshMike Frysinger2009-11-041-1/+1