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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-13
ash: fix quadratic matching slowdown is ${v/*foo*/repl} (really bad one)
Denys Vlasenko
1
-12
/
+59
2010-03-12
tailk: fix error detected by testsuite
Denys Vlasenko
1
-1
/
+2
2010-03-12
awk: code shrink
Denys Vlasenko
1
-33
/
+39
2010-03-12
awk: code shrink
Denys Vlasenko
1
-143
/
+154
2010-03-12
awk: style fixes
Denys Vlasenko
1
-19
/
+20
2010-03-12
awk: code shrink
Denys Vlasenko
1
-8
/
+15
2010-03-11
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
6
-35
/
+67
2010-03-11
awk: code shrink
Denys Vlasenko
1
-7
/
+5
2010-03-11
awk: code shrink; style fixes
Denys Vlasenko
1
-41
/
+71
2010-03-11
awk: be more paranoid when freeing loop variable; make code less obfuscated
Denys Vlasenko
1
-21
/
+49
2010-03-11
awk: add two tests we currently fail
Denys Vlasenko
1
-16
/
+97
2010-03-10
awk: simple code shrink
Denys Vlasenko
1
-11
/
+13
2010-03-10
awk: fix the case where nested "for" loops with the same variable misbehave
Denys Vlasenko
2
-10
/
+58
2010-03-10
popmaildir: give examples in help text. +91 byte
Denys Vlasenko
1
-2
/
+7
2010-03-09
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
Tomas Heinrich
4
-5
/
+73
2010-03-08
shell/ulimit: code shrink by 10 bytes
Denys Vlasenko
1
-4
/
+5
2010-03-08
libbb/loop.c: move #include to its user, improve comment
Denys Vlasenko
1
-3
/
+1
2010-03-08
wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytes
Denys Vlasenko
1
-0
/
+2
2010-03-08
include/fix_u32.h: fix trivial compile breakage :(
Denys Vlasenko
1
-2
/
+2
2010-03-06
libbb/loop.c: use common fix_u32.h trick
Denys Vlasenko
2
-5
/
+7
2010-03-06
hush: use ash's ulimit builtin; make it more more bash0like while at it
Denys Vlasenko
5
-215
/
+253
2010-03-05
tftp: do not show progress bar if we get error right away. +13 bytes
Denys Vlasenko
5
-8
/
+14
2010-03-05
*: use NULL for null pointers
Denys Vlasenko
19
-36
/
+36
2010-03-05
libbb/loop.c: style and readability fixes, no code changes
Denys Vlasenko
1
-13
/
+18
2010-03-04
top: make 's' display easier to understand
Denys Vlasenko
1
-6
/
+6
2010-03-03
modprobe: remove 2k limit on /proc/cmdline
Denys Vlasenko
1
-7
/
+5
2010-03-03
ping: do not leak data from stack; shrink
Denys Vlasenko
1
-47
/
+57
2010-03-02
head,tail: trim help text; make suffixes unconditional for head too
Denys Vlasenko
2
-34
/
+33
2010-03-02
*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR
Denys Vlasenko
4
-9
/
+9
2010-02-28
syslog: allow multiple -R options
Thomas Geulig
1
-36
/
+50
2010-02-27
modprobe: pick up module options from /proc/cmdline too
Denys Vlasenko
1
-0
/
+34
2010-02-27
*: gethostname-related fixes
Denys Vlasenko
3
-35
/
+13
2010-02-26
Config: fix alphabetical ordering
Bernhard Reutner-Fischer
1
-28
/
+28
2010-02-26
tail: document FANCY flags in helptext
Bernhard Reutner-Fischer
1
-0
/
+4
2010-02-26
df: explain FANCY options in helptext
Bernhard Reutner-Fischer
1
-0
/
+4
2010-02-26
reuse a few strings
Bernhard Reutner-Fischer
2
-5
/
+5
2010-02-26
su: move restricted_shell into su.c (the only user)
Denys Vlasenko
4
-49
/
+18
2010-02-26
setup_environment(): eliminate one parameter
Denys Vlasenko
5
-11
/
+16
2010-02-26
crontab: use setup_environment
Bernhard Reutner-Fischer
4
-23
/
+12
2010-02-26
free: silence warning about unused argv
Bernhard Reutner-Fischer
1
-1
/
+1
2010-02-26
awk: skip whitespace between array name and subscript
Alexander Shishkin
2
-1
/
+4
2010-02-25
find: tweak error message
Bernhard Reutner-Fischer
1
-2
/
+6
2010-02-24
typo fixes
Denys Vlasenko
1
-2
/
+2
2010-02-24
mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.
Denys Vlasenko
1
-22
/
+32
2010-02-24
fdisk: do not treat names ending in '0' as partitions
Denys Vlasenko
1
-2
/
+3
2010-02-24
tweak README (s/svn/git)
Denys Vlasenko
1
-6
/
+11
2010-02-21
install: strip before mode/uid/gid is set, not after.
Denys Vlasenko
1
-12
/
+13
2010-02-21
loadfont/setfont: optional PSF2 font support
Harald Becker
2
-108
/
+224
2010-02-21
free: code shrink
Denys Vlasenko
1
-35
/
+48
2010-02-21
Replace __uClinux__ define with !BB_MMU
Denys Vlasenko
2
-4
/
+4
[next]