summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setfiles: fix build failure after common_bufsiz change1_25_stableMike Frysinger2016-12-091-0/+1
* Apply post-1.25.0 patches, bump version to 1.25.11_25_1Denys Vlasenko2016-10-075-33/+72
* Bump version to 1.25.01_25_0Denys Vlasenko2016-06-221-1/+1
* libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko2016-06-211-0/+3
* setsid: fix broken -cDenys Vlasenko2016-06-201-1/+1
* typo fixDenys Vlasenko2016-06-201-1/+1
* scripts/trylink: libbusybox fixDenys Vlasenko2016-06-201-1/+1
* libarchive: fix open_zipped()Denys Vlasenko2016-06-201-7/+12
* libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-205-28/+23
* randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2016-06-202-2/+2
* modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko2016-06-201-12/+28
* randomconfig fixes 4Denys Vlasenko2016-06-202-2/+4
* randomconfig fixes 3Denys Vlasenko2016-06-202-1/+2
* randomconfig fixes 2Denys Vlasenko2016-06-194-3/+6
* randomconfig fixesDenys Vlasenko2016-06-1911-46/+80
* libbb: move common code into run_applet_and_exitRon Yorston2016-06-192-15/+8
* Allow "busybox <applet>" to work when busybox is disabledRon Yorston2016-06-181-0/+4
* ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko2016-06-061-17/+30
* libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa2016-05-311-0/+1
* Make busybox an optional appletDenys Vlasenko2016-05-312-3/+19
* cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-273-19/+56
* arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko2016-05-261-4/+7
* sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2016-05-062-12/+23
* flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko2016-04-241-12/+12
* flock: fix -c; improve error handling of fork+execDenys Vlasenko2016-04-241-2/+17
* ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy2016-04-241-13/+24
* sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2016-04-242-13/+43
* generate_BUFSIZ.sh: yet another tweakDenys Vlasenko2016-04-242-13/+42
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-2230-49/+49
* scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko2016-04-221-0/+10
* generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko2016-04-221-2/+2
* build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko2016-04-212-73/+109
* libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2016-04-212-3/+3
* libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2016-04-212-5/+6
* udhcp: add setup_common_bufsiz() as neededDenys Vlasenko2016-04-213-4/+8
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-2129-55/+83
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-2153-19/+63
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-2191-131/+414
* unzip: shorter code for date/time generationDenys Vlasenko2016-04-181-6/+6
* unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko2016-04-181-29/+33
* unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko2016-04-181-6/+29
* unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko2016-04-171-8/+35
* ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston2016-04-155-1/+7
* Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-153-6/+7
* sed: support "-f -" idiomDenys Vlasenko2016-04-081-2/+2
* unrpm: clean upMike Frysinger2016-04-041-30/+35
* undeb: clean upMike Frysinger2016-04-041-34/+40
* syslogd: minor tweaks to textMike Frysinger2016-04-041-2/+2
* kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman2016-04-031-1/+5
* kbuild: Make scripts executableMichal Marek2016-04-031-0/+0