summaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-3/+3
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-6/+4
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-4/+2
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-172-3/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-177-7/+7
* less: improve search when data is not supplied fast enough by stdin -Denis Vlasenko2008-03-171-50/+64
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-122-6/+3
* nc: remove a bit of bloatDenis Vlasenko2008-03-122-138/+103