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
2012-10-17
fbsplash: fix regression from e4fa7b7
Timo Teräs
1
-3
/
+2
2012-10-15
nanddump: invert the meaning of the -o parameter to match upstream
Baruch Siach
1
-4
/
+4
2012-10-15
nanddump: skip bad blocks when instructed to do so
Baruch Siach
1
-1
/
+1
2012-10-15
nanddump: use the right operator of logic AND
Baruch Siach
1
-1
/
+1
2012-10-08
mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set
Ron Yorston
1
-21
/
+19
2012-10-08
adduser: make it accept "adduser USER GROUP" form
Tito Ragusa
1
-8
/
+14
2012-10-03
mark get_shell_name FAST_FUNC
Denys Vlasenko
2
-2
/
+2
2012-10-02
top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"
Denys Vlasenko
1
-0
/
+2
2012-10-01
ash: implement export -n
Denys Vlasenko
1
-4
/
+26
2012-09-29
brctl: fix description and usage
Nicolas Thill
2
-4
/
+4
2012-09-27
udhcpc[6]: allow discover_retries == 0 (infinite)
Felix Fietkau
2
-4
/
+4
2012-09-27
flashcp: remove unused variable opts
Manuel Zerpies
1
-2
/
+1
2012-09-27
lineedit: in !EDITING config, return -1 on fgets error
Denys Vlasenko
1
-1
/
+2
2012-09-27
fix unsafe bb_perror_msg(filename) calls
Denys Vlasenko
2
-3
/
+3
2012-09-27
scripts/kconfig/mconf: work on systems w/o SIGWINCH
Denys Vlasenko
1
-5
/
+11
2012-09-27
libbb: correctness/size tweaks in signal-related helpers
Denys Vlasenko
2
-4
/
+4
2012-09-26
top: do not touch stdin if -b
Denys Vlasenko
1
-10
/
+16
2012-09-25
modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
Denys Vlasenko
1
-2
/
+9
2012-09-25
ash: trivial fixes for compile failures
Denys Vlasenko
1
-5
/
+6
2012-09-25
top: fix build failure in !USE_TERMIOS case
Denys Vlasenko
1
-17
/
+20
2012-09-25
ps: fix build failure in !DESKTOP case
Denys Vlasenko
1
-3
/
+3
2012-09-21
top: implement scrolling up/down (_very_ useful)
Denys Vlasenko
2
-74
/
+110
2012-09-17
ushcpc: gracefully handle packets with CHECKSUM_PARTIAL
Alexey Froloff
1
-8
/
+49
2012-09-17
telnet: convert Enter -> CR LF in line mode too
Denys Vlasenko
1
-11
/
+18
2012-09-17
telnet: shrink literal string size
Denys Vlasenko
1
-4
/
+4
2012-09-13
telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
Denys Vlasenko
2
-17
/
+6
2012-09-06
fbsplash: support non-RGB565 pixels in 16-bit mode
Linus Walleij
1
-5
/
+22
2012-09-06
find: make -mindepth N -xdev correctly stop on mountpoints
Denys Vlasenko
1
-14
/
+21
2012-09-06
ash: fix "read -s" + ^C. Closes 5504
Denys Vlasenko
2
-1
/
+6
2012-09-06
top: fix "last CPU" parsing
Denys Vlasenko
1
-1
/
+1
2012-09-05
sysctl: implement -q
Joshua Kahlenberg
1
-13
/
+19
2012-09-04
refactor correct_password.c to avoid one if
walter harms
1
-6
/
+3
2012-09-04
build system: stop .eh_frame generation
Denys Vlasenko
1
-0
/
+3
2012-09-03
wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
Denys Vlasenko
1
-52
/
+62
2012-09-03
httpd_indexcgi.c: fix compile failure
Denys Vlasenko
1
-0
/
+1
2012-09-03
Fix compile failure in ll_proto.c
Denys Vlasenko
1
-2
/
+2
2012-09-02
blkid: add support for nilfs2
Sven-Göran Bergh
5
-0
/
+109
2012-09-02
volume_id: code shrink
Denys Vlasenko
1
-15
/
+19
2012-09-02
blkid: add type display for btrfs
Sven-Göran Bergh
1
-0
/
+1
2012-09-02
ll_proto.c: code shrink
Denys Vlasenko
1
-23
/
+85
2012-09-02
style fixes, no code changes
Denys Vlasenko
2
-2
/
+2
2012-09-02
getty: tweak style, no code changes
Denys Vlasenko
1
-2
/
+1
2012-08-16
wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
Denys Vlasenko
1
-7
/
+14
2012-08-16
getty: add commented-out extended error diagnostic
Denys Vlasenko
1
-0
/
+8
2012-08-15
login: increase login name size limit from 32 to 64
Denys Vlasenko
1
-1
/
+2
2012-08-10
udhcp[cd]: fix binding to network aliases. Closes 5432, 5438
Denys Vlasenko
1
-1
/
+9
2012-08-07
lineedit: fix Alt-D when cursor==0
Cliff Frey
1
-3
/
+3
2012-08-06
platform.h: disable ALIGNn macros for s390[x]
Denys Vlasenko
1
-1
/
+2
2012-08-04
disable format security warnings
Mike Frysinger
1
-0
/
+1
2012-07-27
udhcpc: make -O <numeric_opt> work. Closes 5402
Denys Vlasenko
3
-13
/
+21
[prev]
[next]