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
...
|
*
scripts/randomtest: update things which can't be tested on uclibc
Denys Vlasenko
2017-07-03
1
-0
/
+6
|
*
randomconfig fixes
Denys Vlasenko
2017-07-03
3
-3
/
+9
|
*
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2
Denys Vlasenko
2017-07-01
1
-8
/
+2
|
*
ash: fix 'trap - 65'
Denys Vlasenko
2017-07-01
1
-1
/
+1
|
*
udhcpc6: make -O OPT work
Denys Vlasenko
2017-06-28
6
-58
/
+149
|
*
modutils: delete unused replace_underscores()
Denys Vlasenko
2017-06-28
2
-7
/
+0
|
*
udhcpc6: add comments about option 39, no code changes
Denys Vlasenko
2017-06-27
2
-2
/
+42
|
*
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT
Denys Vlasenko
2017-06-27
1
-6
/
+0
|
*
pgrep: implement -a
Denys Vlasenko
2017-06-26
1
-6
/
+16
|
*
udhcpc6: add support for timezones
Denys Vlasenko
2017-06-26
2
-48
/
+59
|
*
pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "
Denys Vlasenko
2017-06-26
1
-5
/
+11
|
*
archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop
Denys Vlasenko
2017-06-15
4
-43
/
+81
|
*
fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
Denys Vlasenko
2017-06-15
2
-5
/
+5
|
*
unshare: fix help text; select LONG_OPTS instead depending on them
Denys Vlasenko
2017-06-14
1
-3
/
+4
|
*
setpriv: new applet
Assaf Gordon
2017-06-14
1
-0
/
+73
|
*
iproute: support for filtering by and printing of scope
André Draszik
2017-06-13
1
-4
/
+22
|
*
tar: add IF_FEATURE_* checks
Ming Liu
2017-06-13
1
-10
/
+15
|
*
ip rule: add suppress_{prefixlength,ifgroup} options
Stefan Tomanek
2017-06-13
1
-27
/
+46
*
|
grep: remove hack to disable EXTRA_COMPAT
Ron Yorston
2017-07-18
3
-12
/
+2
*
|
Use %I64* formats with MinGW instead of %ll* formats
Johannes Schindelin
2017-07-18
11
-14
/
+22
*
|
win32/regex: fix compile warnings
Johannes Schindelin
2017-07-14
4
-13
/
+15
*
|
win32/regex: update to newest version in Git
Johannes Schindelin
2017-07-14
6
-5109
/
+11169
*
|
grep: prepare for an upgrade of the regex code
Johannes Schindelin
2017-07-14
1
-1
/
+3
*
|
ash: fix POSIX build
Ron Yorston
2017-07-14
1
-5
/
+5
*
|
kbuild: avoid warning when building with KBUILD_NO_NLS
Johannes Schindelin
2017-07-14
1
-3
/
+3
*
|
kbuild: simulate force-renaming on Windows
Johannes Schindelin
2017-07-14
1
-0
/
+9
*
|
kbuild: support at least non-interactive mode on Windows
Johannes Schindelin
2017-07-14
5
-3
/
+76
*
|
fixdep: fix assumption that `long` is as large as `void *`
Johannes Schindelin
2017-07-14
4
-33
/
+34
*
|
fixdep: be careful about handling empty lines correctly
Johannes Schindelin
2017-07-14
1
-1
/
+4
*
|
fixdep: read the dependency files in binary mode
Johannes Schindelin
2017-07-14
1
-2
/
+6
*
|
Revert "nc: use poll() instead of select()"
Ron Yorston
2017-05-29
1
-16
/
+17
*
|
Update default configurations
Ron Yorston
2017-05-29
2
-38
/
+60
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-05-29
133
-2815
/
+3349
|
\
|
|
*
ash: fix incorrect path in describe_command
Youfu Zhang
2017-05-26
1
-13
/
+3
|
*
ls: fix support for long options when FEATURE_LS_COLOR is deselected
Laurent Bercot
2017-05-26
1
-6
/
+8
|
*
add/remove-shell: copy /etc/shells mode to new file
Denys Vlasenko
2017-05-26
1
-11
/
+9
|
*
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
7
-10
/
+34
|
*
sv: update to match version 2.1.2 of runit
James Byrne
2017-05-15
1
-65
/
+98
|
*
runsv: update to match version 2.1.2 of runit
Denys Vlasenko
2017-05-15
1
-37
/
+58
|
*
svlogd.c: support -ttt (dateTtime instead of date_time)
Denys Vlasenko
2017-05-15
1
-6
/
+7
|
*
udhcpc: do not accept --background on NOMMU (same as -b)
Denys Vlasenko
2017-05-08
2
-0
/
+4
|
*
udhcpc: fix "udhcpc -x hostname:<name> not working on nommu"
Denys Vlasenko
2017-05-08
2
-0
/
+4
|
*
diff: fix -N and nonexistent files. Closes 7454
Denys Vlasenko
2017-05-05
1
-5
/
+21
|
*
vi: survive if stdin is nonblocking. closes 9851
Denys Vlasenko
2017-05-02
1
-1
/
+8
|
*
time: inplement -f FMT
Denys Vlasenko
2017-04-28
1
-2
/
+5
|
*
time: implement -a, -o FILE
Tommi Rantala
2017-04-28
1
-10
/
+31
|
*
time: document -p in usage
Tommi Rantala
2017-04-28
1
-1
/
+2
|
*
lsscsi: new applet
Markus Gothe
2017-04-18
1
-0
/
+123
|
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
41
-80
/
+80
|
*
factor: fix stray semicolon
Denys Vlasenko
2017-04-17
1
-1
/
+1
[prev]
[next]