aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-29ash: save a few bytes in code to parse case statementsRon Yorston1-4/+2
2015-10-29ash: allow newline after variable name in for loopRon Yorston3-2/+8
2015-10-29ash: add test for issue with here documentRon Yorston2-0/+9
2015-10-28modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko1-52/+62
2015-10-28lzop: eliminate variable, use "int" as return typeDenys Vlasenko1-8/+6
2015-10-27fbsplash: use virtual y size in mmap size calculationsTimo Teräs1-1/+1
2015-10-27gzip: add support for --no-name long optionAaro Koskinen2-0/+2
2015-10-27gunzip: add support for long optionsAaro Koskinen1-0/+20
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko2-5/+29
2015-10-26tr: support octal rangesRichard Genoud1-5/+18
2015-10-26ifupdown: pass interface device name for ipv6 route commandsTimo Teräs1-3/+4
2015-10-25tweak defconfigDenys Vlasenko4-31/+11
2015-10-25inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko2-2/+2
2015-10-24libiproute: use if_nametoindexRon Yorston1-24/+1
2015-10-24xargs: make -I imply -rAaro Koskinen1-0/+3
2015-10-24dumpleases: string reuseDenys Vlasenko1-3/+5
2015-10-24dumpleases: new option -d to show time in secondsIsaac Dunham1-5/+19
2015-10-24zcip: ...ad suppress the warningDenys Vlasenko1-1/+1
2015-10-24zcip: do not query current time if we won't use the resultDenys Vlasenko1-2/+4
2015-10-24tweak zcip service exampleDenys Vlasenko1-0/+2
2015-10-24Tweak READMEDenys Vlasenko1-4/+4
2015-10-24update network service examplesDenys Vlasenko17-20/+55
2015-10-24New example of a service: examples/var_service/zcip_ifDenys Vlasenko7-0/+122
2015-10-24dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko1-3/+8
2015-10-24reuse a stringDenys Vlasenko1-1/+1
2015-10-24rmmod: fix bad error messageDenys Vlasenko3-9/+15
2015-10-24MODPROBE_SMALL is not experimental anymoreDenys Vlasenko1-3/+0
2015-10-24pmap: fix bogus {no such process} comm field textDenys Vlasenko2-5/+7
2015-10-23tidy up strtok useDenys Vlasenko2-5/+5
2015-10-23httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko1-6/+19
2015-10-23wget: if stderr is not a tty, progress bar shouldn't use tty-tricksDenys Vlasenko1-3/+8
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko9-15/+15
2015-10-22tar: add a test that we don't write into symlinksDenys Vlasenko1-0/+43
2015-10-22remove systemd supportDenys Vlasenko7-76/+0
2015-10-22tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko1-3/+2
2015-10-22tar: shrink hardlink name handling codeDenys Vlasenko1-26/+17
2015-10-22tar: implement --version for buildrootDenys Vlasenko1-0/+9
2015-10-22tar: add support for --strip-components=NDenys Vlasenko5-46/+156
2015-10-21login: explain -h HOST option betterDenys Vlasenko1-1/+1
2015-10-20wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko1-16/+31
2015-10-20typo fixDenys Vlasenko1-1/+1
2015-10-20scripts/trylink: remove $CPPFLAGSDenys Vlasenko1-3/+3
2015-10-20scripts/trylink: fix bit-rotted linker option verificationDenys Vlasenko1-24/+35
2015-10-20qemu_multiarch_testing/README: add a list of qemu's neededDenys Vlasenko1-0/+5
2015-10-19setarch: add support for '-R' (disable randomization)Denys Vlasenko4-29/+39
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2-3/+12
2015-10-19sort: code shrinkDenys Vlasenko1-18/+22
2015-10-19remove extra debug printoutDenys Vlasenko1-1/+0
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko2-5/+52
2015-10-19libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko3-8/+6