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
2009-02-14
- cosmetic typo in helptext
Bernhard Reutner-Fischer
2009-01-19
uname: use wider integer for option bits
Denis Vlasenko
2009-01-19
uname: add support for -i and -o, fix printing of unknown -p
Denis Vlasenko
2009-01-04
printf: make integer format strings print long long-sized values.
Denis Vlasenko
2008-12-26
unexpand: fix incorrect expansion, add test for it
Denis Vlasenko
2008-12-23
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-14
expand: fix incorrect expansion exactly on tab boundary; shrink the code
Denis Vlasenko
2008-12-10
ash: printf builtin with no arguments should not exit
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-12-03
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-11-25
remove a few superfluous includes
Denis Vlasenko
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-17
id: do not abort build if we use internal password/group functions.
Denis Vlasenko
2008-11-16
id: abort the build of uclibc is less than 0.9.30
Denis Vlasenko
2008-11-13
stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)
Denis Vlasenko
2008-11-12
seq: shrink by 10 bytes
Denis Vlasenko
2008-11-12
- add support for seq -s <separator>
Bernhard Reutner-Fischer
2008-11-12
- add seq -w support (Natanael Copa)
Bernhard Reutner-Fischer
2008-11-11
cksum, printenv: report errors via exitcode
Denis Vlasenko
2008-11-11
head: report file open errors with exitcode 1 (was happily returning 0)
Denis Vlasenko
2008-11-11
expr: on error, exit with exitcode 2
Denis Vlasenko
2008-11-11
stat: make stat -f show filesystem "ID:" as coreutils does
Denis Vlasenko
2008-11-11
env: support -uVAR=VAL
Denis Vlasenko
2008-11-11
du: fix "du /dir /dir" case
Denis Vlasenko
2008-11-10
libbb: add optionl support for SHA256/512 encrypted passwords
Denis Vlasenko
2008-11-10
sha256,sha512: new applets. +4.9kb
Denis Vlasenko
2008-11-06
basename: fix error code. again. deja vu feeling...
Denis Vlasenko
2008-11-05
- commentary typo fix (tito)
Bernhard Reutner-Fischer
2008-11-05
- fix typo in print_user() (tito)
Bernhard Reutner-Fischer
2008-10-29
id: better wording in comments, no code changes
Denis Vlasenko
2008-10-29
id: coreutils compat by Tito + test script
Denis Vlasenko
2008-10-20
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
df: unsigned long needs %lu
Denis Vlasenko
2008-09-18
id: fix "id <user>" case. Requires getgrouplist().
Denis Vlasenko
2008-09-16
setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
Denis Vlasenko
2008-09-14
id: unsigned long is excessive for option bitmask
Denis Vlasenko
2008-09-13
id: code shrink
Denis Vlasenko
2008-09-12
- implement id -G (Tito Ragusa)
Bernhard Reutner-Fischer
2008-09-06
install: shrink -D code. By Bernhard.
Denis Vlasenko
2008-09-03
kbd_mode: fix non-ASCII letters in comments
Denis Vlasenko
2008-08-29
build system: echo and test features may be enabled
Denis Vlasenko
2008-08-28
df: add support for more options, add some coreutils 6.10 compat.
Denis Vlasenko
2008-08-27
cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.
Denis Vlasenko
2008-08-15
cut: fix buffer overflow (bug 4544).
Denis Vlasenko
2008-08-15
install: fix long option not taking params (bug 4584)
Denis Vlasenko
2008-07-30
tr: fix yet another access past the end of a string (bug 4374)
Denis Vlasenko
2008-07-28
tr: fix "tr [=" case. Closes bug 4374.
Denis Vlasenko
2008-07-26
tr: fix "access past the end of a string" bug 4354
Denis Vlasenko
[next]