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
...
|
*
decompress_uncompress: move 'code' variable into loop - sole user
Denys Vlasenko
2012-12-05
1
-13
/
+14
|
*
ash: fix a memory leak
Jon Tollefson
2012-11-13
1
-0
/
+2
|
*
volume_id: add exFAT detection
S-G Bergh
2012-11-13
5
-0
/
+145
|
*
ifupdown: code shrink
Denys Vlasenko
2012-11-09
1
-7
/
+4
|
*
ifupdown: remove unused errno assignments
Denys Vlasenko
2012-11-05
1
-6
/
+3
|
*
ifupdown: simple code shrink
Denys Vlasenko
2012-11-05
1
-2
/
+2
|
*
blkid: show filesystem when both label and UUID are missing, but type is known
S-G Bergh
2012-11-05
1
-1
/
+5
|
*
build system: use pkg-config to look up selinux libs
Mike Frysinger
2012-10-20
2
-1
/
+12
|
*
fbsplash: fix regression from e4fa7b7
Timo Teräs
2012-10-17
1
-3
/
+2
|
*
nanddump: invert the meaning of the -o parameter to match upstream
Baruch Siach
2012-10-15
1
-4
/
+4
|
*
nanddump: skip bad blocks when instructed to do so
Baruch Siach
2012-10-15
1
-1
/
+1
|
*
nanddump: use the right operator of logic AND
Baruch Siach
2012-10-15
1
-1
/
+1
*
|
Add a build option to turn MSVCRT globbing on or off
Ron Yorston
2012-12-10
4
-3
/
+15
*
|
du: enable for MINGW with fake block count
Ron Yorston
2012-11-29
2
-3
/
+11
*
|
Ensure mingw_stat is called when necessary
Ron Yorston
2012-11-29
5
-3
/
+15
*
|
mktemp: fix error detection in MINGW
Ron Yorston
2012-10-11
1
-0
/
+4
*
|
Enable mktemp in default MINGW config
Ron Yorston
2012-10-10
1
-9
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-10-10
22
-190
/
+314
|
\
|
|
*
mktemp: fix mktemp -u temp.XXXXXX returning garbage when TMPDIR is set
Ron Yorston
2012-10-08
1
-21
/
+19
|
*
adduser: make it accept "adduser USER GROUP" form
Tito Ragusa
2012-10-08
1
-8
/
+14
|
*
mark get_shell_name FAST_FUNC
Denys Vlasenko
2012-10-03
2
-2
/
+2
|
*
top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"
Denys Vlasenko
2012-10-02
1
-0
/
+2
|
*
ash: implement export -n
Denys Vlasenko
2012-10-01
1
-4
/
+26
|
*
brctl: fix description and usage
Nicolas Thill
2012-09-29
2
-4
/
+4
|
*
udhcpc[6]: allow discover_retries == 0 (infinite)
Felix Fietkau
2012-09-27
2
-4
/
+4
|
*
flashcp: remove unused variable opts
Manuel Zerpies
2012-09-27
1
-2
/
+1
|
*
lineedit: in !EDITING config, return -1 on fgets error
Denys Vlasenko
2012-09-27
1
-1
/
+2
|
*
fix unsafe bb_perror_msg(filename) calls
Denys Vlasenko
2012-09-27
2
-3
/
+3
|
*
scripts/kconfig/mconf: work on systems w/o SIGWINCH
Denys Vlasenko
2012-09-27
1
-5
/
+11
|
*
libbb: correctness/size tweaks in signal-related helpers
Denys Vlasenko
2012-09-27
2
-4
/
+4
|
*
top: do not touch stdin if -b
Denys Vlasenko
2012-09-26
1
-10
/
+16
|
*
modprobe_small: make rmmod to NOT remove dependencies. Closes 5162
Denys Vlasenko
2012-09-25
1
-2
/
+9
|
*
ash: trivial fixes for compile failures
Denys Vlasenko
2012-09-25
1
-5
/
+6
|
*
top: fix build failure in !USE_TERMIOS case
Denys Vlasenko
2012-09-25
1
-17
/
+20
|
*
ps: fix build failure in !DESKTOP case
Denys Vlasenko
2012-09-25
1
-3
/
+3
|
*
top: implement scrolling up/down (_very_ useful)
Denys Vlasenko
2012-09-21
2
-74
/
+110
|
*
ushcpc: gracefully handle packets with CHECKSUM_PARTIAL
Alexey Froloff
2012-09-17
1
-8
/
+49
|
*
telnet: convert Enter -> CR LF in line mode too
Denys Vlasenko
2012-09-17
1
-11
/
+18
|
*
telnet: shrink literal string size
Denys Vlasenko
2012-09-17
1
-4
/
+4
|
*
telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to server
Denys Vlasenko
2012-09-13
2
-17
/
+6
*
|
winansi: skip DECTCEM sequence to avoid ugliness in vi
Ron Yorston
2012-10-10
1
-0
/
+7
*
|
stat: fix order of option symbols
Ron Yorston
2012-10-09
1
-3
/
+3
*
|
stat: allow -f option to be disabled
Ron Yorston
2012-10-09
3
-5
/
+36
*
|
Revised quoting of command line arguments for WIN32
Ron Yorston
2012-10-05
3
-7
/
+17
*
|
mingw.h: fixes for MinGW-w64
Ron Yorston
2012-09-19
1
-12
/
+5
*
|
Remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from config file
Ron Yorston
2012-09-19
1
-1
/
+0
*
|
Simplify recursive directory creation
Ron Yorston
2012-09-07
1
-8
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
99
-801
/
+1499
|
\
|
|
*
fbsplash: support non-RGB565 pixels in 16-bit mode
Linus Walleij
2012-09-06
1
-5
/
+22
|
*
find: make -mindepth N -xdev correctly stop on mountpoints
Denys Vlasenko
2012-09-06
1
-14
/
+21
[prev]
[next]