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
*
fix examples which used non-standard cut -b0-NNN
Denys Vlasenko
2010-01-18
8
-8
/
+8
*
diff: add NOINLINE
Denys Vlasenko
2010-01-18
1
-2
/
+4
*
diff: defeat gcc's optimization
Denys Vlasenko
2010-01-18
1
-1
/
+4
*
diff: rewrite. much smaller and more correct
Matheus Izvekov
2010-01-18
3
-1150
/
+709
*
ftpd: conditional support for broken clients
Stefan Seyfried
2010-01-18
2
-0
/
+23
*
ls: make it so that group never glues itself to file size
Denys Vlasenko
2010-01-18
4
-31
/
+52
*
diff: add more tests
Denys Vlasenko
2010-01-18
1
-1
/
+29
*
ftpd: code shrink
Denys Vlasenko
2010-01-17
1
-21
/
+30
*
bunzip2.tests: replace $? with \$?
Denys Vlasenko
2010-01-17
1
-1
/
+1
*
ntpd: remove some code which is at best unneeded and at worst wrong
Denys Vlasenko
2010-01-17
1
-18
/
+3
*
ntpd: add anti-clock-hopping code
Denys Vlasenko
2010-01-17
1
-17
/
+61
*
ntpd: disable frequency estimation code
Denys Vlasenko
2010-01-17
1
-24
/
+45
*
fix testing of busybox "applet" itself
Denys Vlasenko
2010-01-16
2
-4
/
+5
*
cp: improve test coverage
Denys Vlasenko
2010-01-16
1
-81
/
+81
*
trim usage text a bit; fix cp usage (meaning of -H option)
Denys Vlasenko
2010-01-15
1
-29
/
+30
*
cp: fix -H handling
Denys Vlasenko
2010-01-15
5
-24
/
+227
*
small doc update
Denys Vlasenko
2010-01-14
2
-2
/
+3
*
whitespace fix
Denys Vlasenko
2010-01-14
1
-1
/
+1
*
INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad...
Denys Vlasenko
2010-01-13
2
-5
/
+17
*
examples: add example ntpd service
Denys Vlasenko
2010-01-13
5
-0
/
+118
*
fix configure sha256sum problem. Closes bug 895
Denys Vlasenko
2010-01-13
1
-3
/
+3
*
ash: remove config items for read options which are no longer optional
Denys Vlasenko
2010-01-13
1
-17
/
+0
*
shell/read: check that variable names are sane
Denys Vlasenko
2010-01-13
5
-24
/
+26
*
builtin_read: note about better implementation
Denys Vlasenko
2010-01-13
1
-0
/
+5
*
hush: use ash's read builtin
Denys Vlasenko
2010-01-12
18
-49
/
+124
*
shell/read: fix "'read' without parameters" bash compat thingy
Denys Vlasenko
2010-01-12
1
-31
/
+39
*
shell: split read builtin from ash
Denys Vlasenko
2010-01-12
14
-217
/
+379
*
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
[next]