aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2009-12-30dc: make "dc -1.23 ..." workDenys Vlasenko
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-27flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko
2009-11-26runlevel: -2 bytesDenys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-21flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-15eject: band-aid for kernel headers using u8 typeDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2009-11-07fbsplash: allow compressed image filesVladimir Dronnikov
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-11-01mountpoint: btrfs fixVladimir Dronnikov
2009-10-27wall: new appletBernhard Reutner-Fischer
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-19menuconfig tweaksDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-10-04sendmail: accept -i too, not only -oiVladimir Dronnikov
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-09-22hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-08-22beep: optimizeDenys Vlasenko
2009-08-21add config knob for default freq and lengthBernhard Reutner-Fischer
2009-08-21add simple beep appletBernhard Reutner-Fischer
2009-08-14typo fix in commentDenys Vlasenko
2009-08-13volname: new appletMatthew Stoltenberg
2009-08-02rx: strip padding from last block. closes bug 501.Denys Vlasenko
2009-07-24man: use man.config, not only man.conf (man version 1.6f compat)Denys Vlasenko
2009-07-10fix fallout from BSD patchesDenys Vlasenko
2009-07-08move libc related stuff out of platform.hDenys Vlasenko
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-05-20hdparm: fix a thinko in a previous commitDenys Vlasenko
2009-05-20hdparm: code shrinkDenys Vlasenko
2009-05-20hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko
2009-05-17line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko
2009-04-25we need to daemonize *before* opening the watchdog deviceMike Frysinger