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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-06-19
top,ps: reduce CPU usage in decimal conversion (optional)
Denis Vlasenko
2
-2
/
+60
2007-06-19
ll_map: disable interface name caching code
Denis Vlasenko
2
-40
/
+51
2007-06-19
defconfig: update
Denis Vlasenko
1
-13
/
+25
2007-06-19
make /etc/network parsing configurable. -200 bytes when off.
Denis Vlasenko
2
-4
/
+13
2007-06-19
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...
Denis Vlasenko
6
-136
/
+112
2007-06-19
networking/interface.c: reduce bss usage
Denis Vlasenko
4
-52
/
+62
2007-06-18
libbb: random hunt for statics
Denis Vlasenko
2
-13
/
+16
2007-06-18
libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss
Denis Vlasenko
1
-27
/
+96
2007-06-18
ping: fix write-after-allocated-mem bug
Denis Vlasenko
2
-37
/
+32
2007-06-18
fix an obvious typo while trying to access the tv_usec member
Mike Frysinger
1
-1
/
+1
2007-06-17
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
8
-144
/
+151
2007-06-17
hwclock: size optimizations
Denis Vlasenko
10
-262
/
+230
2007-06-17
time: *const str = "xxx" ==> str[] = "xxx"
Denis Vlasenko
1
-3
/
+3
2007-06-17
strings: strings a b was processing a twice, fix that
Denis Vlasenko
1
-34
/
+35
2007-06-17
arping: -i should be -I
Denis Vlasenko
2
-2
/
+2
2007-06-17
install: fix install a b /a/link/to/dir
Denis Vlasenko
2
-4
/
+15