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
/
coreutils
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-20
dd: code shrink
Denys Vlasenko
1
-12
/
+24
2013-08-20
dd: fail if swab is attempted on odd-sized block
Denys Vlasenko
1
-10
/
+21
2013-08-19
lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n
Denys Vlasenko
1
-14
/
+30
2013-08-19
lineedit: improve Unicode handling (still buggy though)
Denys Vlasenko
2
-11
/
+24
2013-08-19
dd: fix example in a comment. No code changes.
Denys Vlasenko
1
-1
/
+1
2013-08-19
dd: support conv=swab
Denys Vlasenko
1
-6
/
+23
2013-08-19
dd: do not reuse local variables for unrelated values.
Denys Vlasenko
1
-6
/
+8
2013-08-16
iplink: comment out include <net/if_packet.h>
Denys Vlasenko
1
-1
/
+1
2013-08-16
init: don't srop unterminated processes' entries during inittab reload
Paulius Zaleckas
1
-3
/
+10
2013-08-16
init: don't use fixed size buffer for command
Denys Vlasenko
1
-9
/
+13
2013-08-15
tar: fix tar -T to add entries in the exact order as the input list
SASAKI Suguru
1
-3
/
+1
2013-08-15
fix build error with musl libc due to if_slip.h
Denys Vlasenko
1
-1
/
+1
2013-08-14
networking: fix potential overflow in ife_print6()
Nicolas Dichtel
1
-1
/
+1
2013-08-08
udhcpc: tweak help text more
Denys Vlasenko
1
-17
/
+17
2013-08-08
udhcpc: tweak help text
Denys Vlasenko
1
-14
/
+15
2013-08-08
swapon: support "pri=NNN" in fstab
Tito Ragusa
1
-0
/
+14
2013-08-07
setsid: code shrink, expanded comments
Denys Vlasenko
1
-2
/
+12
2013-08-06
libbb: code shrink
Denys Vlasenko
1
-7
/
+5
2013-08-05
udhcpc: tweak help text
Denys Vlasenko
1
-4
/
+4
2013-08-05
syslogd: use _PATH_LOG when available
Cédric Cabessa
1
-4
/
+7
2013-08-04
ubi_tools: fix typo in strcpy
Paul B. Henson
1
-1
/
+1
2013-08-04
ifplugd: use a larger netlink buffer
Tito Ragusa
1
-4
/
+10
2013-08-04
less: support "less 1<>TTY"
Denys Vlasenko
1
-4
/
+25
2013-08-01
volume_id: add f2fs detection
Sven-Göran Bergh
3
-0
/
+100
2013-07-31
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2
-1
/
+29
2013-07-31
volume_id: nilfs config description.
Sven-Göran Bergh
1
-1
/
+10
2013-07-31
volume_id: Adopt to new config style.
Sven-Göran Bergh
35
-245
/
+318
2013-07-31
volume_id: Adopt to new kbuild style.
Sven-Göran Bergh
35
-38
/
+71
2013-07-30
Whitespace fixes
Denys Vlasenko
12
-23
/
+23
2013-07-30
catv: code shrink
Denys Vlasenko
2
-7
/
+13
2013-07-30
Refactor catv. Move visible() from stty to libbb.
Bartosz Golaszewski
5
-58
/
+51
2013-07-30
unpackers: by users' request, print compression percentage if -v and DESKTOP
Denys Vlasenko
1
-13
/
+23
2013-07-29
nc: remove unnecessary "errno = 0"
Denys Vlasenko
1
-5
/
+4
2013-07-28
iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)
Denys Vlasenko
1
-4
/
+4
2013-07-28
logread: intercept all fatal signals, not just SIGINT
Denys Vlasenko
1
-5
/
+4
2013-07-28
nc: remove some dead code
Denys Vlasenko
1
-24
/
+12
2013-07-28
nc: exit when both stdin and network are closed.
Denys Vlasenko
1
-19
/
+31
2013-07-28
nc: use symbolic SHUT_WR instead of literal 1
Denys Vlasenko
1
-1
/
+1
2013-07-27
Update docs/tcp.txt
Denys Vlasenko
1
-1
/
+18
2013-07-26
buildsys: Add helper to list suid applets
Bernhard Reutner-Fischer
4
-6
/
+88