aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * decompress_uncompress: move 'code' variable into loop - sole userDenys Vlasenko2012-12-051-13/+14
| * ash: fix a memory leakJon Tollefson2012-11-131-0/+2
| * volume_id: add exFAT detectionS-G Bergh2012-11-135-0/+145
| * ifupdown: code shrinkDenys Vlasenko2012-11-091-7/+4
| * ifupdown: remove unused errno assignmentsDenys Vlasenko2012-11-051-6/+3
| * ifupdown: simple code shrinkDenys Vlasenko2012-11-051-2/+2
| * blkid: show filesystem when both label and UUID are missing, but type is knownS-G Bergh2012-11-051-1/+5
| * build system: use pkg-config to look up selinux libsMike Frysinger2012-10-202-1/+12
| * fbsplash: fix regression from e4fa7b7Timo Teräs2012-10-171-3/+2
| * nanddump: invert the meaning of the -o parameter to match upstreamBaruch Siach2012-10-151-4/+4
| * nanddump: skip bad blocks when instructed to do soBaruch Siach2012-10-151-1/+1
| * nanddump: use the right operator of logic ANDBaruch Siach2012-10-151-1/+1
* | Add a build option to turn MSVCRT globbing on or offRon Yorston2012-12-104-3/+15
* | du: enable for MINGW with fake block countRon Yorston2012-11-292-3/+11
* | Ensure mingw_stat is called when necessaryRon Yorston2012-11-295-3/+15
* | mktemp: fix error detection in MINGWRon Yorston2012-10-111-0/+4
* | Enable mktemp in default MINGW configRon Yorston2012-10-101-9/+9
* | Merge branch 'busybox' into mergeRon Yorston2012-10-1022-190/+314
|\|
| * mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is setRon Yorston2012-10-081-21/+19
| * adduser: make it accept "adduser USER GROUP" formTito Ragusa2012-10-081-8/+14
| * mark get_shell_name FAST_FUNCDenys Vlasenko2012-10-032-2/+2
| * top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko2012-10-021-0/+2
| * ash: implement export -nDenys Vlasenko2012-10-011-4/+26
| * brctl: fix description and usageNicolas Thill2012-09-292-4/+4
| * udhcpc[6]: allow discover_retries == 0 (infinite)Felix Fietkau2012-09-272-4/+4
| * flashcp: remove unused variable optsManuel Zerpies2012-09-271-2/+1
| * lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko2012-09-271-1/+2
| * fix unsafe bb_perror_msg(filename) callsDenys Vlasenko2012-09-272-3/+3
| * scripts/kconfig/mconf: work on systems w/o SIGWINCHDenys Vlasenko2012-09-271-5/+11
| * libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-272-4/+4
| * top: do not touch stdin if -bDenys Vlasenko2012-09-261-10/+16
| * modprobe_small: make rmmod to NOT remove dependencies. Closes 5162Denys Vlasenko2012-09-251-2/+9
| * ash: trivial fixes for compile failuresDenys Vlasenko2012-09-251-5/+6
| * top: fix build failure in !USE_TERMIOS caseDenys Vlasenko2012-09-251-17/+20
| * ps: fix build failure in !DESKTOP caseDenys Vlasenko2012-09-251-3/+3
| * top: implement scrolling up/down (_very_ useful)Denys Vlasenko2012-09-212-74/+110
| * ushcpc: gracefully handle packets with CHECKSUM_PARTIALAlexey Froloff2012-09-171-8/+49
| * telnet: convert Enter -> CR LF in line mode tooDenys Vlasenko2012-09-171-11/+18
| * telnet: shrink literal string sizeDenys Vlasenko2012-09-171-4/+4
| * telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to serverDenys Vlasenko2012-09-132-17/+6
* | winansi: skip DECTCEM sequence to avoid ugliness in viRon Yorston2012-10-101-0/+7
* | stat: fix order of option symbolsRon Yorston2012-10-091-3/+3
* | stat: allow -f option to be disabledRon Yorston2012-10-093-5/+36
* | Revised quoting of command line arguments for WIN32Ron Yorston2012-10-053-7/+17
* | mingw.h: fixes for MinGW-w64Ron Yorston2012-09-191-12/+5
* | Remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from config fileRon Yorston2012-09-191-1/+0
* | Simplify recursive directory creationRon Yorston2012-09-071-8/+5
* | Merge branch 'busybox' into mergeRon Yorston2012-09-0799-801/+1499
|\|
| * fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij2012-09-061-5/+22
| * find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko2012-09-061-14/+21