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
2010-01-08
nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu...
Denys Vlasenko
1
-9
/
+22
2010-01-08
ash: fix for read $IFS splitting. Closes bug 235
Denys Vlasenko
3
-15
/
+21
2010-01-08
ash: fix mishandling of bash-style redirects
Chris Metcalf
1
-1
/
+1
2010-01-08
ifplugd: clarify -a in help text
Denys Vlasenko
1
-1
/
+1
2010-01-08
ifplugd: restore auto-ifup unless -a; make iff method less iffy :D
Denys Vlasenko
1
-38
/
+34
2010-01-08
*: fix places where we were still using malloc/realloc
Denys Vlasenko
5
-46
/
+29
2010-01-08
old_e2fsprogs/e2fsck.c: fix indentation
Denys Vlasenko
1
-248
/
+215
2010-01-07
ifplugd: mention iff mode in help
Denys Vlasenko
1
-1
/
+1
2010-01-07
ntpd: show at loglevel 2 and export in env current poll interval
Denys Vlasenko
1
-6
/
+11
2010-01-07
hwclock: tiny tweak in comment
Denys Vlasenko
1
-1
/
+1
2010-01-07
hwclock: make commented-out code compilable
Denys Vlasenko
1
-23
/
+32
2010-01-07
hwclock: disable time diff code; ntpd -S script: do not wait for completion
Denys Vlasenko
2
-20
/
+39
2010-01-06
hwclock: make it report system/rtc clock difference
Denys Vlasenko
4
-24
/
+53
2010-01-06
hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact
Denys Vlasenko
4
-32
/
+74
2010-01-06
ntpd: renew cur_time after script run, it can take a while
Denys Vlasenko
1
-0
/
+1
2010-01-06
ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization
Denys Vlasenko
2
-7
/
+57
2010-01-06
ifplugd: simplify run_script()
Denys Vlasenko
2
-21
/
+15
2010-01-06
libunarchive: clean up dirty hacks. code shrank as a result
Denys Vlasenko
10
-102
/
+95
2010-01-06
cal: document the location of unicode bug. no code changes
Denys Vlasenko
1
-0
/
+6
2010-01-06
libunarchive: trivial code shrink
Denys Vlasenko
1
-10
/
+12
2010-01-06
find: add optional support for -links. +100 bytes
Matheus Izvekov
3
-6
/
+36
2010-01-06
gzip: add optional support for --long-opts
Matheus Izvekov
2
-1
/
+27
2010-01-05
AUTHORS: mention Jie Zhang
Denys Vlasenko
1
-0
/
+3
2010-01-05
cpio: fix unpacking of names with leading slashes
Denys Vlasenko
3
-2
/
+13
2010-01-04
ntpd: make -w less cumbersome to use
Denys Vlasenko
2
-3
/
+3
2010-01-04
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
11
-105
/
+183
2010-01-04
[un]expand: unicode support
Tomas Heinrich
3
-18
/
+42
2010-01-04
ar: heh, there *was* "-1" already...
Denys Vlasenko
1
-1
/
+1
2010-01-04
ar: fix two bugs, one added by prev comment and other we SEGV with no params
Denys Vlasenko
2
-9
/
+9
2010-01-04
*: remove some uses of argc
Denys Vlasenko
26
-78
/
+77
2010-01-04
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
7
-15
/
+20
2010-01-04
hush: fix exitcodes of killed processes
Denys Vlasenko
3
-2
/
+18
2010-01-04
ntpd: add -w "watch" option, useful for debugging to look at our own data
Denys Vlasenko
2
-14
/
+28
2010-01-03
tar: fix problem handling tarballs with chksums prepended by spaces
Denys Vlasenko
1
-1
/
+2
2010-01-03
ntpd: fix comment, no code changes
Denys Vlasenko
1
-1
/
+1
2010-01-03
ntpd: try to avoid using libm. -1.2k if we succeed
Denys Vlasenko
1
-1
/
+39
2010-01-03
ntpd: remove an old hack for faster initialization
Denys Vlasenko
1
-27
/
+2
2010-01-03
ntpd: better selection of initial sync; fewer gettimeofday calls
Denys Vlasenko
1
-126
/
+126
2010-01-02
update link to the comp.lang.c FAQ
Denys Vlasenko
1
-1
/
+1
2010-01-02
*: do not assign to stdout/stderr, it's not portable.
Denys Vlasenko
3
-11
/
+3
2010-01-02
ntpd: fix jitter calculations and status propagation
Denys Vlasenko
1
-61
/
+58
2010-01-02
watch: more compatible screen format
Denys Vlasenko
1
-1
/
+1
2010-01-02
ntpd: speed up reaction to poll interval decrease
Denys Vlasenko
1
-0
/
+13
2010-01-02
ntpd: improve frequency filtering
Denys Vlasenko
1
-21
/
+43
2010-01-01
ntpd: restore forgotten delay sanitization
Denys Vlasenko
1
-0
/
+2
2010-01-01
ntpd: add a comment, no code changes
Denys Vlasenko
1
-1
/
+8
2010-01-01
ntpd: disable unused code; show kernel's clock drift correction
Denys Vlasenko
1
-24
/
+38
2010-01-01
ntpd: reduce poll interval increase rate
Denys Vlasenko
1
-16
/
+19