2010-05-30 |
Denys Vlasenko | forgotten "git add"... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | reorder parts of bbunzip.c, no code changes |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | unxz: new applet, complete with xzcat and xz -d aliases |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | rename FEATURE_LZMA_ALIAS to just LZMA |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Denys Vlasenko | lzop: fix indentation |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Bernhard Reutner... | bbunzip: silence warning about unused variable |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Denys Vlasenko | trivial fixes: use uint8_t, not __u8; fix defconfig... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Denys Vlasenko | build system: make gen_build_files.sh messages more... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Denys Vlasenko | trim help text. -29 bytes |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Denys Vlasenko | unlzma: add "lzma -d" alias, add -t support, rename... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | ip addr: shrink |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | ip addr: unify parsing args |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | ip rule: unify parsing args |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | ip tunnel: unify parsing args; no obj-code changes |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | ip link: add qlen |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | iplink: shrink |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | iplink: support add/delete |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bernhard Reutner... | ipaddress: print OPERSTATEs and NO-CARRIER |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Denys Vlasenko | unzip: another small code shrink |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Denys Vlasenko | unzip: tiny code shrink -2 bytes |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Denys Vlasenko | unzip: restore unix file mode if possible. closes bug... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Grigory Batalov | fgconsole: new applet by Grigory Batalov <bga@altlinux... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Denys Vlasenko | ifconfig: do not truncate interface names. closes bug... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Denys Vlasenko | shell: consolidate builtin_foo.? into shell_common... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Denys Vlasenko | fix unescaped $ in makefile |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | ps: make "ps -o BAD" emit list of good -o params |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | getty: do not emit bogus error message on EOF |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Maksym Kryzhanovskyy | fuser: code shrink, fixing default signal, exitcode... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | hush: trivial code shrink |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | hush: reduce #ifdef forest a bit, rename handle_dollar... |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | hush: fix hush -c 'echo $0' - was showing empty string |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | hush: fix segfault in ${?:N:M} |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | hush: fix "hush -c 'echo $#'" showing -1 |
commit | commitdiff | tree | snapshot |
2010-05-22 |
Denys Vlasenko | hush: support ${var:EXPR:EXPR}! |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Denys Vlasenko | hush: fix a nommu todo in recent commits |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Denys Vlasenko | hush: fix more obscure ${var%...} cases |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Denys Vlasenko | hush: fix a=abc; c=c; echo ${a%${c}} |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Denys Vlasenko | hush: handle expansions in ${var?expanded_word} constructs |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Denys Vlasenko | hush: reorganized TODO comment at top |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Denys Vlasenko | hush: add a list of unsupported builtins |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Denys Vlasenko | hush: handle ${var:NUM:} too |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Bernhard Reutner... | trylink: gold may not support --sort-common (yet) |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Bernhard Reutner... | lxdialog: fix ncursesw include detection |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: remove extra comparison from prev commit |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: optional support for ${var:N:M} bashism |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: explain various parameter expansion ops in comments |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: small code shrink |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: shrink variable expansion code |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: fix var=`exit 2` not setting $? to 2 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | update shell/README |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | ash: eliminate 16 bytes in bss |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: code shrink |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | hush: support "cd -- DIR" and such |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Denys Vlasenko | shell: make it possible to alias one of shells to ... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Denys Vlasenko | setkeycodes: fix handling of 0exx scancodes |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Denys Vlasenko | mount: handle EDQUOT > 255 properly. closes bug 1579 |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | vi: fix "set ic" command; code shrink while at it.... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | losetup: support /dev/loop10 and higher. closes bug... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | ash: fix var_leak.tests so that it actually catches... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | ash: fix bug which causes signal6.tests to fail |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | ash: fix var_leak testcase |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | ash: fix testsuite false positives |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Denys Vlasenko | ash,hush: make bare "." set exitcode to 2 |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | make scripts/gen_build_files.sh standard-clean |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | shell/README: describe special builtins |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | hush: update bash compat todo comment |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | ash,hush: make "source" a synonym for . if bash compat... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | ash: fix ". empty_file" exitcode. +5 bytes |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | lineedit: fix insertion deep inside line (*several... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | fix false positive in signal5.tests |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | ash: use CONFIG_FEATURE_EDITING_MAX_LEN |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | hush: fix hush-bugs/parse_err.tests |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | add two more tests which currently fail |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | ash: fix signal5.tests |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | lineedit: trivial simplifications. -7 bytes |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Denys Vlasenko | ash: add two testcases for (not yet fixed) ash bugs |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Denys Vlasenko | scripts/gen_build_files.sh: revert to using /bin/sh |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Denys Vlasenko | lineedit: fix moving backwards across lines with wide... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Denys Vlasenko | consolidate ESC sequences |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Denys Vlasenko | stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORT... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Tomas Heinrich | lineedit: partially fix wide and combining chars editing |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Peter Tyser | findutils: Add Config.in and Kbuild to .gitignore |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Peter Tyser | scripts/Makefile.clean: Make Kbuild and Makefile optional |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Peter Tyser | Makefile: Clean up auto-generated Kbuild and Config... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Denys Vlasenko | hush: mention PPID, RANDOM support |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Denys Vlasenko | setsid: check for setsid error directly |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Denys Vlasenko | gen_build_files.sh uses bashism, document it |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Denys Vlasenko | cttyhack: document the need to setsid |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Denys Vlasenko | gen_build_files: use raw reads (ones which don't eat... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Denys Vlasenko | cttyhack: don't do anything if ctty is already available |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Denys Vlasenko | randomtest fixes |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Denys Vlasenko | sed: fix a command with multible trailing backslashes |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Denys Vlasenko | lineedit: change how cmdedit_set_out_char works |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Denys Vlasenko | randomtest fixes |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Denys Vlasenko | ifplugd: fix typo in prev commit |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Denys Vlasenko | randomtest fixes |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Denys Vlasenko | randomtest fixes |
commit | commitdiff | tree | snapshot |
next |