aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-265-5/+18
* tcpudp: simplify help textDenys Vlasenko2011-07-251-3/+3
* less: add a TODO commentDenys Vlasenko2011-07-251-0/+3
* less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-254-84/+123
* libbb.h: do not use homegrown struct sysinfo.Denys Vlasenko2011-07-251-19/+4
* android_defconfig: remove some extra cflags. untestedDenys Vlasenko2011-07-231-1/+18
* add defconfig files for Android, Cygwin and FreeBSDDaniel Fandrich2011-07-194-0/+2995
* dc: fix a case where we can run off malloced spaceDenys Vlasenko2011-07-151-18/+7
* cttyhack: fail gracefully if the device node is missingKevin Cernekee2011-07-131-1/+3
* cttyhack: check sysfs for the name of the active consoleKevin Cernekee2011-07-131-31/+48
* fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)Denys Vlasenko2011-07-131-25/+18
* libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko2011-07-112-12/+161
* bloat-o-meter: don't require that pythin is in /usr/bin.Lauri Kasanen2011-07-081-2/+2
* make configs/* files have _defconfig suffixDenys Vlasenko2011-07-083-0/+0
* more tweak for bionicDenys Vlasenko2011-07-086-4/+65
* usleep: do not check for usleep error, it should never failDenys Vlasenko2011-07-081-3/+1
* a few tweaks for bionicDenys Vlasenko2011-07-084-3/+10
* Support configuring Busybox from _defconfig filesDaniel Fandrich2011-07-087-12/+9
* hwclock: use locale-specific date output formatDenys Vlasenko2011-07-081-10/+16
* halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko2011-07-081-1/+1
* typo fixesDan Fandrich2011-07-086-7/+7
* platform.h: tweaks for cygwinDenys Vlasenko2011-07-082-2/+23
* hwclock: better help textDenys Vlasenko2011-07-041-2/+2
* md5/shaNsum: make -c support a list of filesLauri Kasanen2011-07-041-68/+58
* vi: tweak regex.h includeDenys Vlasenko2011-07-031-3/+6
* halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko2011-07-031-1/+3
* Use the _unlocked stdio macros only when they're all availableDan Fandrich2011-06-302-21/+25
* libbb.h: tweak _unlocked hackDenys Vlasenko2011-06-301-36/+18
* Use the built-in getline on more systems that don't have itDan Fandrich2011-06-301-5/+13
* platform.c: provide getline implementationTimo Teras2011-06-292-0/+34
* vi: fix regex search, make it selectable in configWalter Harms2011-06-274-159/+181
* id: correct getgroups usageDenys Vlasenko2011-06-221-16/+15
* groups: make it NOEXECDenys Vlasenko2011-06-221-3/+9
* ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2011-06-212-1/+11
* groups: new appletTito Ragusa2011-06-214-12/+36
* Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2011-06-212-0/+7
* setserial: added missing \n in help textDan Fandrich2011-06-201-1/+1
* libbb: use _unlocked variants of stdio I/O.Denys Vlasenko2011-06-201-0/+38
* parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2011-06-202-50/+45
* modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras2011-06-201-14/+29
* diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko2011-06-191-7/+10
* libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko2011-06-181-3/+32
* procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-183-20/+19
* fix false positive in parse testDenys Vlasenko2011-06-181-0/+1
* parse_config: make test applet easier to enable; fix its codeDenys Vlasenko2011-06-183-35/+29
* libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko2011-06-173-44/+56
* inetd: check if RPC is availableBernhard Reutner-Fischer2011-06-151-2/+5
* ls: fix comment about -p (it's compatible now)Denys Vlasenko2011-06-131-4/+3
* ls: make -v and -X actually work as intendedDenys Vlasenko2011-06-131-7/+15
* iplink: tweak includes to work on androidDenys Vlasenko2011-06-121-1/+1