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
...
|
*
Aboriginal linux/musl build fixes
Denys Vlasenko
2015-10-05
5
-2
/
+81
|
*
Add qemu_multiarch_testing/
Denys Vlasenko
2015-10-05
6
-0
/
+193
|
*
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2015-10-02
2
-48
/
+72
|
*
umount: always use umount2 syscall with specified flags
Denys Vlasenko
2015-10-01
1
-4
/
+16
|
*
adduser: fix help text
Denys Vlasenko
2015-09-21
1
-1
/
+1
|
*
adduser: Add -k /path/to/skel
Bernhard Reutner-Fischer
2015-09-21
1
-3
/
+8
|
*
i2c-tools: rename remaining defines
Bartosz Golaszewski
2015-09-21
1
-23
/
+23
|
*
i2c-tools: remove duplicate definitions
Bartosz Golaszewski
2015-09-21
1
-100
/
+2
|
*
sort: fix -kN,M handling (was including last separator into the comparison)
Denys Vlasenko
2015-09-19
2
-4
/
+16
|
*
libbb: another unit test for is_suffixed_with
Tito Ragusa
2015-09-15
1
-0
/
+1
|
*
modprobe: handle module arguments containing spaces
Peter Korsgaard
2015-09-09
1
-1
/
+33
|
*
ash: fix slash treatment in expmeta
Ron Yorston
2015-09-04
1
-10
/
+13
|
*
hush: fix a nommu bug where a part of function body is lost if run in a pipe
Denys Vlasenko
2015-09-04
3
-10
/
+42
|
*
Makefile.flags: survive a build system which has no pthread
Denys Vlasenko
2015-09-04
1
-1
/
+6
|
*
ash,hush: add a test which fails for ash since commit 549deab
Denys Vlasenko
2015-09-04
4
-0
/
+8
|
*
ash: add tests adapted from hush glob tests. glob2.tests currently fails
Denys Vlasenko
2015-09-04
8
-0
/
+76
|
*
libbb: make is_suffixed_with() return pointer inside string, not key.
Denys Vlasenko
2015-08-25
1
-2
/
+3
|
*
libbb: add is_suffixed_with() function
Bartosz Golaszewski
2015-08-25
2
-0
/
+34
|
*
ping: fix recently introduced build breakage for non-optimizing builds
Denys Vlasenko
2015-08-25
1
-1
/
+1
|
*
libbb: add a comment describing the way is_prefixed_with() works
Bartosz Golaszewski
2015-08-25
1
-0
/
+5
|
*
libbb: add unit tests for is_prefixed_with()
Bartosz Golaszewski
2015-08-25
1
-0
/
+19
|
*
login: don't print motd if .hushlogin exists in users home
Sören Tempel
2015-08-24
1
-1
/
+2
|
*
dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...
Peter Korsgaard
2015-08-24
1
-3
/
+5
|
*
ifupdown: 'prio' should have been 'metric' in static_up and static_up6
Alex Dowad
2015-08-24
1
-2
/
+2
|
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
16
-61
/
+75
|
*
Merge setsockopt error messages
Denys Vlasenko
2015-08-24
3
-6
/
+6
|
*
traceroute: fix help text
Denys Vlasenko
2015-08-24
1
-32
/
+34
|
*
Makefile: add missing libraries to LDLIBS
Bartosz Golaszewski
2015-08-17
1
-9
/
+9
|
*
unit-tests: remove code depending on WANT_TIMING
Bartosz Golaszewski
2015-08-17
1
-27
/
+3
|
*
unit-tests: remove unnecesary field from struct bbunit_listelem
Bartosz Golaszewski
2015-08-17
2
-2
/
+0
|
*
arping: make help text clearer
Denys Vlasenko
2015-08-16
1
-12
/
+11
|
*
less: fix botched attempt to use last column
Ron Yorston
2015-08-16
1
-14
/
+14
|
*
ipcalc: fix trivial usage message
Ron Yorston
2015-08-15
1
-1
/
+2
|
*
zcip: tweak comments and make unsigned division more obvious
Denys Vlasenko
2015-08-04
1
-9
/
+6
|
*
zcip: another code shrink
Denys Vlasenko
2015-08-04
1
-159
/
+148
|
*
zcip: code shrink
Denys Vlasenko
2015-08-04
1
-78
/
+59
*
|
win32: fix implementation of '%z' in strftime
Ron Yorston
2015-10-13
1
-0
/
+27
*
|
ash: preserve environment variables with invalid characters
Ron Yorston
2015-10-01
1
-8
/
+24
*
|
ash: replace invalid characters in variable names with '_'
Ron Yorston
2015-09-30
1
-2
/
+8
*
|
win32: append '/' to bare drive name in opendir
Ron Yorston
2015-09-30
2
-0
/
+21
*
|
less: fix bugs in terminal width handling
Ron Yorston
2015-08-06
1
-14
/
+14
*
|
less: port to WIN32 and enable by default
Ron Yorston
2015-08-06
3
-20
/
+104
*
|
more: WIN32 port
Ron Yorston
2015-08-04
1
-0
/
+19
*
|
Update default configuration after merge
Ron Yorston
2015-08-04
2
-4
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-08-04
153
-40334
/
+433
|
\
|
|
*
zcip: simplify code
Denys Vlasenko
2015-08-04
1
-139
/
+96
|
*
uname: make OS name configurable
Ron Yorston
2015-08-03
2
-2
/
+10
|
*
less: further tweaks to regular file detection
Ron Yorston
2015-08-03
1
-11
/
+5
|
*
diff.tests: add testcases for -B and single line changes
Aaro Koskinen
2015-07-31
1
-0
/
+12
|
*
diff: fix -B with single line changes
Aaro Koskinen
2015-07-31
1
-2
/
+2
[prev]
[next]