aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-11-04applets: fix alphabetical orderMike Frysinger
2009-11-04tests: fix POSIX shell source styleMike Frysinger
2009-11-04lsmod: beautify. no code changesDenys Vlasenko
2009-11-04libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko
2009-11-04fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko
2009-11-03mkfs_vfat: fixes for large image casesDenys Vlasenko
2009-11-03mkswap: add -L LABEL option. closes bug 689.Denys Vlasenko
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko
2009-11-02udhcpc: log script parameter tooDenys Vlasenko
2009-11-02include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-02mkfs.reiser: new applet. needs much polishingVladimir Dronnikov
2009-11-02btrfs.c: check first two superblocks, for additional robustnessDenys Vlasenko
2009-11-01volume_id: add FAST_FUNC where appropriateDenys Vlasenko
2009-11-01volume_id: add support for btrfsVladimir Dronnikov
2009-11-01mdev: do not die on mknod errorsDenys Vlasenko
2009-11-01mountpoint: btrfs fixVladimir Dronnikov
2009-11-01Add more compat code for non GNU environmentsDan Fandrich
2009-10-29tty: use defines rather than constantsBernhard Reutner-Fischer