aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* stat: make -f optional. This allows to build stat for non-linux systemsDenys Vlasenko2015-10-302-36/+61
* lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORYDenys Vlasenko2015-10-301-1/+1
* lineedit: search applets as well as PATH for tab completionRon Yorston2015-10-301-1/+16
* busybox: alter help message in standalone shell modeRon Yorston2015-10-301-0/+9
* hush: copy for.tests from ash testsuiteDenys Vlasenko2015-10-292-0/+6
* ash: simplify EOF/newline handling in list parserRon Yorston2015-10-291-34/+29
* Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston2015-10-291-11/+4
* ash: fix error during recursive processing of here documentRon Yorston2015-10-293-2/+13
* ash tests: make test print test name before it is runDenys Vlasenko2015-10-291-2/+4
* ash: only allow local variables in functionsRon Yorston2015-10-293-0/+5
* ash: respect -p flag when command builtin is run with -v/-VRon Yorston2015-10-293-4/+10
* ash: fix command -- crashDenys Vlasenko2015-10-291-3/+4
* ash: save a few bytes in code to parse case statementsRon Yorston2015-10-291-4/+2
* ash: allow newline after variable name in for loopRon Yorston2015-10-293-2/+8
* ash: add test for issue with here documentRon Yorston2015-10-292-0/+9
* modinfo: fix "-F firmware", add "intree" field displayDenys Vlasenko2015-10-281-52/+62
* lzop: eliminate variable, use "int" as return typeDenys Vlasenko2015-10-281-8/+6
* fbsplash: use virtual y size in mmap size calculationsTimo Teräs2015-10-271-1/+1
* gzip: add support for --no-name long optionAaro Koskinen2015-10-272-0/+2
* gunzip: add support for long optionsAaro Koskinen2015-10-271-0/+20
* unzip: test for bad archive SEGVingDenys Vlasenko2015-10-262-5/+29
* tr: support octal rangesRichard Genoud2015-10-261-5/+18
* ifupdown: pass interface device name for ipv6 route commandsTimo Teräs2015-10-261-3/+4
* tweak defconfigDenys Vlasenko2015-10-254-31/+11
* inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko2015-10-252-2/+2
* libiproute: use if_nametoindexRon Yorston2015-10-241-24/+1
* xargs: make -I imply -rAaro Koskinen2015-10-241-0/+3
* dumpleases: string reuseDenys Vlasenko2015-10-241-3/+5
* dumpleases: new option -d to show time in secondsIsaac Dunham2015-10-241-5/+19
* zcip: ...ad suppress the warningDenys Vlasenko2015-10-241-1/+1
* zcip: do not query current time if we won't use the resultDenys Vlasenko2015-10-241-2/+4
* tweak zcip service exampleDenys Vlasenko2015-10-241-0/+2
* Tweak READMEDenys Vlasenko2015-10-241-4/+4
* update network service examplesDenys Vlasenko2015-10-2417-20/+55
* New example of a service: examples/var_service/zcip_ifDenys Vlasenko2015-10-247-0/+122
* dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko2015-10-241-3/+8
* reuse a stringDenys Vlasenko2015-10-241-1/+1
* rmmod: fix bad error messageDenys Vlasenko2015-10-243-9/+15
* MODPROBE_SMALL is not experimental anymoreDenys Vlasenko2015-10-241-3/+0
* pmap: fix bogus {no such process} comm field textDenys Vlasenko2015-10-242-5/+7
* tidy up strtok useDenys Vlasenko2015-10-232-5/+5
* httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko2015-10-231-6/+19
* wget: if stderr is not a tty, progress bar shouldn't use tty-tricksDenys Vlasenko2015-10-231-3/+8
* libbb: factor out code which queries screen widthDenys Vlasenko2015-10-239-15/+15
* tar: add a test that we don't write into symlinksDenys Vlasenko2015-10-221-0/+43
* remove systemd supportDenys Vlasenko2015-10-227-76/+0
* tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko2015-10-221-3/+2
* tar: shrink hardlink name handling codeDenys Vlasenko2015-10-221-26/+17
* tar: implement --version for buildrootDenys Vlasenko2015-10-221-0/+9
* tar: add support for --strip-components=NDenys Vlasenko2015-10-225-46/+156