aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-10unzip: prevent attacks via malicious filenamesDenys Vlasenko4-43/+63
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko4-43/+53
2015-02-07modprobe-small: fix and simplify rmmodDenys Vlasenko1-32/+43
2015-02-07libbb/loop: don't try to re-use existing loop deviceKevin Wallace1-10/+1
2015-02-07examples/mdev_fat.conf: document that newer mdev exposes pathDenys Vlasenko1-3/+9
2015-02-07dd: add optional support for status=noxfer/noneAri Sundholm2-70/+111
2015-02-05ash: fix a SEGV case in an invalid heredocDenys Vlasenko3-4/+15
2015-02-05deluser: implement --remove-homeDenys Vlasenko1-2/+20
2015-02-04fstrim: fix help textDenys Vlasenko1-1/+1
2015-02-04route: fix bogus read error when route table is emptyDenys Vlasenko1-6/+11
2015-02-03route: improve -A inet6Denys Vlasenko1-16/+15
2015-02-03gzip: trivial code shrink -5 bytesDenys Vlasenko1-4/+4
2015-02-03ifconfig: fix double free fatal error in INET_sprintDenys Vlasenko1-2/+2
2015-02-03libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noportDenys Vlasenko1-51/+33
2015-02-02gzip: speed up and shrink put_16bit()Denys Vlasenko2-7/+36
2015-02-02gzip: do not store timestamp in gzip headerRich Felker1-4/+16
2015-02-02platform.h: enable mempcpy for FreeBSDDenys Vlasenko1-1/+6
2015-01-30ubiattach: add option -OMicke Prag1-4/+8
2015-01-30telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernelMartin Kaiser1-2/+1
2015-01-30dpkg: update supported compression methodsDenys Vlasenko6-0/+50
2015-01-29platform.h: mempcpy needs <string.h>Denys Vlasenko1-0/+1
2015-01-29ntpd: get rid of G.initial_poll_completeDenys Vlasenko1-5/+2
2015-01-27dhcpd: fix an improper widening conversionDenys Vlasenko1-1/+2
2015-01-26ftpd: prevent zombies. closes 7832Denys Vlasenko1-2/+7
2015-01-25platform.h: add compat mempcpyDenys Vlasenko1-0/+9
2015-01-24depmod: simple memory optimizationDenys Vlasenko2-11/+14
2015-01-24trim extra newlines in help textsDenys Vlasenko4-5/+6
2015-01-19modprobe: fix modprobe -r and parsing of /etc/modprobe.dNatanael Copa1-1/+1
2015-01-15modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)Denys Vlasenko1-4/+9
2015-01-15modprobe: fix recent breakage: modules.dep reading code needs to strip dirnameDenys Vlasenko1-4/+10
2015-01-11modprobe-small: code shrinkDenys Vlasenko1-12/+9
2015-01-11modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko1-9/+10
2015-01-11diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2-1/+13
2015-01-07vi: fix reading of file after last lineRon Yorston1-1/+5
2015-01-07vi: failure to open file is not an error when initialising bufferRon Yorston1-7/+5
2015-01-07depmod: fix recent breakage in modules.dep generationDenys Vlasenko1-7/+13
2015-01-06libpwdgrp: line counting in error meesages is broken, remove itTito Ragusa1-3/+1
2015-01-05swaponoff: add support for -eRené Rhéaume1-5/+13
2015-01-05mpstat: code shrinkDenys Vlasenko1-6/+2
2015-01-05free: handle "cached" value tooGuillermo Rodriguez1-31/+46
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2015-01-05deleting unused ntpd_simple.cDenys Vlasenko1-1005/+0
2015-01-05libpwdgrp: fixes suggested by Tito, comment tweaksDenys Vlasenko1-13/+14
2015-01-04ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac1-19/+32
2015-01-04libpwdgrp: another code shrinkDenys Vlasenko1-38/+31
2015-01-04libpwdgrp: code shrinkDenys Vlasenko1-25/+16
2015-01-03libpwdgrp: getgrXXX: empty string is not a member name, do not store itDenys Vlasenko1-1/+4
2015-01-03fix a SEGV in previous commitDenys Vlasenko1-1/+1
2015-01-03libpwdgrp: fix counting of commas in group listDenys Vlasenko1-16/+18
2015-01-03libpwdgrp: store getXXnam result in a single malloc blockDenys Vlasenko1-26/+32