aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* more of pointless whitespace fixesDenis Vlasenko2009-04-012-3/+3
* trailing whitespace removalDenis Vlasenko2009-04-011-2/+2
* build system: hdparm -d is not that dangerous, remove warningDenis Vlasenko2009-03-291-2/+1
* timeout: fix parsing of -t NUM on MMUDenis Vlasenko2009-03-221-1/+1
* Compatibility fixes:Denis Vlasenko2009-03-201-1/+2
* chat: update by VladimirDenis Vlasenko2009-03-161-53/+44
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-111-1/+1
* runsv: small optimizationDenis Vlasenko2009-02-261-2/+2
* flash_eraseall.c: fix vda's breakageDenis Vlasenko2009-02-241-1/+1
* - by not calling getpagesize() twice we can save 2 bytes (walter harms)Bernhard Reutner-Fischer2009-02-231-2/+2
* flash_eraseall: shrinkDenis Vlasenko2009-02-191-35/+39
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-181-1/+3
* - document ppm header and skip whitespaceBernhard Reutner-Fischer2009-02-181-2/+14
* - eliminate globalsBernhard Reutner-Fischer2009-02-181-5/+10
* - make it compile and shrink it a little bit (~-110 bytes)Bernhard Reutner-Fischer2009-02-181-36/+33
* - add flash_eraseallBernhard Reutner-Fischer2009-02-183-0/+196
* - PPMs can have comments in the header.Bernhard Reutner-Fischer2009-02-161-24/+21
* - misc untested shrinkage:Bernhard Reutner-Fischer2009-02-141-11/+15
* - improve helptext of obsolete devfs stuff..Bernhard Reutner-Fischer2009-02-141-3/+8
* crond,crontab: make cron directory location configurableDenis Vlasenko2009-02-033-9/+10
* ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko2009-01-313-0/+107
* - update Michele addressBernhard Reutner-Fischer2009-01-271-2/+1
* dc: fix the "base 2" patch omission of base not being setDenis Vlasenko2008-12-301-1/+3
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-7/+5
* watchdog: build fixes, no code changesDenis Vlasenko2008-12-141-2/+7
* libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2008-12-101-3/+1
* clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko2008-12-041-2/+2
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* crond: use bb_setpgrp, not setpgrpDenis Vlasenko2008-12-031-2/+2
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-5/+1
* crond: put tasks in separate process groupsDenis Vlasenko2008-12-021-0/+4
* mountpoint: add -n option (by Vladimir)Denis Vlasenko2008-11-291-37/+43
* inotifyd: save resourses by closing unused inotify descriptorsDenis Vlasenko2008-11-291-4/+3
* timeout: fix a few bugs. vda is stupidDenis Vlasenko2008-11-241-115/+2
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-243-0/+236
* strings: code shrink -22 bytes by TitoDenis Vlasenko2008-11-231-5/+4
* inotifyd: exit if x event happened for all filesDenis Vlasenko2008-11-201-13/+29
* inotify: add x, o, and u eventsDenis Vlasenko2008-11-171-18/+27
* man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko2008-11-161-47/+56
* inotifyd: fix "inotifyd with no params" caseDenis Vlasenko2008-11-141-1/+1
* inotify: document waiting behaviorDenis Vlasenko2008-11-141-1/+1
* inotify: fix buffer overflow and "unreaped zombies" problemDenis Vlasenko2008-11-141-22/+29
* build system: reorder less' options in config so thatDenis Vlasenko2008-11-101-16/+16
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-062-6/+6
* less: fix pasting into search line ('/' cmd) -Denis Vlasenko2008-11-021-11/+17
* less: fix newly-introduced case of less spinning foreverDenis Vlasenko2008-10-311-6/+10
* dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko2008-10-301-6/+32
* randomconfig fixesDenis Vlasenko2008-10-291-0/+2
* devmem: fixlet in cleanup codeDenis Vlasenko2008-10-261-1/+1
* devmem: make it more script-friendly; don't do any readsDenis Vlasenko2008-10-261-37/+42