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
*
Merge branch 'busybox' into merge
Ron Yorston
2013-04-03
18
-74
/
+201
|
\
|
*
mdev: call index_in_strings on $ACTION only after we checked it for NULL
Denys Vlasenko
2013-04-02
1
-3
/
+3
|
*
examples/mdev.conf.change_blockdev.sh: update
Denys Vlasenko
2013-04-02
1
-3
/
+8
|
*
examples: add mdev example for Android phone
Denys Vlasenko
2013-03-30
2
-0
/
+54
|
*
examples/inittab: fix a few incorrect statements about init
Denys Vlasenko
2013-03-29
2
-15
/
+2
|
*
lineedit: \W on "/bin" should show "bin", not "/bin"
Denys Vlasenko
2013-03-29
1
-1
/
+1
|
*
lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!
Denys Vlasenko
2013-03-29
1
-37
/
+47
|
*
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-03-29
7
-12
/
+35
|
*
lineedit: add handling of \H in prompt
Denys Vlasenko
2013-03-28
1
-5
/
+45
|
*
hexdump: need to use xstrtoull for off_t
Denys Vlasenko
2013-03-27
1
-1
/
+1
|
*
hexdump: don't unconditionally limit the usable address range
Denys Vlasenko
2013-03-27
2
-2
/
+7
|
*
man: install to /usr/bin, not /sbin
Denys Vlasenko
2013-03-27
1
-1
/
+1
|
*
httpd: don't allow tabs and multiple spaces in request string
Denys Vlasenko
2013-03-25
1
-2
/
+5
|
*
setserial: Fix typo: s/baund_rate/baud_rate/g
Bernhard Reutner-Fischer
2013-03-22
1
-2
/
+2
*
|
df: limited implementation for WIN32
Ron Yorston
2013-04-03
8
-4
/
+187
*
|
Provide fake fchmod implementation
Ron Yorston
2013-03-26
2
-2
/
+2
*
|
ash: remove old comment
Ron Yorston
2013-03-26
1
-2
/
+0
*
|
vi: handle CRLF line ending
Ron Yorston
2013-03-19
1
-0
/
+38
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-03-19
59
-718
/
+1260
|
\
|
|
*
sendmail: code shrink on top of previous patches
Denys Vlasenko
2013-03-18
1
-42
/
+30
|
*
sendmail: don't add multiple To: headers
Aaro Koskinen
2013-03-18
1
-3
/
+16
|
*
sendmail: don't add To: header if it already exists
Aaro Koskinen
2013-03-18
1
-2
/
+7
|
*
sendmail: support long header fields for recipients
Aaro Koskinen
2013-03-18
1
-1
/
+18
|
*
sendmail: support address lists
Aaro Koskinen
2013-03-18
1
-4
/
+29
|
*
sendmail: support addresses inside angle brackets
Aaro Koskinen
2013-03-18
1
-2
/
+20
|
*
sendmail: don't mangle e-mail headers
Aaro Koskinen
2013-03-18
1
-1
/
+3
|
*
sendmail: avoid sending mail to wrong addresses
Aaro Koskinen
2013-03-18
1
-1
/
+16
|
*
mkfs_minix: use get_volume_size_in_bytes instead of local version
Denys Vlasenko
2013-03-18
1
-63
/
+14
|
*
mdev: fix build failure
Denys Vlasenko
2013-03-17
1
-2
/
+1
|
*
nc: fix build failure ("subscripted value is neither array nor pointer")
Denys Vlasenko
2013-03-17
1
-1
/
+1
|
*
ash: add comment about failures in source builtin. No code changes.
Denys Vlasenko
2013-03-17
1
-0
/
+6
|
*
hush: source builtin should override $N only if it has args
Denys Vlasenko
2013-03-17
3
-2
/
+19
|
*
ash: read $HOME/.profile instead of $(pwd)/.profile
Stefan Hellermann
2013-03-15
1
-2
/
+9
|
*
ash: move code to allow setting $HOME in /etc/profile
Stefan Hellermann
2013-03-15
1
-13
/
+9
|
*
vi: code shrink
Denys Vlasenko
2013-03-15
1
-4
/
+10
|
*
vi: fix adjustment of buffer on partial file read
Ron Yorston
2013-03-15
1
-1
/
+1
|
*
sysklogd: trim help text
Denys Vlasenko
2013-03-15
1
-1
/
+1
|
*
traceroute: free some memory allocated by xzalloc()
Guilherme Maciel Ferreira
2013-03-15
1
-2
/
+13
|
*
flash_eraseall: implement -N
Alexander Shiyan
2013-03-15
1
-7
/
+8
|
*
nanddump: fix build if nandwrite isn't enabled
Alexander Shiyan
2013-03-15
1
-4
/
+4
|
*
ping[6]: accept and ignore -n. Code shrink
Denys Vlasenko
2013-03-15
1
-27
/
+34
|
*
udhcpd: also add -I ADDR to help text
Denys Vlasenko
2013-03-14
1
-1
/
+1
|
*
udhcpd: add -I LOCAL_ADDR option
Denys Vlasenko
2013-03-13
1
-4
/
+13
|
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-03-13
2
-1
/
+21
|
*
losetup: fix util-linux compatibility
Mandeep Singh Baines
2013-03-12
1
-51
/
+65
|
*
readlink: note that our -f is really -e
Mike Frysinger
2013-03-12
1
-1
/
+4
|
*
readlink: uClibc supports automatic allocation too now
Mike Frysinger
2013-03-12
1
-1
/
+2
|
*
platform: use KERNEL_VERSION to simplify uClibc version checking
Mike Frysinger
2013-03-12
3
-16
/
+13
|
*
udhcpc: use readlink rather than realpath
Mike Frysinger
2013-03-12
1
-1
/
+1
|
*
hostid: do not output sign-extended host id. Closes 6056
Denys Vlasenko
2013-03-04
1
-1
/
+2
[next]