aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* less: correctly wrap lines with tabsDenis Vlasenko2008-10-261-27/+27
* devmem: new appletDenis Vlasenko2008-10-263-0/+131
* less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMDDenis Vlasenko2008-10-262-2/+3
* less: disable _ command, it's useless bloatDenis Vlasenko2008-10-261-0/+5
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-84/+53
* less: add optional line number toggle and resizing on SIGWINCH.Denis Vlasenko2008-10-242-65/+106
* less: add less v.418 help text doc. No code changes.Denis Vlasenko2008-10-241-2/+209
* less: experimental code to enable wrap/no-wrapDenis Vlasenko2008-10-241-1/+136
* less: more sane way of line numbering. Prepares forDenis Vlasenko2008-10-231-22/+53
* - use sys/inotify.hBernhard Reutner-Fischer2008-10-211-1/+1
* dc: conditionalize parts which require libmDenis Vlasenko2008-10-202-0/+12
* watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko2008-10-041-0/+2