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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-07-18
printf: do not print garbage on "%Ld". closes bug 4214.
Denis Vlasenko
2
-6
/
+20
2008-07-18
libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174
Denis Vlasenko
1
-8
/
+22
2008-07-18
printf: fix %b, fix several bugs in %*.*, fix compat issues with
Denis Vlasenko
2
-87
/
+200
2008-07-18
- fix compilation for mips (Brian Daniels)
Bernhard Reutner-Fischer
1
-1
/
+1
2008-07-17
vi: using array data after it fell out of scope is stupid.
Denis Vlasenko
1
-6
/
+8
2008-07-17
sendmail: update from the maintainer
Denis Vlasenko
1
-51
/
+58
2008-07-17
pidof/killall: allow find_pid_by_name to find running
Denis Vlasenko
5
-23
/
+53
2008-07-17
update README
Denis Vlasenko
1
-6
/
+4
2008-07-17
build system: fix indentation in config menu
Denis Vlasenko
1
-2
/
+6
2008-07-17
init: fix compile-time error; fix exiting on broken config file
Denis Vlasenko
2
-25
/
+21
2008-07-17
- very minor shrinkage (-9b)
Bernhard Reutner-Fischer
1
-4
/
+4
2008-07-17
- fix "noreduce" flag of config_read (didn't work at all, at least for me).
Bernhard Reutner-Fischer
2
-16
/
+76
2008-07-17
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
5
-59
/
+59
2008-07-17
printf: protect against bogus format specifiers. Hopefully closes bug 4184
Denis Vlasenko
2
-9
/
+19
2008-07-17
bb_strtoXXX: close bug 4174 (potential use of buf[-1])
Denis Vlasenko
1
-6
/
+5
2008-07-17
- warn about overlong lines in help-texts
Bernhard Reutner-Fischer
2
-0
/
+9
2008-07-16
config help fixes
Denis Vlasenko
3
-3
/
+3
2008-07-16
fix up callsites of config_read to check for >= 0
Denis Vlasenko
4
-5
/
+5
2008-07-16
update of config file parser from Vladimir
Denis Vlasenko
4
-177
/
+52
2008-07-16
sendmail: do not discard all headers
Denis Vlasenko
1
-3
/
+11
2008-07-16
cpio: make long opts depend only on ENABLE_GETOPT_LONG
Denis Vlasenko
1
-1
/
+1
2008-07-16
install: do not chown intermediate directories with install -d; shrink
Denis Vlasenko
1
-47
/
+28
2008-07-16
s/SELINIX/SELINUX/
Denis Vlasenko
1
-3
/
+3
2008-07-16
libbb: get rid of statics in dump.c; code shrinks a lot too
Denis Vlasenko
4
-200
/
+222
2008-07-16
tee: fix infinite looping on open error (echo asd | tee "")
Denis Vlasenko
1
-1
/
+3
2008-07-16
od,hexdump: fix bug where xrealloc may move pointer,
Denis Vlasenko
2
-69
/
+75
2008-07-15
mdev: support for serializing hotplug
Denis Vlasenko
2
-3
/
+51
2008-07-15
sleep: make fractional seconds separately selectable in .config
Denis Vlasenko
3
-10
/
+25
2008-07-15
libbb: document plans to speed up line-based input
Denis Vlasenko
2
-3
/
+15
2008-07-15
libbb: unified config parser (By Vladimir Dronnikov)
Denis Vlasenko
4
-56
/
+295
2008-07-15
sendmail: do not ignore CC; accept to: and cc: case-insensitively.
Denis Vlasenko
1
-1
/
+1
2008-07-15
libbb: experimental faster string reading routines.
Denis Vlasenko
2
-1
/
+75
2008-07-15
comm: almost total rewrite; add testsuite
Denis Vlasenko
3
-56
/
+61
2008-07-15
ls: fix a bug where we may use uninintialized variable
Denis Vlasenko
1
-5
/
+6
2008-07-15
tee: "-" is a name for stdout, handle it that way
Denis Vlasenko
1
-4
/
+7
2008-07-14
insmod: users report that "|| defined(__powerpc__)" is missing
Denis Vlasenko
1
-1
/
+2
2008-07-14
hush: fix "... pattern) cmd;; esac" case
Denis Vlasenko
2
-3
/
+27
2008-07-14
hush: delete unused field in struct child.
Denis Vlasenko
2
-16
/
+95
2008-07-14
hush: add case statement support. It is incomplete and disabled for now.
Denis Vlasenko
1
-45
/
+147
2008-07-13
ash: small code shrink
Denis Vlasenko
1
-5
/
+5
2008-07-12
libbb: shrink print_login_issue (by Vladimir Dronnikov)
Denis Vlasenko
1
-8
/
+7
2008-07-12
whitespace fixes
Denis Vlasenko
3
-8
/
+18