aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2008-07-20man: fix breakage: must not die on lines with < 2 tokensDenis Vlasenko
2008-07-20mn: use libbb for config parsing (by Vladimir)Denis Vlasenko
2008-07-19libbb: config_read() updateDenis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko
2008-07-16update of config file parser from VladimirDenis Vlasenko
2008-07-15sleep: make fractional seconds separately selectable in .configDenis Vlasenko
2008-07-11time: don't segfault with no argumentsDenis Vlasenko
2008-07-11taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko
2008-07-09whitespace fixDenis Vlasenko
2008-07-09last: fix ctime(ptr) ptr type mismatchDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-07-05man: fix inverted cat/man bool variableDenis Vlasenko
2008-07-05man: code shrinkDenis Vlasenko
2008-07-04man: support cat pages too (by Jason Curl <jcurlnews AT arcor.de>)Denis Vlasenko
2008-07-04man: fix missed NULL termination of an arrayDenis Vlasenko
2008-07-01sendmail: fix wrong vfork usage here tooDenis Vlasenko
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko
2008-07-01- wrap overlong linesBernhard Reutner-Fischer
2008-07-01*: introduce and use xvfork()Denis Vlasenko
2008-06-30crond: use execlp instead of execlDenis Vlasenko
2008-06-30sendmail: from Vladimir:Denis Vlasenko
2008-06-28sendmail: another update from the maintainerDenis Vlasenko
2008-06-27stat: pointers are not 0L, they are NULLDenis Vlasenko
2008-06-27man: mimic "no manual entry for 'bogus'" message and exitcodeDenis Vlasenko
2008-06-26style fixes, no code changesDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-09less: fix a case when regexp matches ""Denis Vlasenko
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko
2008-06-05replace single-char printf's with bb_putcharDenis Vlasenko
2008-06-01ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko
2008-06-01- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-05-25last: code shrinkDenis Vlasenko
2008-05-24inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko
2008-05-22- not sure but i may have had the shutdown-time wrong and no records to verifyBernhard Reutner-Fischer
2008-05-22- untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer
2008-05-22last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko
2008-05-22last: trim format string a bitDenis Vlasenko
2008-05-22last: optional alternative sysv-like implementationDenis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-17last: style fixesDenis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-12-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko
2008-05-09fix warnings about pointer signednessDenis Vlasenko
2008-05-05- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-04-25taskset: (1ull < 65) like ops are not good, avoid thatDenis Vlasenko