aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* find: fix regression in status processing for path argumentsFelix Fietkau2015-04-141-4/+2
* volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri2015-04-141-1/+1
* build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGSDenys Vlasenko2015-04-142-1/+3
* update copyright yearsAaro Koskinen2015-04-021-1/+1
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-029-52/+56
* update example ntp.scriptDenys Vlasenko2015-03-311-2/+19
* ftpd: change_identity() must be after chroot()Denys Vlasenko2015-03-311-20/+21
* typo fixDenys Vlasenko2015-03-261-1/+1
* truncate: new appletDenys Vlasenko2015-03-221-0/+77
* zcip: fix wrong comparison of source IP with our IPVladislav Grishenko2015-03-221-1/+1
* truncate: new appletAri Sundholm2015-03-222-1/+4
* dd: move suffix struct to xatonum.cAri Sundholm2015-03-223-25/+26
* logread: implement dumpfollow mode of operationPhil Sutter2015-03-221-5/+11
* ifupdown: shrink a messageDenys Vlasenko2015-03-221-1/+1
* ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann2015-03-221-3/+4
* ash: do not split the result of tilde expansionRon Yorston2015-03-221-3/+0
* trylink: respect compiler settings when probing featuresMike Frysinger2015-03-161-2/+2
* trylink: use mktemp instead of hardcoding pathsMike Frysinger2015-03-161-4/+4
* 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