index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-03-22
dd: free allocated memory if CLEANUP enabled
Alexey Soloviev
2011-03-22
mesg: make group/all writability configurable
Denys Vlasenko
2011-03-21
ln: explain why we use xstrdup
Denys Vlasenko
2011-03-21
init: fix a case where execv's 1st arg was wrong
Denys Vlasenko
2011-03-21
wget: move help text to .c file
Denys Vlasenko
2011-03-21
wget: fix fname_out usage wrt redirects
Denys Vlasenko
2011-03-14
mount: add a test for bind+rshared
Denys Vlasenko
2011-03-12
pwdx: new applet
Pere Orga
2011-03-12
busybox: fail if --install is not given an absolute path
Denys Vlasenko
2011-03-12
udhcpc: emit "correct" secs field
Denys Vlasenko
2011-03-12
ls: fix handling of symlinks by option -1
Denys Vlasenko
2011-03-12
libbb: make warning go away
Denys Vlasenko
2011-03-11
chsum: fix
Pascal Bellard
2011-03-08
s/FAIL_DELAY/LOGIN_FAIL_DELAY/
Denys Vlasenko
2011-03-08
forgot to add libbb/get_shell_name.c
Denys Vlasenko
2011-03-08
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
printenv: fix environ == NULL segfault
Denys Vlasenko
2011-03-08
ash/hush: shrink help text
Denys Vlasenko
2011-03-08
ftpd: better usage text
Denys Vlasenko
2011-03-07
kill: fix infinite loop when passed PIDs are not valid numbers
Pere Orga
2011-03-07
remove stray empty line
Denys Vlasenko
2011-03-07
ash/hush: provide help text
Denys Vlasenko
2011-03-07
ash: fix execution of shell scripts without shebang
Denys Vlasenko
2011-03-07
klogd: fix the problem of delayed handling of ^C and SIGTERM
Denys Vlasenko
2011-03-07
udhcpc: add -B option
Keith Young
2011-03-07
more: fix tabs handling
Denys Vlasenko
2011-03-06
fix bit rot in scripts/Makefile.IMA #2
Denys Vlasenko
2011-03-06
fix bit rot in scripts/Makefile.IMA
Denys Vlasenko
2011-03-06
.gitignore: add missing ignores
Bjørn Forsman
2011-03-06
nameif: add matching by phy_address=NUM; extend help text
Phil Sutter
2011-03-06
nameif: fix parsing of /proc/net/dev; small code shrink
Phil Sutter
2011-03-06
libbb/login/su: do not sanitize shell name twice
Denys Vlasenko
2011-03-06
tr: free allocated memory in tr if CLEANUP enabled
Alexey Soloviev
2011-03-06
improve --install operation in chroot jails
Denys Vlasenko
2011-03-03
xargs: support --no-run-if-empty (synonym to -r)
Denys Vlasenko
2011-03-02
don't leak malloced variables in the loop; remove double alloc
Alexey Fomenko
2011-03-02
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
add missing fclose's
Alexey Fomenko
2011-03-02
tar: skip leading / and handle names like abc/..////def -> def (not ///def)
Denys Vlasenko
2011-03-01
libbb: remove dead code in getopt32. -7 bytes
Alexey Fomenko
2011-03-01
tar: on extract, everything up to and including last ".." is stripped
Denys Vlasenko
2011-03-01
libbb: make user/group name cache strings longer (~27 chars)
Denys Vlasenko
2011-03-01
ls: widen -s (1k blocks) column from 4 to 6
Denys Vlasenko
2011-02-28
ls: -g implies -l
Denys Vlasenko
2011-02-28
ls: fix bits for -T, -w and --color; make -n imply -l; fix comments
Denys Vlasenko
2011-02-28
mount: strip multiple trailing slashes, not just one
Denys Vlasenko
2011-02-28
mount: update /etc/mtab properly on mount --move
Roman Borisov
2011-02-27
whois: new applet
Pere Orga
2011-02-27
showkey: make showkey -a work on any stdin
Harald Becker
2011-02-27
ls: fix one-bit-off which caused -H to behave as -h
Denys Vlasenko
[next]