| Commit message (Expand) | Author | Files | Lines |
2016-10-07 | Apply post-1.25.0 patches, bump version to 1.25.11_25_1 | Denys Vlasenko | 1 | -26/+62 |
2016-06-22 | Bump version to 1.25.01_25_0 | Denys Vlasenko | 1 | -1/+1 |
2016-06-21 | libarchive: fix xmalloc_open_zipped_read_close() | Denys Vlasenko | 1 | -0/+3 |
2016-06-20 | setsid: fix broken -c | Denys Vlasenko | 1 | -1/+1 |
2016-06-20 | typo fix | Denys Vlasenko | 1 | -1/+1 |
2016-06-20 | scripts/trylink: libbusybox fix | Denys Vlasenko | 1 | -1/+1 |
2016-06-20 | libarchive: fix open_zipped() | Denys Vlasenko | 1 | -7/+12 |
2016-06-20 | libarchive: fix xmalloc_open_zipped_read_close() on NOMMU | Denys Vlasenko | 5 | -28/+23 |
2016-06-20 | randomconfig fixes 5: false positive for tar; mount emits corrupted message | Denys Vlasenko | 2 | -2/+2 |
2016-06-20 | modprobe-small: fix bogus handling of unpack errors | Denys Vlasenko | 1 | -12/+28 |
2016-06-20 | randomconfig fixes 4 | Denys Vlasenko | 2 | -2/+4 |
2016-06-20 | randomconfig fixes 3 | Denys Vlasenko | 2 | -1/+2 |
2016-06-19 | randomconfig fixes 2 | Denys Vlasenko | 4 | -3/+6 |
2016-06-19 | randomconfig fixes | Denys Vlasenko | 11 | -46/+80 |
2016-06-19 | libbb: move common code into run_applet_and_exit | Ron Yorston | 2 | -15/+8 |
2016-06-18 | Allow "busybox <applet>" to work when busybox is disabled | Ron Yorston | 1 | -0/+4 |
2016-06-06 | ntpd: retry initial DNS resolution (forever, no timeout for now). | Denys Vlasenko | 1 | -17/+30 |
2016-05-31 | libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 | Natanael Copa | 1 | -0/+1 |
2016-05-31 | Make busybox an optional applet | Denys Vlasenko | 2 | -3/+19 |
2016-05-27 | cp: add -u/--update and --remove-destination | Denys Vlasenko | 3 | -19/+56 |
2016-05-26 | arping: avoid use of ether_ntoa(). Closes 8926 | Denys Vlasenko | 1 | -4/+7 |
2016-05-06 | sed: fix append command to match GNU sed 4.2.1 | Denys Vlasenko | 2 | -12/+23 |
2016-04-24 | flock: merge spawn_and_wait() code patchs for -c and sans-c uses | Denys Vlasenko | 1 | -12/+12 |
2016-04-24 | flock: fix -c; improve error handling of fork+exec | Denys Vlasenko | 1 | -2/+17 |
2016-04-24 | ip: fix problem on mips64 n64 big endian musl systems | Szabolcs Nagy | 1 | -13/+24 |
2016-04-24 | sed: understand \n,\r and \t in i and a commands. Closes 8871 | Denys Vlasenko | 2 | -13/+43 |
2016-04-24 | generate_BUFSIZ.sh: yet another tweak | Denys Vlasenko | 2 | -13/+42 |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 30 | -49/+49 |
2016-04-22 | scripts/trylink: document DATA_SEGMENT_ALIGN() hack | Denys Vlasenko | 1 | -0/+10 |
2016-04-22 | generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" builds | Denys Vlasenko | 1 | -2/+2 |
2016-04-21 | build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds | Denys Vlasenko | 2 | -73/+109 |
2016-04-21 | libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer) | Denys Vlasenko | 2 | -3/+3 |
2016-04-21 | libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work | Denys Vlasenko | 2 | -5/+6 |
2016-04-21 | udhcp: add setup_common_bufsiz() as needed | Denys Vlasenko | 3 | -4/+8 |
2016-04-21 | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 29 | -55/+83 |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 53 | -19/+63 |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 91 | -131/+414 |
2016-04-18 | unzip: shorter code for date/time generation | Denys Vlasenko | 1 | -6/+6 |
2016-04-18 | unzip: better match for "standard" unzip's output; string shrinkage | Denys Vlasenko | 1 | -29/+33 |
2016-04-18 | unzip: fix percent overflow; show "stored" files properly | Denys Vlasenko | 1 | -6/+29 |
2016-04-17 | unzip: fix a case where we find wrong CDE. Closes 8821 | Denys Vlasenko | 1 | -8/+35 |
2016-04-15 | ash: bash-compatible $'...' shouldn't expand in double quotes | Ron Yorston | 5 | -1/+7 |
2016-04-15 | Rewrite iteration through applet names to save a few bytes | Ron Yorston | 3 | -6/+7 |
2016-04-08 | sed: support "-f -" idiom | Denys Vlasenko | 1 | -2/+2 |
2016-04-04 | unrpm: clean up | Mike Frysinger | 1 | -30/+35 |
2016-04-04 | undeb: clean up | Mike Frysinger | 1 | -34/+40 |
2016-04-04 | syslogd: minor tweaks to text | Mike Frysinger | 1 | -2/+2 |
2016-04-03 | kconfig/lxdialog: get ncurses CFLAGS with pkg-config | Bjørn Forsman | 1 | -1/+5 |
2016-04-03 | kbuild: Make scripts executable | Michal Marek | 1 | -0/+0 |
2016-04-03 | kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h | Yann E. MORIN | 1 | -2/+2 |