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
*
hush: fix potential buffer overflow on NOMMU
Denys Vlasenko
2010-01-12
1
-3
/
+6
*
hush: fix subshell.tests failure on NOMMU
Denys Vlasenko
2010-01-12
3
-41
/
+88
*
scripts/basic/docproc.c: remove stray NUL byte from the source
Denys Vlasenko
2010-01-12
1
-1
/
+1
*
hush: two NOMMU fixes for bugs 877 and 883
Denys Vlasenko
2010-01-12
3
-3
/
+22
*
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-12
5
-6
/
+19
*
*: add/remove safe_, it seems we had a few incorrect uses
Denys Vlasenko
2010-01-12
5
-13
/
+14
*
hush: plug a memory leak
Denys Vlasenko
2010-01-12
3
-0
/
+32
*
ntpd: explain algorithm
Denys Vlasenko
2010-01-11
1
-5
/
+34
*
ntpd: expose more data to the script; more eagerly drop to lower poll
Denys Vlasenko
2010-01-11
1
-26
/
+46
*
modprobe: it's not an error if module is already loaded. Closes bug 833
Denys Vlasenko
2010-01-10
1
-0
/
+2
*
adduser: create a group for net user too
Denys Vlasenko
2010-01-10
1
-13
/
+11
*
cpio: add a test for recent fix
Denys Vlasenko
2010-01-10
1
-0
/
+16
*
find: correct handling of -xdev
Denys Vlasenko
2010-01-10
1
-17
/
+25
*
passwd: do not complain about /etc/shadow needlessly
Denys Vlasenko
2010-01-09
1
-4
/
+12
*
adduser: more fixes to "add user to specified group"
Denys Vlasenko
2010-01-09
2
-13
/
+19
*
cpio: fix -o-less cpio -F FILE
Denys Vlasenko
2010-01-09
1
-1
/
+1
*
cpio: improve help text more; fix -p and -F interaction
Denys Vlasenko
2010-01-09
2
-15
/
+17
*
cpio: improve help text; document two TODOs
Denys Vlasenko
2010-01-09
4
-6
/
+19
*
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-09
13
-122
/
+131
*
adduser: fix a logical inversion which made -G GRP inoperative
Tito Ragusa
2010-01-09
1
-1
/
+1
*
dpkg: fix handling of names with leading dots. Closes bug 783
Denys Vlasenko
2010-01-08
1
-1
/
+12
*
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
[next]