aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-29ash: allow newline after variable name in for loopRon Yorston
2015-10-29ash: add test for issue with here documentRon Yorston
2015-10-28modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs
2015-10-27gzip: add support for --no-name long optionAaro Koskinen
2015-10-27gunzip: add support for long optionsAaro Koskinen
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko
2015-10-26tr: support octal rangesRichard Genoud
2015-10-26ifupdown: pass interface device name for ipv6 route commandsTimo Teräs
2015-10-25tweak defconfigDenys Vlasenko
2015-10-25inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko
2015-10-24libiproute: use if_nametoindexRon Yorston
2015-10-24xargs: make -I imply -rAaro Koskinen
2015-10-24dumpleases: string reuseDenys Vlasenko
2015-10-24dumpleases: new option -d to show time in secondsIsaac Dunham
2015-10-24zcip: ...ad suppress the warningDenys Vlasenko
2015-10-24zcip: do not query current time if we won't use the resultDenys Vlasenko
2015-10-24tweak zcip service exampleDenys Vlasenko
2015-10-24Tweak READMEDenys Vlasenko
2015-10-24update network service examplesDenys Vlasenko
2015-10-24New example of a service: examples/var_service/zcip_ifDenys Vlasenko
2015-10-24dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko
2015-10-24reuse a stringDenys Vlasenko
2015-10-24rmmod: fix bad error messageDenys Vlasenko
2015-10-24MODPROBE_SMALL is not experimental anymoreDenys Vlasenko
2015-10-24pmap: fix bogus {no such process} comm field textDenys Vlasenko
2015-10-23tidy up strtok useDenys Vlasenko
2015-10-23httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko
2015-10-23wget: if stderr is not a tty, progress bar shouldn't use tty-tricksDenys Vlasenko
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-22tar: add a test that we don't write into symlinksDenys Vlasenko
2015-10-22remove systemd supportDenys Vlasenko
2015-10-22tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko
2015-10-22tar: shrink hardlink name handling codeDenys Vlasenko
2015-10-22tar: implement --version for buildrootDenys Vlasenko
2015-10-22tar: add support for --strip-components=NDenys Vlasenko
2015-10-21login: explain -h HOST option betterDenys Vlasenko
2015-10-20wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko
2015-10-20typo fixDenys Vlasenko
2015-10-20scripts/trylink: remove $CPPFLAGSDenys Vlasenko
2015-10-20scripts/trylink: fix bit-rotted linker option verificationDenys Vlasenko
2015-10-20qemu_multiarch_testing/README: add a list of qemu's neededDenys Vlasenko
2015-10-19setarch: add support for '-R' (disable randomization)Denys Vlasenko
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko
2015-10-19sort: code shrinkDenys Vlasenko
2015-10-19remove extra debug printoutDenys Vlasenko
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko