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
2008-02-20
[#1334] exec script for devices even if they dont have device nodes
Mike Frysinger
2008-02-20
ash: introduce and use stzalloc and ckzalloc.
Denis Vlasenko
2008-02-19
trivial fixes to config system
Denis Vlasenko
2008-02-19
ash: fix fallout from "A=1 B=$A; echo $B" code.
Denis Vlasenko
2008-02-19
microcom: tiny shrink, adding comments
Denis Vlasenko
2008-02-19
init: make it NOMMU-capable
Denis Vlasenko
2008-02-19
init: fix comments
Denis Vlasenko
2008-02-19
init: HUP should not be temporarily set to "restart",
Denis Vlasenko
2008-02-19
fix chat CONFIG_xxx dependencies
Denis Vlasenko
2008-02-19
chat: now with "svn add"
Denis Vlasenko
2008-02-19
findfs,mount: trivial build fix and whitespace fiexs
Denis Vlasenko
2008-02-19
tar: optional autodetection of gz/bz2 compressed tarballs.
Denis Vlasenko
2008-02-19
init: fix bug 1111: restart actions were not splitting words:
Denis Vlasenko
2008-02-19
syslogd: tighten up hostname handling.
Denis Vlasenko
2008-02-19
tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)
Denis Vlasenko
2008-02-18
chat: new applet by dronnikov AT gmail.com. With all options on:
Denis Vlasenko
2008-02-18
lineedit: tiny shrink
Denis Vlasenko
2008-02-18
support for mount by label (not yet tested)
Denis Vlasenko
2008-02-18
- fix open(creat) without a mode
Bernhard Reutner-Fischer
2008-02-18
mount: with -vv -f, say what mount() calls we were going to make
Denis Vlasenko
2008-02-18
mount: optional support for -vv verbosity
Denis Vlasenko
2008-02-18
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-17
whitespace fixes
Denis Vlasenko
2008-02-17
dos2unix: shrink
Denis Vlasenko
2008-02-17
crontab: stop using remove() - use unlink() instead
Denis Vlasenko
2008-02-17
dpkg: fix bug where existence check was reversed
Denis Vlasenko
2008-02-17
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-16
microcom: maintainer update
Denis Vlasenko
2008-02-16
mount: make -f work even without mtab support
Denis Vlasenko
2008-02-16
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
crontab: clear env if run by non-root, so that we can use PATH now
Denis Vlasenko
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
ifupdowm: shrink
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-02-16
crontab: almost complete rewrite
Denis Vlasenko
2008-02-15
ifupdown: code shrink
Denis Vlasenko
2008-02-15
adduser: optional support for long options. +110 bytes.
Denis Vlasenko
2008-02-15
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
Denis Vlasenko
2008-02-15
we need to pass back the rtc device name that was actually used so that we ca...
Mike Frysinger
2008-02-15
fix build failure when long opts are enabled
Mike Frysinger
2008-02-15
split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...
Mike Frysinger
2008-02-15
sendmail is lexically after selinux, so fix the order
Mike Frysinger
2008-02-15
add a test case for usage strings to catch people forgetting to add trailing ...
Mike Frysinger
2008-02-15
fix microcom usage
Mike Frysinger
2008-02-14
tar: real support for -p. +200 if selected.
Denis Vlasenko
2008-02-14
libbb: filename completion should match dangling symlinks too
Denis Vlasenko
2008-02-14
ash: explain why "set -o BOGUS" doesn't abort
Denis Vlasenko
2008-02-14
ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;...
Denis Vlasenko
2008-02-14
build system: pass CFLAGS to link stage too (closes bug 1376)
Denis Vlasenko
2008-02-14
umount: instead of non-standard -D, use -d with opposite meaning
Denis Vlasenko
[prev]
[next]