aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* man: mimic "no manual entry for 'bogus'" message and exitcodeDenis Vlasenko2008-06-271-4/+10
* style fixes, no code changesDenis Vlasenko2008-06-261-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-253-7/+5
* less: fix a case when regexp matches ""Denis Vlasenko2008-06-091-10/+13
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-35/+27
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-17/+17
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-012-0/+6
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-012-15/+15
* last: code shrinkDenis Vlasenko2008-05-252-19/+20
* inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko2008-05-243-0/+159
* - not sure but i may have had the shutdown-time wrong and no records to verifyBernhard Reutner-Fischer2008-05-221-1/+1
* - untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer2008-05-224-12/+22
* last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko2008-05-221-7/+40
* last: trim format string a bitDenis Vlasenko2008-05-221-1/+1
* last: optional alternative sysv-like implementationDenis Vlasenko2008-05-223-0/+299
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-192-2/+2
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-195-9/+9
* last: style fixesDenis Vlasenko2008-05-171-5/+10
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-26/+27
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-132-3/+3
* -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko2008-05-121-1/+1
* fix warnings about pointer signednessDenis Vlasenko2008-05-091-1/+1
* - fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-05-051-1/+1
* taskset: (1ull < 65) like ops are not good, avoid thatDenis Vlasenko2008-04-251-1/+3
* delay reconfig of input tty until target device has been both openedPaul Fox2008-04-231-11/+9
* whitespace fixes. no code changesDenis Vlasenko2008-04-222-11/+11
* build system: move misplaced config entry for script appletDenis Vlasenko2008-04-211-9/+3
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-1/+1
* man: handle many MANPAGER directives so that they do not overrideDenis Vlasenko2008-04-191-34/+44
* fix typo in Config.in hext textDenis Vlasenko2008-04-131-1/+1
* less: fix somewhat elusive case when less gets stuck in search modeDenis Vlasenko2008-04-131-6/+5
* man: new applet. ~600 bytes.Denis Vlasenko2008-04-133-0/+158
* crond: add handling of "MAILTO=user" linesDenis Vlasenko2008-04-071-18/+41
* fbsplash: more compact support for named pipes + EOF scenarioDenis Vlasenko2008-04-041-47/+34
* fbsplash: move to /sbin; small shrinkDenis Vlasenko2008-03-281-27/+26
* whitespace fixesDenis Vlasenko2008-03-281-11/+11
* fbsplash: support this usage:Denis Vlasenko2008-03-272-11/+32
* fbsplash: fix broken handling of buffered case:Denis Vlasenko2008-03-261-37/+24
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-262-2/+2
* fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfgDenis Vlasenko2008-03-263-26/+15
* fbsplash: shrink, better help text; inifile cannot specify image now;Denis Vlasenko2008-03-262-0/+464
* patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...Denis Vlasenko2008-03-262-6/+28
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-233-4/+0
* taskset: fix false failure in testsuiteDenis Vlasenko2008-03-221-0/+5
* small NOMMU fixesDenis Vlasenko2008-03-201-1/+1
* hdparm: do not lie about supporting -q (quiet)Denis Vlasenko2008-03-201-21/+25
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-192-2/+2
* brctl: eliminate stray data objectDenis Vlasenko2008-03-172-10/+11
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-1711-273/+259