aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
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
2008-10-26less: correctly wrap lines with tabsDenis Vlasenko
2008-10-26devmem: new appletDenis Vlasenko
2008-10-26less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMDDenis Vlasenko
2008-10-26less: disable _ command, it's useless bloatDenis Vlasenko
2008-10-25less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko
2008-10-24less: add optional line number toggle and resizing on SIGWINCH.Denis Vlasenko
2008-10-24less: add less v.418 help text doc. No code changes.Denis Vlasenko
2008-10-24less: experimental code to enable wrap/no-wrapDenis Vlasenko
2008-10-23less: more sane way of line numbering. Prepares forDenis Vlasenko
2008-10-21- use sys/inotify.hBernhard Reutner-Fischer
2008-10-20dc: conditionalize parts which require libmDenis Vlasenko
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko
2008-09-27style fixes, no code changesDenis Vlasenko
2008-09-26- add less -I to be able to search case-insensitivelyBernhard Reutner-Fischer
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-21crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)Denis Vlasenko
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko
2008-09-14man: do not use default if /etc/man.conf has different MANPATHDenis Vlasenko
2008-09-14man: use default MANPATH of "/usr/man"; do not search paths twiceDenis Vlasenko
2008-09-11runsvd: shrink by VladimirDenis Vlasenko
2008-09-07watchdog: add -T optionDenis Vlasenko
2008-08-05man: teach it to use .lzma if requested by .configDenis Vlasenko
2008-08-05man: yet another fixlet to "manpage link" codeDenis Vlasenko
2008-08-05man: fixlet for man linksDenis Vlasenko