index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
Age
Commit message (
Expand
)
Author
2007-06-08
- fix invocation without any argument
Bernhard Reutner-Fischer
2007-06-08
test: fix thinko in previous commit
Denis Vlasenko
2007-06-08
test: recognize /path/to/[ case too
Denis Vlasenko
2007-06-07
- i need this disabled code for testing a patch. Please leave it in.
Bernhard Reutner-Fischer
2007-06-06
- fix wrong not operator which was essentially ignored. got introduced in r18282
Bernhard Reutner-Fischer
2007-06-06
awk: move all data to malloc space
Denis Vlasenko
2007-06-06
echo: fix non-fancy echo
Denis Vlasenko
2007-06-04
uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>
Denis Vlasenko
2007-06-04
diff: stop using data/bss
Denis Vlasenko
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-27
test: close bug 1371
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-18
cttyhack: new applet.
Denis Vlasenko
2007-05-17
several *.c files:
Denis Vlasenko
2007-05-08
tail: fix SEGV on "tail -N"
Denis Vlasenko
2007-05-01
test: code size saving, no logic changes
Denis Vlasenko
2007-04-28
hush: add ctrl-Z handling for nofork'ed case
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-16
style fixes, no code changes
Denis Vlasenko
2007-04-16
- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
Bernhard Reutner-Fischer
2007-04-13
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
style fixes
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-10
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
- use enum for the OPs as suggested by vda. No obj-code changes.
Bernhard Reutner-Fischer
2007-04-10
echo: fix regression ("echo" with no arguments didn't print newline.
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
2007-04-10
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-09
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-09
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
find: fix handling of -prune
Denis Vlasenko
2007-04-07
comm: eliminate statics
Denis Vlasenko
2007-04-05
diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)
Denis Vlasenko
2007-04-05
- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.
Bernhard Reutner-Fischer
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
- minor shrinkage
Bernhard Reutner-Fischer
2007-04-04
- remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...
Bernhard Reutner-Fischer
2007-04-04
- remove some bss users.
Bernhard Reutner-Fischer
2007-04-04
- remove superfluous bss user (flags) and manually unswitch some areas:
Bernhard Reutner-Fischer
2007-04-02
- use bb_error_msg
Bernhard Reutner-Fischer
[next]