aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.16.0 fixes, bump version to 1.16.11_16_1Denys Vlasenko2010-03-283-42/+40
* libbb: introduce and use monotonic_msDenys Vlasenko2010-01-121-2/+2
* *: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko2010-01-121-3/+4
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-5/+5
* *: remove some uses of argcDenys Vlasenko2010-01-043-6/+8
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-3/+1
* dc: make "dc -1.23 ..." workDenys Vlasenko2009-12-301-9/+8
* crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2009-12-131-15/+26
* randomconfig fixesDenys Vlasenko2009-12-121-2/+4
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-283-16/+7
* flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko2009-11-271-17/+30
* runlevel: -2 bytesDenys Vlasenko2009-11-261-4/+3
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-251-2/+2
* flashcp: new applet by Stefan Seyfried. +900 bytesStefan Seyfried2009-11-213-0/+159
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* 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