2010-06-07 |
Denys Vlasenko | small fix in usage text |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Pascal Bellard | dpkg: add support for lzma compression |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Pascal Bellard | modprobe: add support for -l and -s. Remove some unsupp... |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Maksym Kryzhanovskyy | fuser: code shrink |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | fix allnoconfig |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | pipe_progress: make it independent of printf machinery |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | pipe_progress: shrink |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | loadkmap: remove UNUSED_PARAM from argv |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | dumpkmap,loadkmap: abort if there are params on cmdline |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | date: make FEATURE_NANO compile on glibc systems |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | top: code shrink, -26 bytes |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Maksym Kryzhanovskyy | top: code shrink |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | yes: this applet doesn't have options, don't lie that... |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | fix a few goofs uncovered by "make allnoconfig" testing |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Pascal Bellard | modinfo: new applet |
commit | commitdiff | tree | snapshot |
2010-06-06 |
Denys Vlasenko | remove defconfig. Now "make defconfig" simply uses... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Denys Vlasenko | make it possible to keep usage texts in .c files |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Denys Vlasenko | make it possible to have include/applets.h-esque entrie... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Denys Vlasenko | Remove requirement that include/applets.h must be sorted |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Denys Vlasenko | tr: add forgotten //config: prefixes |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Denys Vlasenko | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Denys Vlasenko | partially migrate coreutils to Config.src and Kbuild.src |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Mike Frysinger | udhcpd: fix daemonize crash on nommu systems |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Denys Vlasenko | date: optional support for %N. Closes bug 1861. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Denys Vlasenko | mkfs_vfat: fix gcc-4.4 warning |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Denys Vlasenko | sed: fix a case when one-line range matches past lines... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Denys Vlasenko | ash: rename parsefile->fd to ->pf_fd |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Denys Vlasenko | ash: fix redirection of fd 0 in scripts are sourced... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Denys Vlasenko | test: "" is not a valid number. Closes bug 1915 |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Denys Vlasenko | *: simplify checks for gz/bz2/xz magic |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Denys Vlasenko | document how to find non-shared string dups |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Denys Vlasenko | *: better string sharing |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Denys Vlasenko | ash: remove one redundant function, improve string... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Denys Vlasenko | decompress_unxz: allocate permanent crc32 table _fisrt_ |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Denys Vlasenko | deinline two big functions |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Denys Vlasenko | decompress_unxz: newer version, one which can unpack... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Tomas Heinrich | lineedit: fix column display for wide and combining... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Denys Vlasenko | archival/*: shrink by reusing sufficiently similar... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | dhcp: truncate packets instead of padding them to 574... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | dhcp: indicate IP network order in prototypes too |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | dhcp: readability cleanups and small code shrink |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | rpm2cpio: teach it to understand xz format |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | unxz: remove debugging. no code changes |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Denys Vlasenko | *: teach tar et. al. to understand .xz by heart |
commit | commitdiff | tree | snapshot |
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 |
next |