projects
/
oweals
/
busybox.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/busybox.git
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
2010-05-10
Denys Vlasenko
remove duplicate comment
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Denys Vlasenko
more randomconfig testsuite fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Denys Vlasenko
randomconfig testsuite fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Denys Vlasenko
gen_build_files.sh should be executable
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Denys Vlasenko
work on adding testsuite runs to randomconfig test...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Denys Vlasenko
tweak scripts/gen_build_files.sh
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Denys Vlasenko
trim help text
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Denys Vlasenko
make it possible to keep Config/Kbuild snippets in...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Denys Vlasenko
tune2fs: move to e2fsprogs
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Denys Vlasenko
ifplugd: replace potentially-leaking setenv with malloc...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Denys Vlasenko
tar: support GNU 256-bit encoding in all numeric fields
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Gustavo Zacarias
install lspci and lsusb to /usr/bin
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Denys Vlasenko
add comment about xz format support
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Denys Vlasenko
rpm: make rpm -i SRPM.rpm install it to surrent dir...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Denys Vlasenko
rpm: code shrink. Now uses open_zipped's logic (factore...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Denys Vlasenko
bootchartd: better wording in comment
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Denys Vlasenko
bootchartd: add missing parenthesis
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Denys Vlasenko
bootchartd: new applet
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Denys Vlasenko
fix typo in commented-out code
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Denys Vlasenko
ifdown: use /var/run/udhcpc.%iface%.pid only if it...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Souf Oued
rfkill: new applet
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Denys Vlasenko
udhcpd: fix hostname truncation bug 1663
commit
|
commitdiff
|
tree
|
snapshot
2010-04-30
Ian Wienand
grep: fix -Fi
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Lauri Kasanen
swapon: skip noauto entries
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Tomas Heinrich
libbb/lineedit: add support for preserving "broken...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Denys Vlasenko
telnet: prevent SEGV if we are requested TELOPT_NEW_ENV...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Denys Vlasenko
dnsd: fix unaligned access problem
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Colin Watson
ash: refresh stack pointers after makestrspace in rmescapes
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Denys Vlasenko
cmp: remove history comment. it is more natural to...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Rob Landley
cmp: ifdefectomy
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Matheus Izvekov
cpio: "NNN blocks" should go to stderr
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Denys Vlasenko
find: fix -name matching for dotfiles. -1 byte
commit
|
commitdiff
|
tree
|
snapshot
next