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
*
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
*
mingw: add routine to pipe a file descriptor to/from a command
Ron Yorston
2015-05-27
2
-18
/
+129
*
mingw: define a macro for spawn
Ron Yorston
2015-05-27
3
-5
/
+5
*
win32: fix waitpid implementation
Ron Yorston
2015-05-27
1
-2
/
+11
*
mingw: provide fake getgroups and getgrouplist
Ron Yorston
2015-05-18
4
-4
/
+28
*
mingw: implement getpwnam (but only for current user)
Ron Yorston
2015-05-18
2
-1
/
+13
*
Update default configuration following merge
Ron Yorston
2015-05-18
1
-1
/
+3
*
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
80
-411
/
+832
|
\
|
*
hush: add recent ash tests to hush testsuite too (they all pass for hush)
Denys Vlasenko
2015-05-18
18
-0
/
+29
|
*
testsuite: add some tests for ash
Ron Yorston
2015-05-18
10
-0
/
+15
|
*
ash: fix breakage of ${v/pat/str}
Ron Yorston
2015-05-18
1
-51
/
+28
|
*
ash: move parse-time quote flag detection to run-time
Ron Yorston
2015-05-18
5
-98
/
+72
|
*
ash: remove arithmetic expansion collapsing at parse time
Ron Yorston
2015-05-18
3
-12
/
+11
|
*
ash: remove superfluous code in arithmetic mode
Ron Yorston
2015-05-18
1
-5
/
+2
|
*
ash: do not expand tilde in parameter expansion within quotes
Ron Yorston
2015-05-18
3
-5
/
+6
|
*
ash: perform tilde expansion in all parameter expansion words
Ron Yorston
2015-05-18
3
-2
/
+5
|
*
ash: code shrink around varvalue
Ron Yorston
2015-05-18
1
-46
/
+38
|
*
ash: explain what "local -" does
Denys Vlasenko
2015-05-13
1
-1
/
+2
|
*
ash: consider "local -" case while iterating over local variables in mklocal.
Eugene Rudoy
2015-05-13
1
-1
/
+1
|
*
libbb: Enable support for !CONFIG_MULTIUSER
Daniel Thompson
2015-05-12
1
-2
/
+21
|
*
i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENT
Bartosz Golaszewski
2015-05-11
1
-2
/
+6
|
*
i2c-tools: fix 'i2cdetect -l'
Bartosz Golaszewski
2015-05-11
1
-1
/
+4
|
*
bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests
Thiago Jung Bauermann
2015-05-11
1
-24
/
+50
|
*
tar: do not try to decode GNU extended headers as pax headers
Denys Vlasenko
2015-05-11
1
-11
/
+17
|
*
Conditionalize Bionic workarounds on __ANDROID_API__
Matt Whitlock
2015-05-03
1
-4
/
+10
|
*
Bionic lacks mempcpy; enable existing workaround
Matt Whitlock
2015-05-03
1
-0
/
+1
|
*
libarchive: auto-detect .Z files as well
Thiago Jung Bauermann
2015-05-03
1
-0
/
+7
|
*
typo fix
Denys Vlasenko
2015-05-03
1
-1
/
+1
|
*
vi: basic undo feature shouldn't depend on yankmark
Andrew Fuller
2015-05-03
1
-5
/
+5
|
*
gzip: add support for compression levels 4-9
Aaro Koskinen
2015-04-26
1
-10
/
+62
|
*
Bionic lacks tcdrain; provide a workaround
Matt Whitlock
2015-04-26
1
-0
/
+5
|
*
Bionic lacks ttyname_r; provide a workaround
Matt Whitlock
2015-04-25
2
-0
/
+26
|
*
special-case {true,false,test} --help
Denys Vlasenko
2015-04-21
4
-28
/
+21
|
*
include: Fallback to UTMP unless there is UTMPX support
Bernhard Reutner-Fischer
2015-04-20
1
-1
/
+24
|
*
libbb: remove unnecessary argument to nonblock_immune_read
Ron Yorston
2015-04-20
3
-8
/
+8
|
*
mdev: if a "future" mdev.seq is seen, do not overwrite it with ours
Denys Vlasenko
2015-04-19
1
-7
/
+22
|
*
mdev: improve logging
Denys Vlasenko
2015-04-19
1
-4
/
+8
|
*
hush: document buggy handling of duplicate "local"
Denys Vlasenko
2015-04-18
2
-0
/
+6
|
*
ash: fix handling of duplicate "local"
Denys Vlasenko
2015-04-18
4
-17
/
+42
|
*
sed: implement ",+N" range end
Denys Vlasenko
2015-04-17
2
-5
/
+68
|
*
uevent: new applet
Denys Vlasenko
2015-04-16
1
-0
/
+127
|
*
find: fix regression in status processing for path arguments
Felix Fietkau
2015-04-14
1
-4
/
+2
|
*
volume_id: fix a buglet introduced by is_prefixed_with() conversion
Alfonso Ranieri
2015-04-14
1
-1
/
+1
|
*
build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS
Denys Vlasenko
2015-04-14
2
-1
/
+3
|
*
update copyright years
Aaro Koskinen
2015-04-02
1
-1
/
+1
|
*
*: Switch to POSIX utmpx API
Bernhard Reutner-Fischer
2015-04-02
9
-52
/
+56
|
*
update example ntp.script
Denys Vlasenko
2015-03-31
1
-2
/
+19
|
*
ftpd: change_identity() must be after chroot()
Denys Vlasenko
2015-03-31
1
-20
/
+21
[next]