index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
uname: use wider integer for option bits
Denis Vlasenko
2009-01-19
1
-1
/
+1
*
uname: add support for -i and -o, fix printing of unknown -p
Denis Vlasenko
2009-01-19
1
-33
/
+72
*
printf: make integer format strings print long long-sized values.
Denis Vlasenko
2009-01-04
1
-53
/
+65
*
unexpand: fix incorrect expansion, add test for it
Denis Vlasenko
2008-12-26
1
-39
/
+27
*
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-23
1
-1
/
+1
*
expand: fix incorrect expansion exactly on tab boundary; shrink the code
Denis Vlasenko
2008-12-14
1
-34
/
+26
*
ash: printf builtin with no arguments should not exit
Denis Vlasenko
2008-12-10
1
-1
/
+8
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
1
-0
/
+3
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
1
-3
/
+1
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
2
-8
/
+4
*
remove a few superfluous includes
Denis Vlasenko
2008-11-25
1
-1
/
+0
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
2
-2
/
+0
*
id: do not abort build if we use internal password/group functions.
Denis Vlasenko
2008-11-17
1
-0
/
+2
*
id: abort the build of uclibc is less than 0.9.30
Denis Vlasenko
2008-11-16
1
-0
/
+6
*
stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)
Denis Vlasenko
2008-11-13
1
-14
/
+14
*
seq: shrink by 10 bytes
Denis Vlasenko
2008-11-12
1
-8
/
+9
*
- add support for seq -s <separator>
Bernhard Reutner-Fischer
2008-11-12
1
-4
/
+9
*
- add seq -w support (Natanael Copa)
Bernhard Reutner-Fischer
2008-11-12
1
-4
/
+11
*
cksum, printenv: report errors via exitcode
Denis Vlasenko
2008-11-11
2
-3
/
+10
*
head: report file open errors with exitcode 1 (was happily returning 0)
Denis Vlasenko
2008-11-11
1
-4
/
+4
*
expr: on error, exit with exitcode 2
Denis Vlasenko
2008-11-11
1
-7
/
+4
*
stat: make stat -f show filesystem "ID:" as coreutils does
Denis Vlasenko
2008-11-11
1
-6
/
+21
*
env: support -uVAR=VAL
Denis Vlasenko
2008-11-11
1
-8
/
+10
*
du: fix "du /dir /dir" case
Denis Vlasenko
2008-11-11
1
-47
/
+35
*
libbb: add optionl support for SHA256/512 encrypted passwords
Denis Vlasenko
2008-11-10
1
-0
/
+2
*
sha256,sha512: new applets. +4.9kb
Denis Vlasenko
2008-11-10
2
-9
/
+38
*
basename: fix error code. again. deja vu feeling...
Denis Vlasenko
2008-11-06
1
-1
/
+2
*
- commentary typo fix (tito)
Bernhard Reutner-Fischer
2008-11-05
1
-1
/
+1
*
- fix typo in print_user() (tito)
Bernhard Reutner-Fischer
2008-11-05
1
-1
/
+1
*
id: better wording in comments, no code changes
Denis Vlasenko
2008-10-29
1
-6
/
+6
*
id: coreutils compat by Tito + test script
Denis Vlasenko
2008-10-29
2
-128
/
+406
*
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
1
-2
/
+2
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
5
-5
/
+5
*
df: unsigned long needs %lu
Denis Vlasenko
2008-09-25
1
-1
/
+1
*
id: fix "id <user>" case. Requires getgrouplist().
Denis Vlasenko
2008-09-18
1
-10
/
+40
*
setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
Denis Vlasenko
2008-09-16
1
-1
/
+1
*
id: unsigned long is excessive for option bitmask
Denis Vlasenko
2008-09-14
1
-14
/
+8
*
id: code shrink
Denis Vlasenko
2008-09-13
1
-18
/
+19
*
- implement id -G (Tito Ragusa)
Bernhard Reutner-Fischer
2008-09-12
1
-10
/
+37
*
install: shrink -D code. By Bernhard.
Denis Vlasenko
2008-09-06
1
-10
/
+7
*
kbd_mode: fix non-ASCII letters in comments
Denis Vlasenko
2008-09-03
1
-27
/
+37
*
build system: echo and test features may be enabled
Denis Vlasenko
2008-08-29
1
-2
/
+2
*
df: add support for more options, add some coreutils 6.10 compat.
Denis Vlasenko
2008-08-28
2
-38
/
+61
*
cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case.
Denis Vlasenko
2008-08-27
1
-5
/
+13
*
cut: fix buffer overflow (bug 4544).
Denis Vlasenko
2008-08-15
1
-1
/
+1
*
install: fix long option not taking params (bug 4584)
Denis Vlasenko
2008-08-15
1
-3
/
+3
*
tr: fix yet another access past the end of a string (bug 4374)
Denis Vlasenko
2008-07-30
1
-3
/
+5
*
tr: fix "tr [=" case. Closes bug 4374.
Denis Vlasenko
2008-07-28
1
-0
/
+2
*
tr: fix "access past the end of a string" bug 4354
Denis Vlasenko
2008-07-26
1
-1
/
+1
*
ash: dont allow e.g. exec <&10 to attach to stript's fd!
Denis Vlasenko
2008-07-25
2
-6
/
+12
[next]