aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.15.1 fixesDenys Vlasenko2009-10-081-0/+3
* beep: optimizeDenys Vlasenko2009-08-222-68/+56
* add config knob for default freq and lengthBernhard Reutner-Fischer2009-08-212-2/+26
* add simple beep appletBernhard Reutner-Fischer2009-08-213-0/+126
* typo fix in commentDenys Vlasenko2009-08-141-1/+1
* volname: new appletMatthew Stoltenberg2009-08-133-0/+61
* rx: strip padding from last block. closes bug 501.Denys Vlasenko2009-08-021-43/+59
* man: use man.config, not only man.conf (man version 1.6f compat)Denys Vlasenko2009-07-241-2/+6
* fix fallout from BSD patchesDenys Vlasenko2009-07-101-1/+2
* move libc related stuff out of platform.hDenys Vlasenko2009-07-082-4/+6
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-16/+9
* flash_lock, flash_unlock: new appletsDenys Vlasenko2009-05-253-1/+86
* hdparm: fix a thinko in a previous commitDenys Vlasenko2009-05-201-1/+2
* hdparm: code shrinkDenys Vlasenko2009-05-201-171/+146
* hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko2009-05-201-43/+83
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-171-8/+6
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-291-1/+1
* we need to daemonize *before* opening the watchdog deviceMike Frysinger2009-04-251-4/+9
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-214-30/+30
* watchdog: enable it before setting timeoutDenis Vlasenko2009-04-201-2/+9
* more of pointless whitespace fixesDenis Vlasenko2009-04-012-3/+3
* trailing whitespace removalDenis Vlasenko2009-04-011-2/+2
* build system: hdparm -d is not that dangerous, remove warningDenis Vlasenko2009-03-291-2/+1
* timeout: fix parsing of -t NUM on MMUDenis Vlasenko2009-03-221-1/+1
* Compatibility fixes:Denis Vlasenko2009-03-201-1/+2
* chat: update by VladimirDenis Vlasenko2009-03-161-53/+44
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-111-1/+1
* runsv: small optimizationDenis Vlasenko2009-02-261-2/+2
* flash_eraseall.c: fix vda's breakageDenis Vlasenko2009-02-241-1/+1
* - by not calling getpagesize() twice we can save 2 bytes (walter harms)Bernhard Reutner-Fischer2009-02-231-2/+2
* flash_eraseall: shrinkDenis Vlasenko2009-02-191-35/+39
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-181-1/+3
* - 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