aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2009-01-27- update Michele addressBernhard Reutner-Fischer
2008-12-30dc: fix the "base 2" patch omission of base not being setDenis Vlasenko
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko
2008-12-14watchdog: build fixes, no code changesDenis Vlasenko
2008-12-10libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko
2008-12-04clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-03crond: use bb_setpgrp, not setpgrpDenis Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-12-02crond: put tasks in separate process groupsDenis Vlasenko
2008-11-29mountpoint: add -n option (by Vladimir)Denis Vlasenko
2008-11-29inotifyd: save resourses by closing unused inotify descriptorsDenis Vlasenko
2008-11-24timeout: fix a few bugs. vda is stupidDenis Vlasenko
2008-11-24timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko
2008-11-23strings: code shrink -22 bytes by TitoDenis Vlasenko
2008-11-20inotifyd: exit if x event happened for all filesDenis Vlasenko
2008-11-17inotify: add x, o, and u eventsDenis Vlasenko
2008-11-16man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko