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
2009-11-24
traceroute6: restore port after probing
Denys Vlasenko
1
-0
/
+1
2009-11-24
fix trivial compile breakage
Denys Vlasenko
1
-2
/
+2
2009-11-24
ntpd: use MSG_DONTWAIT; better readability
Denys Vlasenko
1
-101
/
+108
2009-11-24
ntp: simplifications; libbb: simpler resolution of numeric hostnames
Denys Vlasenko
2
-105
/
+144
2009-11-24
ps: add comment about -T
Denys Vlasenko
1
-1
/
+5
2009-11-24
traceroute: simplify code a bit
Denys Vlasenko
1
-26
/
+18
2009-11-24
libunarchive: fix reversed test for older/newer
Denys Vlasenko
1
-3
/
+3
2009-11-23
ntpd: add -q option. By Adam Tkac.
Denys Vlasenko
2
-31
/
+30
2009-11-23
traceroute: fix help text to not show -6 when traceroute6 is off
Denys Vlasenko
1
-27
/
+27
2009-11-23
traceroute6: new applet by Leonid Lisovskiy. +1562 bytes
Leonid Lisovskiy
4
-109
/
+428
2009-11-23
traceroute: cleanup preparing it for traceroute6. -17 bytes
Denys Vlasenko
1
-63
/
+63
2009-11-22
od: fix -tx without length spec
Denys Vlasenko
1
-1
/
+2
2009-11-22
ntpd: new applet by Adam Tkac. +5k.
Adam Tkac
5
-0
/
+1026
2009-11-21
flashcp: new applet by Stefan Seyfried. +900 bytes
Stefan Seyfried
5
-2
/
+169
2009-11-21
mount: clean up #defines. No code changes
Denys Vlasenko
1
-10
/
+6
2009-11-21
ping: use |=, not =, when combine option bit mask
Denys Vlasenko
1
-1
/
+1
2009-11-20
fix fallout from isprint() changes
Denys Vlasenko
3
-25
/
+30
2009-11-20
ping6: do not play dirty tricks with argv
Denys Vlasenko
1
-15
/
+26
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
9
-25
/
+28
2009-11-18
wc: fix a hang gue to isprint(EOF)
Dan Fandrich
1
-16
/
+20
2009-11-17
libbb: fix vasprintf implementation
Denys Vlasenko
1
-1
/
+2
2009-11-17
hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes
Denys Vlasenko
3
-62
/
+171
2009-11-16
tweak in comment
Denys Vlasenko
1
-1
/
+1
2009-11-16
hush: initial stab at brace expansion support
Denys Vlasenko
1
-4
/
+133
2009-11-16
hush: fix handling of words with braces. +65 bytes
Denys Vlasenko
3
-8
/
+35
2009-11-16
hush: fix exit code propagation from `cmd`. +45 bytes
Denys Vlasenko
3
-10
/
+17
2009-11-15
libbb: added xfdopen_for_read/write
Denys Vlasenko
15
-49
/
+51
2009-11-15
hush: wait for `cmd` to complete, and immediately store its exitcode in $?
Denys Vlasenko
4
-18
/
+70
2009-11-15
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
Denys Vlasenko
2
-5
/
+30
2009-11-15
init: restore possibility to reload inittab even before we finish initialization
Denys Vlasenko
1
-16
/
+18
2009-11-15
eject: band-aid for kernel headers using u8 type
Denys Vlasenko
1
-1
/
+2
2009-11-15
fsck: add comment clarifying exit codes
Denys Vlasenko
1
-1
/
+10
2009-11-15
some non-gnu compilers can't have non-const struct initializers
Denys Vlasenko
4
-11
/
+18
2009-11-15
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
4
-17
/
+13
2009-11-14
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2
-6
/
+3
2009-11-13
httpd_post_upload.txt example: handle binary files too
Denys Vlasenko
1
-37
/
+26
2009-11-13
sed: on output file, set not only mode, but owner too
Denys Vlasenko
1
-2
/
+2
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
63
-148
/
+148
2009-11-12
env: don't SEGV on bare "env -"
Denys Vlasenko
1
-8
/
+10
2009-11-11
tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
7
-22
/
+12
2009-11-11
mdev_fat.conf: add a rule to run nameif
Denys Vlasenko
1
-1
/
+2
2009-11-11
ash: fix bad interaction of "stty -echo" + ASK_TERMINAL
Denys Vlasenko
1
-47
/
+52
2009-11-09
fix 'not not' in comment
Denys Vlasenko
1
-1
/
+1
2009-11-09
tweak service examples a bit (less verbose comment in dhcp_if)
Denys Vlasenko
2
-37
/
+34
2009-11-09
tweak dhcp service example - add ntp configuration
Denys Vlasenko
3
-53
/
+84
2009-11-08
add and example of tftpd service
Denys Vlasenko
4
-0
/
+44
2009-11-08
tftpd: another small tweak
Denys Vlasenko
1
-3
/
+5
2009-11-08
tftp: another small tweak
Denys Vlasenko
1
-4
/
+4
2009-11-08
tftpd: slight correction to progress bar code
Denys Vlasenko
1
-6
/
+8
2009-11-08
tftp: add optiona support for progress bar
Magnus Damm
2
-18
/
+84
[next]