aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2008-11-14inotifyd: fix "inotifyd with no params" caseDenis Vlasenko
2008-11-14inotify: document waiting behaviorDenis Vlasenko
2008-11-14inotify: fix buffer overflow and "unreaped zombies" problemDenis Vlasenko
2008-11-10build system: reorder less' options in config so thatDenis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-11-02less: fix pasting into search line ('/' cmd) -Denis Vlasenko
2008-10-31less: fix newly-introduced case of less spinning foreverDenis Vlasenko
2008-10-30dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko
2008-10-29randomconfig fixesDenis Vlasenko
2008-10-26devmem: fixlet in cleanup codeDenis Vlasenko
2008-10-26devmem: make it more script-friendly; don't do any readsDenis Vlasenko