aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-18wc: fix a hang gue to isprint(EOF)Dan Fandrich
2009-11-17libbb: fix vasprintf implementationDenys Vlasenko
2009-11-17hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytesDenys Vlasenko
2009-11-16tweak in commentDenys Vlasenko
2009-11-16hush: initial stab at brace expansion supportDenys Vlasenko
2009-11-16hush: fix handling of words with braces. +65 bytesDenys Vlasenko
2009-11-16hush: fix exit code propagation from `cmd`. +45 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15hush: wait for `cmd` to complete, and immediately store its exitcode in $?Denys Vlasenko
2009-11-15date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko
2009-11-15init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko
2009-11-15eject: band-aid for kernel headers using u8 typeDenys Vlasenko
2009-11-15fsck: add comment clarifying exit codesDenys Vlasenko
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-13httpd_post_upload.txt example: handle binary files tooDenys Vlasenko
2009-11-13sed: on output file, set not only mode, but owner tooDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-12env: don't SEGV on bare "env -"Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-11-11mdev_fat.conf: add a rule to run nameifDenys Vlasenko
2009-11-11ash: fix bad interaction of "stty -echo" + ASK_TERMINALDenys Vlasenko
2009-11-09fix 'not not' in commentDenys Vlasenko
2009-11-09tweak service examples a bit (less verbose comment in dhcp_if)Denys Vlasenko
2009-11-09tweak dhcp service example - add ntp configurationDenys Vlasenko
2009-11-08add and example of tftpd serviceDenys Vlasenko
2009-11-08tftpd: another small tweakDenys Vlasenko
2009-11-08tftp: another small tweakDenys Vlasenko
2009-11-08tftpd: slight correction to progress bar codeDenys Vlasenko
2009-11-08tftp: add optiona support for progress barMagnus Damm
2009-11-08tftp: extend tsize support a littleMagnus Damm
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-11-08add more service examplesDenys Vlasenko
2009-11-07tweak mdev_fat.conf exampleDenys Vlasenko
2009-11-07tweak examplesDenys Vlasenko
2009-11-07ifplugd: small optimizationDenys Vlasenko
2009-11-07fbsplash: allow compressed image filesVladimir Dronnikov
2009-11-07top: do not use #if inside printf, it can be a macroDenys Vlasenko
2009-11-07adding examples/mdev_fat.confDenys Vlasenko
2009-11-07mdev: print line# in error messagesDenys Vlasenko
2009-11-07add examples/mdev.confDenys Vlasenko
2009-11-07big endian warning fixesDenys Vlasenko
2009-11-06removed SuSv3 doc tarball - potential licensing problemDenys Vlasenko
2009-11-06whitespace fixesDenys Vlasenko
2009-11-06adding example runit-style service directoryDenys Vlasenko
2009-11-05dumpleases: unicode spportTomas Heinrich
2009-11-04applets: meant to fix order, not enable bbshMike Frysinger
2009-11-04all_sourcecode.tests: check commented out applet order tooMike Frysinger