aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-1/+1
* eject: band-aid for kernel headers using u8 typeDenys Vlasenko2009-11-151-1/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-133-4/+4
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-1/+1
* fbsplash: allow compressed image filesVladimir Dronnikov2009-11-071-1/+8
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-023-4/+4
* mountpoint: btrfs fixVladimir Dronnikov2009-11-011-2/+11
* wall: new appletBernhard Reutner-Fischer2009-10-273-0/+43
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-272-3/+3
* menuconfig tweaksDenys Vlasenko2009-10-191-2/+2
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* *: use {i,u}toa() where appropriateDenys Vlasenko2009-10-061-3/+1
* sendmail: accept -i too, not only -oiVladimir Dronnikov2009-10-041-1/+1
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-3/+7
* hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2009-09-221-0/+3
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-062-2/+2
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-2/+2
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* 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