aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-07-06whois: implement -iDenys Vlasenko1-7/+11
2016-07-06whois: make it actually workDenys Vlasenko1-13/+124
2016-07-05build system: fix a few warnings for allnoconfig buildDenys Vlasenko3-15/+19
2016-07-05libbb: suppress warning about run_applet_and_exitRon Yorston1-2/+2
2016-07-04arp: fix buffer overflow. Closes 9071Denys Vlasenko1-3/+3
2016-07-03udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2-2/+10
2016-07-03ntpd: daemonize before DNS resolutionDenys Vlasenko1-20/+25
2016-06-29build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko1-72/+28
2016-06-24df: use f_frsize instead of f_bsize for correct sizesNatanael Copa1-10/+10
2016-06-24i2cdump: don't use common_bufsiz1Bartosz Golaszewski1-1/+1
2016-06-23ping: populate icmp_id field for "simple" ping tooJonas Danielsson1-0/+8
2016-06-22Start 1.26.0 development cycleDenys Vlasenko1-2/+2
2016-06-22Bump version to 1.25.01_25_0Denys Vlasenko1-1/+1
2016-06-21libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko1-0/+3
2016-06-20setsid: fix broken -cDenys Vlasenko1-1/+1
2016-06-20typo fixDenys Vlasenko1-1/+1
2016-06-20scripts/trylink: libbusybox fixDenys Vlasenko1-1/+1
2016-06-20libarchive: fix open_zipped()Denys Vlasenko1-7/+12
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko5-28/+23
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2-2/+2
2016-06-20modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko1-12/+28
2016-06-20randomconfig fixes 4Denys Vlasenko2-2/+4
2016-06-20randomconfig fixes 3Denys Vlasenko2-1/+2
2016-06-19randomconfig fixes 2Denys Vlasenko4-3/+6
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston2-15/+8
2016-06-18Allow "busybox <applet>" to work when busybox is disabledRon Yorston1-0/+4
2016-06-06ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko1-17/+30
2016-05-31libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa1-0/+1
2016-05-31Make busybox an optional appletDenys Vlasenko2-3/+19
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko3-19/+56
2016-05-26arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko1-4/+7
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2-12/+23
2016-04-24flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko1-12/+12
2016-04-24flock: fix -c; improve error handling of fork+execDenys Vlasenko1-2/+17
2016-04-24ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy1-13/+24
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2-13/+43
2016-04-24generate_BUFSIZ.sh: yet another tweakDenys Vlasenko2-13/+42
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-22scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko1-0/+10
2016-04-22generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko1-2/+2
2016-04-21build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko2-73/+109
2016-04-21libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2-3/+3
2016-04-21libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2-5/+6
2016-04-21udhcp: add setup_common_bufsiz() as neededDenys Vlasenko3-4/+8
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko1-6/+6