aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * ftpd: prevent zombies. closes 7832Denys Vlasenko2015-01-261-2/+7
| * platform.h: add compat mempcpyDenys Vlasenko2015-01-251-0/+9
| * depmod: simple memory optimizationDenys Vlasenko2015-01-242-11/+14
| * trim extra newlines in help textsDenys Vlasenko2015-01-244-5/+6
| * modprobe: fix modprobe -r and parsing of /etc/modprobe.dNatanael Copa2015-01-191-1/+1
| * modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)Denys Vlasenko2015-01-151-4/+9
| * modprobe: fix recent breakage: modules.dep reading code needs to strip dirnameDenys Vlasenko2015-01-151-4/+10
| * modprobe-small: code shrinkDenys Vlasenko2015-01-111-12/+9
| * modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko2015-01-111-9/+10
| * diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2015-01-112-1/+13
| * vi: fix reading of file after last lineRon Yorston2015-01-071-1/+5
| * vi: failure to open file is not an error when initialising bufferRon Yorston2015-01-071-7/+5
| * depmod: fix recent breakage in modules.dep generationDenys Vlasenko2015-01-071-7/+13
| * libpwdgrp: line counting in error meesages is broken, remove itTito Ragusa2015-01-061-3/+1
| * swaponoff: add support for -eRené Rhéaume2015-01-051-5/+13