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
2007-05-02
hush: fix incorrect exitcodes without job control
Denis Vlasenko
2007-05-01
test: code size saving, no logic changes
Denis Vlasenko
2007-04-29
ash,kill: use common code for kill applet/builtin
Denis Vlasenko
2007-04-29
run_parts: do not check path portion of a name for "bad chars".
Denis Vlasenko
2007-04-28
ash: fix infinite loop on exit if tty is not there anymore
Denis Vlasenko
2007-04-28
hush: make job control and interactiveness configurable, part 2
Denis Vlasenko
2007-04-28
hush: make job control and interactiveness configurable, part 1
Denis Vlasenko
2007-04-28
hush: make hush properly detect EOF on stdin (even interactive one -
Denis Vlasenko
2007-04-28
hush: add Ctrl-C handling to nofork case
Denis Vlasenko
2007-04-28
hush: better signal handling across ctrl-z
Denis Vlasenko
2007-04-28
hush: fix nofork + ctrl-Z clobbering of globals
Denis Vlasenko
2007-04-28
hush: add ctrl-Z handling for nofork'ed case
Denis Vlasenko
2007-04-21
find_root_device: use lstat - don't follow links
Denis Vlasenko
2007-04-21
hush: make Ctrl-Z work (at least sometimes)
Denis Vlasenko
2007-04-21
hust: add a comment
Denis Vlasenko
2007-04-21
hush: fix more backgrounding bugs. Plenty of them remains still.
Denis Vlasenko
2007-04-21
hush: explain why "pipe; exit $?" doesn't show correct exitcode
Denis Vlasenko
2007-04-21
hush: do not print message if killed by signal;
Denis Vlasenko
2007-04-21
hush: begin fixing non-functional job control
Denis Vlasenko
2007-04-20
hush: small code shrink; style fixes
Denis Vlasenko
2007-04-19
dd: NOEXEC fix
Denis Vlasenko
2007-04-19
dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)
Denis Vlasenko
2007-04-19
stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
Denis Vlasenko
2007-04-19
doc: add README on shell job control
Denis Vlasenko
2007-04-19
procps: remove all global variables
Denis Vlasenko
2007-04-19
ps: add -o tty and -o rss support
Denis Vlasenko
2007-04-19
loop device code: readability improvement
Denis Vlasenko
2007-04-18
switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.
Denis Vlasenko
2007-04-18
"Unify base64 handling" is done, remove TODO
Denis Vlasenko
2007-04-18
make "busybox" w/o args work again, and save 10 bytes in the process.
Denis Vlasenko
2007-04-18
hush: remove stray semicolon (should change nothing)
Denis Vlasenko
2007-04-16
ether-wake: save a few more bytes of code
Denis Vlasenko
2007-04-16
ether-wake: close bug 1317. Reorder fuctions to avoid
Denis Vlasenko
2007-04-16
shells: remove few statics and duplicated code
Denis Vlasenko
2007-04-16
style fixes, no code changes
Denis Vlasenko
2007-04-16
applet.c: ruid is needed only if FEATURE_SUID=y
Denis Vlasenko
2007-04-16
- we unconditionally need ruid. Fixes build error in line 334
Bernhard Reutner-Fischer
2007-04-16
- fix compilation when ENABLE_FEATURE_IP_RULE was off
Bernhard Reutner-Fischer
2007-04-16
- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
Bernhard Reutner-Fischer
2007-04-15
lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,
Denis Vlasenko
2007-04-15
doc: fix code example which may provoke warning
Denis Vlasenko
2007-04-15
e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)
Denis Vlasenko
2007-04-15
deluser: add optional support for removing users from groups
Denis Vlasenko
2007-04-15
update style-guide.txt
Denis Vlasenko
2007-04-15
xargs: simplify word list management
Denis Vlasenko
2007-04-14
msh: style fixes
Denis Vlasenko
2007-04-14
lineedit: nuke two unused variables and code which sets them
Denis Vlasenko
2007-04-14
lash: recognize and use NOFORK applets
Denis Vlasenko
2007-04-14
lineedit: do not try to open NULL history file
Denis Vlasenko
2007-04-14
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
[prev]
[next]