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
...
|
*
less: document -S flag and make it independently configurable
Ron Yorston
2015-07-19
1
-4
/
+18
*
|
ash: don't convert path delimiters for certain environment variables
Ron Yorston
2015-07-30
2
-1
/
+7
*
|
win32: remove setitimer implementation and SIGALRM handling
Ron Yorston
2015-07-26
2
-133
/
+1
*
|
winansi: fixes to cursor positioning, screen clearing
Ron Yorston
2015-07-17
1
-4
/
+15
*
|
mingw: enable support for IPv6
Ron Yorston
2015-07-15
5
-6
/
+263
*
|
win32: silence some compiler warnings
Ron Yorston
2015-07-15
6
-14
/
+22
*
|
archival: provide dummy check_errors_in_children for WIN32
Ron Yorston
2015-07-15
3
-5
/
+10
*
|
Remove a couple of comments
Ron Yorston
2015-07-14
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
60
-322
/
+313
|
\
|
|
*
ash: use alloca to get rid of setjmp
Ron Yorston
2015-07-13
1
-34
/
+2
|
*
fix file mode
Denys Vlasenko
2015-07-13
1
-0
/
+0
|
*
ash: remove parsebackquote flag
Ron Yorston
2015-07-13
3
-7
/
+3
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
28
-46
/
+0
|
*
applets: Add installation of individual binaries
Clayton Shotwell
2015-07-01
2
-2
/
+28
|
*
ps: fix SEGV on narrow screens. closes 8176
Denys Vlasenko
2015-07-01
1
-5
/
+7
|
*
ipaddress: better formatting, no code changes
Denys Vlasenko
2015-07-01
1
-6
/
+10
|
*
ip addr: support change and replace commands
Michael Tokarev
2015-07-01
2
-9
/
+13
|
*
fix whitespaces
Maninder Singh
2015-06-07
1
-1
/
+1
|
*
fix if(p)/free(p) construct
Maninder Singh
2015-06-07
4
-14
/
+7
|
*
i2cdetect: use break instead of goto in list_i2c_busses_and_exit()
Bartosz Golaszewski
2015-06-07
1
-2
/
+1
|
*
i2cdump: code rework
Bartosz Golaszewski
2015-06-07
1
-149
/
+167
|
*
i2cdetect: add a check for (mode == DETECT_MODE_AUTO)
Bartosz Golaszewski
2015-06-07
1
-1
/
+3
|
*
i2cdetect: don't scan non-regular addresses without the '-a' option
Bartosz Golaszewski
2015-06-07
1
-2
/
+4
|
*
i2cdetect: don't die on addresses already in use by drivers
Bartosz Golaszewski
2015-06-07
1
-12
/
+19
|
*
chown: fix help text
Junling Zheng
2015-06-07
1
-1
/
+1
|
*
truncate: do not die when a file doesn't exist and no-create flag is on
Ari Sundholm
2015-05-25
1
-5
/
+15
|
*
Print one less newline at the end of bb_show_usage()
Denys Vlasenko
2015-05-25
1
-1
/
+1
|
*
typo fixes
Maninder Singh
2015-05-25
17
-24
/
+24
|
*
dc: fix "dc p" prinitng bogus data
Denys Vlasenko
2015-05-25
1
-2
/
+8
|
*
tc: fix print_rate
Denys Vlasenko
2015-05-24
1
-7
/
+7
*
|
mingw: include unwind tables in 64-bit build by default
Ron Yorston
2015-07-14
1
-1
/
+1
*
|
ash: store pointers to be fixed as pointers, not int
Ron Yorston
2015-07-14
1
-14
/
+16
*
|
ipcalc: enable by default for WIN32
Ron Yorston
2015-07-13
6
-15
/
+16
*
|
Allow different ways to manipulate environment for XP vs 64-bit
Ron Yorston
2015-07-03
5
-1
/
+1130
*
|
libbb: really add build details to banner
Ron Yorston
2015-06-23
2
-5
/
+5
*
|
libbb: add details of build environment to banner
Ron Yorston
2015-06-23
1
-0
/
+6
*
|
Add some more build details to README.md
Ron Yorston
2015-06-23
1
-1
/
+1
*
|
lineedit: skip non-executables when tab-completing commands
Ron Yorston
2015-06-17
1
-0
/
+3
*
|
lineedit: search applets as well as PATH for tab completion
Ron Yorston
2015-06-17
1
-1
/
+14
*
|
busybox: update help message
Ron Yorston
2015-06-17
1
-4
/
+9
*
|
Update README.md
Ron Yorston
2015-06-16
1
-1
/
+2
*
|
ash: add winxp option
Ron Yorston
2015-06-05
2
-6
/
+14
*
|
ash: skip PATH if executable and command are both busybox
Ron Yorston
2015-06-02
1
-0
/
+21
*
|
mingw: add magic '--busybox' flag
Ron Yorston
2015-06-01
3
-2
/
+7
*
|
mingw: fixes to implementation of waitpid(2)
Ron Yorston
2015-05-29
2
-3
/
+3
*
|
mingw: fix conditions under which open(2) sets errno to EISDIR
Ron Yorston
2015-05-29
1
-1
/
+1
*
|
mingw: buffer in do_stat_internal need not be static
Ron Yorston
2015-05-29
1
-1
/
+1
*
|
mingw: tidy up implementation of kill(2)
Ron Yorston
2015-05-29
3
-10
/
+16
*
|
ash: seek to EOF when file is opened for append
Ron Yorston
2015-05-28
1
-0
/
+3
*
|
Enable seamless compression for WIN32
Ron Yorston
2015-05-27
11
-12
/
+82
[prev]
[next]