aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-12build: add a sanitizer debug optionMike Frysinger2-0/+15
2016-02-11networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko1-0/+2
2016-02-11init: make the command-line rewrite optionalNicolas Carrier1-5/+22
2016-02-10ntpd: shorter messageDenys Vlasenko1-1/+1
2016-02-10ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko1-18/+36
2016-02-01busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau1-0/+1
2016-02-01dd: support iflag=skip_bytesRafał Miłecki2-27/+52
2016-02-01Fix compiling with musl's utmp stubsKylie McClain4-3/+5
2016-01-31printf: short-circuit output when argument to %b includes \cRon Yorston1-3/+9
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2-4/+13
2016-01-23patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko1-6/+5
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko1-9/+11
2016-01-17setsid: implement -cDenys Vlasenko1-6/+13
2016-01-13truncate: use O_WRONLY|O_NONBLOCKMike Frysinger1-1/+1
2016-01-13truncate: always set mode when opening file to avoid fortify errorsAri Sundholm1-1/+1
2016-01-03login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko1-0/+43
2016-01-02nandwrite: implement -n (read/write without ecc)Aaro Koskinen1-8/+14