aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cpio: tweak help textDenys Vlasenko2016-07-081-4/+4
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-0658-159/+168
* whois: implement -iDenys Vlasenko2016-07-061-7/+11
* whois: make it actually workDenys Vlasenko2016-07-061-13/+124
* build system: fix a few warnings for allnoconfig buildDenys Vlasenko2016-07-053-15/+19
* libbb: suppress warning about run_applet_and_exitRon Yorston2016-07-051-2/+2
* arp: fix buffer overflow. Closes 9071Denys Vlasenko2016-07-041-3/+3
* udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2016-07-032-2/+10
* ntpd: daemonize before DNS resolutionDenys Vlasenko2016-07-031-20/+25
* build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko2016-06-291-72/+28
* df: use f_frsize instead of f_bsize for correct sizesNatanael Copa2016-06-241-10/+10
* i2cdump: don't use common_bufsiz1Bartosz Golaszewski2016-06-241-1/+1
* ping: populate icmp_id field for "simple" ping tooJonas Danielsson2016-06-231-0/+8
* Start 1.26.0 development cycleDenys Vlasenko2016-06-221-2/+2
* 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