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
path:
root
/
coreutils
Age
Commit message (
Expand
)
Author
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
2007-04-02
- use xregcomp. Untested. vda, isn't there a regfree missing here?
Bernhard Reutner-Fischer
2007-04-02
- remove some unneeded forward declarations. No obj-code changes.
Bernhard Reutner-Fischer
2007-04-02
- remove args from bss, minor misc shrinkage while at it.
Bernhard Reutner-Fischer
2007-04-02
test: comment out unused code
Denis Vlasenko
2007-03-31
uniq: getopt32-ization. -38 bytes.
Denis Vlasenko
2007-03-30
- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..
Bernhard Reutner-Fischer
2007-03-30
- debloat test. untested.
Bernhard Reutner-Fischer
2007-03-30
- fix bug where we did not reject invalid classes like '[[:alpha'
Bernhard Reutner-Fischer
2007-03-29
- fold recurse, depthFirst and dereference params into one param flags.
Bernhard Reutner-Fischer
2007-03-28
- move additional fancy options not mandated by SUSv3 into a FANCY option
Bernhard Reutner-Fischer
2007-03-26
diff: fix SEGV (NULL deref) in diff -N
Denis Vlasenko
2007-03-26
split: let me join bikeshed painting frenzy :)
Denis Vlasenko
2007-03-26
- check the suffix proper plus misc touch up
Bernhard Reutner-Fischer
2007-03-26
- implement suffices as required by SUSv3
Bernhard Reutner-Fischer
2007-03-26
- shrink a tiny bit (-8b)
Bernhard Reutner-Fischer
2007-03-25
- rough prototype for split(1). TODO: Still needs some love since it's way to...
Bernhard Reutner-Fischer
2007-03-21
cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)
Denis Vlasenko
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-19
ls: fix segfault-if-standalone-shell, add big fat comment.
Denis Vlasenko
2007-03-14
chown, env: stop using statics
Denis Vlasenko
2007-03-14
missed hunk of "stop using big static buffer for inode hash"
Denis Vlasenko
2007-03-12
introduce and use setfscreatecon_or_die
Denis Vlasenko
2007-03-11
next portion of selinux updates: chcon, runcon. From
Denis Vlasenko
[next]