aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-20watchdog: enable it before setting timeoutDenis Vlasenko
2009-04-01more of pointless whitespace fixesDenis Vlasenko
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-29build system: hdparm -d is not that dangerous, remove warningDenis Vlasenko
2009-03-22timeout: fix parsing of -t NUM on MMUDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2009-03-16chat: update by VladimirDenis Vlasenko
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko
2009-02-26runsv: small optimizationDenis Vlasenko
2009-02-24flash_eraseall.c: fix vda's breakageDenis Vlasenko
2009-02-23- by not calling getpagesize() twice we can save 2 bytes (walter harms)Bernhard Reutner-Fischer
2009-02-19flash_eraseall: shrinkDenis Vlasenko
2009-02-18- bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer
2009-02-18- document ppm header and skip whitespaceBernhard Reutner-Fischer
2009-02-18- eliminate globalsBernhard Reutner-Fischer
2009-02-18- make it compile and shrink it a little bit (~-110 bytes)Bernhard Reutner-Fischer
2009-02-18- add flash_eraseallBernhard Reutner-Fischer
2009-02-16- PPMs can have comments in the header.Bernhard Reutner-Fischer
2009-02-14- misc untested shrinkage:Bernhard Reutner-Fischer
2009-02-14- improve helptext of obsolete devfs stuff..Bernhard Reutner-Fischer
2009-02-03crond,crontab: make cron directory location configurableDenis Vlasenko
2009-01-31ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko