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