aboutsummaryrefslogtreecommitdiff
path: root/selinux (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko2-12/+22
2015-10-30ash: allow popredir to be called if the stack is emptyRon Yorston1-1/+1
2015-10-30ash: fix EXEXEC status clobberingRon Yorston1-1/+1
2015-10-30ash: add tests for failures of the exec and command builtinsRon Yorston4-0/+13
2015-10-30stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2-36/+61
2015-10-30lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko1-1/+1
2015-10-30lineedit: search applets as well as PATH for tab completionRon Yorston1-1/+16
2015-10-30busybox: alter help message in standalone shell modeRon Yorston1-0/+9
2015-10-29hush: copy for.tests from ash testsuiteDenys Vlasenko2-0/+6
2015-10-29ash: simplify EOF/newline handling in list parserRon Yorston1-34/+29
2015-10-29Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston1-11/+4
2015-10-29ash: fix error during recursive processing of here documentRon Yorston3-2/+13
2015-10-29ash tests: make test print test name before it is runDenys Vlasenko1-2/+4
2015-10-29ash: only allow local variables in functionsRon Yorston3-0/+5
2015-10-29ash: respect -p flag when command builtin is run with -v/-VRon Yorston3-4/+10
2015-10-29ash: fix command -- crashDenys Vlasenko1-3/+4
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