aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2015-03-14109-2939/+3134
|\
| * vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko2015-03-121-4/+4
| * Use chomp to remove newlinesRon Yorston2015-03-124-5/+5
| * od: fix printing of high-bit charsRon Yorston2015-03-121-8/+6
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-1251-151/+165
| * deluser: also remove user from /etc/groupDenys Vlasenko2015-03-122-8/+48
| * arping: fix iface name in error messagesAlexander Korolkov2015-03-121-2/+1
| * patch: segfault fix. Closes 7916Denys Vlasenko2015-03-111-0/+10
| * mount: -T OTHERTAB supportIsaac Dunham2015-03-112-94/+108
| * ntpd: tweak help textDenys Vlasenko2015-03-051-1/+2
| * inetd: fix order of array index check and array accessDenys Vlasenko2015-03-031-3/+5
| * ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko2015-03-021-4/+4
| * runsvdir: if pid==1, also intercept SIGINT for -s SCRIPTDenys Vlasenko2015-03-021-6/+10
| * runsvdir: do not block SIGCHLD around poll/sleepDenys Vlasenko2015-03-021-2/+0
| * runsvdir: (almost) close a signal raceDenys Vlasenko2015-03-021-25/+28
| * acpid: fix loggingSerj Kalichev2015-02-231-5/+3
| * ls: heed compiler warningDenys Vlasenko2015-02-231-1/+1
| * modinfo: fix fallout from basename removalDenys Vlasenko2015-02-211-1/+1
| * libpwdgrp: fix thinko in getpwnamTito Ragusa2015-02-191-9/+1
| * wget: fix --header to not append duplicate headersBernhard Reutner-Fischer2015-02-181-20/+78
| * trivial code shrinkDenys Vlasenko2015-02-184-13/+14
| * ls: trivial code shrinkDenys Vlasenko2015-02-181-5/+5
| * dc: tweak parsingBernhard Reutner-Fischer2015-02-162-30/+83
| * ls: fix year 9999 bug :)Denys Vlasenko2015-02-161-5/+8
| * modprobe-small: fix thinko in previous commitDenys Vlasenko2015-02-131-1/+1
| * modprobe-small: if concurrent module load did not succeed, waitDenys Vlasenko2015-02-121-9/+41
| * i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski2015-02-101-0/+1396
| * unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-104-43/+63
| * libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-074-43/+53
| * modprobe-small: fix and simplify rmmodDenys Vlasenko2015-02-071-32/+43
| * libbb/loop: don't try to re-use existing loop deviceKevin Wallace2015-02-071-10/+1
| * examples/mdev_fat.conf: document that newer mdev exposes pathDenys Vlasenko2015-02-071-3/+9
| * dd: add optional support for status=noxfer/noneAri Sundholm2015-02-072-70/+111
| * ash: fix a SEGV case in an invalid heredocDenys Vlasenko2015-02-053-4/+15
| * deluser: implement --remove-homeDenys Vlasenko2015-02-051-2/+20
| * fstrim: fix help textDenys Vlasenko2015-02-041-1/+1
| * route: fix bogus read error when route table is emptyDenys Vlasenko2015-02-041-6/+11
| * route: improve -A inet6Denys Vlasenko2015-02-031-16/+15
| * gzip: trivial code shrink -5 bytesDenys Vlasenko2015-02-031-4/+4
| * ifconfig: fix double free fatal error in INET_sprintDenys Vlasenko2015-02-031-2/+2
| * libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noportDenys Vlasenko2015-02-031-51/+33
| * gzip: speed up and shrink put_16bit()Denys Vlasenko2015-02-022-7/+36
| * gzip: do not store timestamp in gzip headerRich Felker2015-02-021-4/+16
| * platform.h: enable mempcpy for FreeBSDDenys Vlasenko2015-02-021-1/+6
| * ubiattach: add option -OMicke Prag2015-01-301-4/+8
| * telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernelMartin Kaiser2015-01-301-2/+1
| * dpkg: update supported compression methodsDenys Vlasenko2015-01-306-0/+50
| * platform.h: mempcpy needs <string.h>Denys Vlasenko2015-01-291-0/+1
| * ntpd: get rid of G.initial_poll_completeDenys Vlasenko2015-01-291-5/+2
| * dhcpd: fix an improper widening conversionDenys Vlasenko2015-01-271-1/+2