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
*
Remove feature that allows stat -f to be disabled
Ron Yorston
2014-01-06
3
-27
/
+4
*
Extend WIN32 statfs to include type, fsid and namelen
Ron Yorston
2014-01-06
4
-21
/
+57
*
Use the preprocessor to fake st_blocks
Ron Yorston
2014-01-05
5
-18
/
+8
*
Make dummy paths.h
Ron Yorston
2014-01-05
2
-2
/
+0
*
Initialise SHLVL when shell is first started
Ron Yorston
2014-01-02
1
-0
/
+4
*
Define bb_got_signal for use in tar on mingw32
Ron Yorston
2014-01-02
1
-0
/
+4
*
Provide dummy implementations of seteuid/setegid
Ron Yorston
2014-01-02
1
-0
/
+2
*
Move mingw32 poll.h from sys
Ron Yorston
2014-01-02
2
-1
/
+1
*
Update mingw32 default configuration
Ron Yorston
2014-01-02
1
-30
/
+34
*
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
141
-1162
/
+1724
|
\
|
*
Start 1.23.0 development cycle
Denys Vlasenko
2014-01-01
1
-2
/
+2
|
*
Bump version to 1.22.0
1_22_0
Denys Vlasenko
2014-01-01
1
-1
/
+1
|
*
testsuite: remove forgotten debug hack
Denys Vlasenko
2013-12-31
1
-1
/
+1
|
*
fix failures found by randomconfig builds
Denys Vlasenko
2013-12-31
7
-13
/
+34
|
*
testsuite: disable tests for no longer supported bbox-specific date formats
Denys Vlasenko
2013-12-31
2
-6
/
+8
|
*
adduser: check whether run with no USERNAME. Closes 6728
Denys Vlasenko
2013-12-20
1
-2
/
+2
|
*
testsuite: fix false positives for du
Denys Vlasenko
2013-12-20
2
-0
/
+3
|
*
build system: fix make gconfig
Daniel Borca
2013-12-19
1
-1
/
+1
|
*
sed: accept s///i as a synonym for s///I ("ignore case")
David A. Wheeler
2013-12-18
1
-1
/
+2
|
*
hostname: do not use gethostbyname() for "hostname -s"
Michael Tokarev
2013-12-17
1
-2
/
+5
|
*
wget: user-friendly fallback to http
Lauri Kasanen
2013-12-17
1
-5
/
+12
|
*
kill[all[5]]: code shrink
Denys Vlasenko
2013-12-16
1
-20
/
+18
|
*
killall5: return 2 if no processes got killed
Uros Vampl
2013-12-16
1
-1
/
+4
|
*
do not fail build if MAXSYMLINKS isn't defined
Michael Tokarev
2013-12-16
1
-0
/
+6
|
*
expand: use printable_string instead of hard-coding implementation
Michael Tokarev
2013-12-16
1
-10
/
+3
|
*
ntpd: speed up resyncing if our clock is seriously off
Denys Vlasenko
2013-12-08
1
-7
/
+39
|
*
ntpd: do not invalidate datapoints after step
Denys Vlasenko
2013-12-07
1
-2
/
+14
|
*
ntpd: comment out "spike detection" code
Denys Vlasenko
2013-12-04
1
-4
/
+9
|
*
ntpd: promote log level 3 to production
Denys Vlasenko
2013-12-04
1
-45
/
+54
|
*
ntpd: let user know if spike was detected
Denys Vlasenko
2013-12-04
1
-4
/
+7
|
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
18
-37
/
+37
|
*
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-29
20
-39
/
+25
|
*
chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
Denys Vlasenko
2013-11-29
2
-5
/
+3
|
*
ping: try SOCK_DGRAM if no root privileges
Daniel Borca
2013-11-28
1
-3
/
+16
|
*
dpkg-deb: cosmetic correction to usage text
Daniel Borca
2013-11-28
1
-1
/
+1
|
*
sed: code shrink
Denys Vlasenko
2013-11-28
1
-28
/
+21
|
*
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2013-11-28
2
-27
/
+36
|
*
hush: typo fixes in comments
Denys Vlasenko
2013-11-28
1
-2
/
+2
|
*
platform: strchrnul is missing if __APPLE__
Daniel Borca
2013-11-27
1
-1
/
+1
|
*
build system: use od -b instead of od -t x1
Denys Vlasenko
2013-11-26
2
-8
/
+8
|
*
init: halt on SIGPWR too
Bogdan Purcareata
2013-11-26
1
-3
/
+4
|
*
libbb: add sketch of tentative 'better' passwd/group API
Denys Vlasenko
2013-11-26
1
-0
/
+48
|
*
devfsd: remove static variable
Denys Vlasenko
2013-11-26
1
-9
/
+11
|
*
build system: do not generate MAX_APPLET_NAME_LEN (unused)
Denys Vlasenko
2013-11-26
1
-5
/
+5
|
*
logread: don't call shmdt() before exit, kernel does it for us.
Denys Vlasenko
2013-11-26
1
-4
/
+9
|
*
logread: flush output. closes 6710
Denys Vlasenko
2013-11-26
1
-0
/
+1
|
*
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-11-21
2
-9
/
+21
|
*
rfkill: use new-style config/kbuild/applet
Denys Vlasenko
2013-11-20
4
-14
/
+17
|
*
tar: prevent empty file to be treated as valid tarball
Denys Vlasenko
2013-11-19
2
-3
/
+35
|
*
fix a copy/paste error in last tar testcase name
Denys Vlasenko
2013-11-19
1
-2
/
+1
[next]