index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
path:
root
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-03
ash: some fixes so busybox-w32 (almost) compiles on POSIX
Ron Yorston
2
-4
/
+9
2012-04-02
Strip trailing CR in xmalloc_fgetline
Ron Yorston
1
-0
/
+4
2012-04-02
which: report use of applets in sh standalone mode
Ron Yorston
1
-28
/
+41
2012-03-31
Fix off_t define so MINGW32 doesn't require LFS
Ron Yorston
3
-4
/
+5
2012-03-30
Update mingw.c from latest git/compat
Ron Yorston
8
-80
/
+75
2012-03-30
Fix incorrect struct in WIN32 uname.c
Ron Yorston
1
-3
/
+3
2012-03-30
Remove unnecessary conditional compilation
Ron Yorston
1
-2
/
+0
2012-03-30
Use gnulib poll, importing the version from git
Ron Yorston
5
-83
/
+660
2012-03-26
Remove out-of-date BUGS file
Ron Yorston
1
-24
/
+0
2012-03-26
MinGW snprintf/vsnprintf work properly
Ron Yorston
3
-28
/
+13
2012-03-26
Simplify MINGW32 support in uname.c
Ron Yorston
1
-10
/
+8
2012-03-26
Put defconfig is the correct place, update README.win32
Ron Yorston
3
-972
/
+4
2012-03-26
Remove unnecessary rename of variable eof
Ron Yorston
1
-7
/
+7
2012-03-26
Simplify MINGW32 support in ls.c
Ron Yorston
2
-9
/
+6
2012-03-25
Revise conditional compilation of safe_gethostname.c
Ron Yorston
1
-2
/
+8
2012-03-23
Standardise preprocessor symbol to detect MINGW32 build
Ron Yorston
3
-12
/
+5
2012-03-23
Remove unused file builtin_ulimit.c
Ron Yorston
1
-237
/
+0
2012-03-22
busybox: tweak help text
Denys Vlasenko
1
-3
/
+6
2012-03-19
ftp{get,put}: tweak help text
Denys Vlasenko
1
-17
/
+17
2012-03-19
Fix one-applet build for tcpsvd
Denys Vlasenko
1
-8
/
+1
2012-03-19
nc: support "-<other_opts>e PROG" form of -e option
Denys Vlasenko
1
-14
/
+29
2012-03-11
ubi_tools: add workaround for bad kernel headers. Closes 4838
Denys Vlasenko
1
-0
/
+4
2012-03-11
build system: remove bogus $(1) in last commit
Denys Vlasenko
1
-1
/
+1
2012-03-10
build system: detect missing crypt and drop it from linking
Denys Vlasenko
1
-7
/
+8
2012-03-08
ntpd: make "reply from IP" messages more uniform
Denys Vlasenko
1
-1
/
+1
2012-03-08
test: "test !" was accessing argv past NULL - fix it. Closes 4832
Denys Vlasenko
1
-7
/
+8
2012-03-08
ntpd: drop offset averaging code
Denys Vlasenko
1
-23
/
+60
2012-03-08
tftpd: chroot to DIR, not merely chdir. Closes 4874
Denys Vlasenko
1
-2
/
+3
2012-03-08
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
6
-8
/
+6
2012-03-08
build system: fix broken CONFIG_SYSROOT handling
Denys Vlasenko
1
-1
/
+3
2012-03-07
Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config
Rob Walker
3
-0
/
+1058
2012-03-07
printf: fix this case: printf "%b" '\0057usr\0057bin\n'
Denys Vlasenko
1
-2
/
+17
2012-03-07
printf: trim help text
Denys Vlasenko
1
-4
/
+3
2012-03-06
ntpd: tweak log messages format
Denys Vlasenko
1
-4
/
+4
2012-03-06
testsuite: add a test that tar detects XZ-compressed data
Denys Vlasenko
1
-0
/
+19
2012-03-06
fix trivial bug in unpack_gz_stream (wrong fd used in read)
Denys Vlasenko
1
-1
/
+1
2012-03-06
Don't compile get_header_tar_FOO function if they are not needed
Denys Vlasenko
1
-5
/
+8
2012-03-06
tar,rpm2cpio: check that child decompressor did not error out
Denys Vlasenko
4
-59
/
+41
2012-03-06
Move seamless .Z support into unpack_gz_stream
Denys Vlasenko
3
-25
/
+21
2012-03-06
update seamless uncompression code
Denys Vlasenko
21
-312
/
+233
2012-03-06
archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes
Denys Vlasenko
3
-6
/
+6
2012-03-06
preparatory cleanups for seamless uncompression improvements
Denys Vlasenko
6
-179
/
+187
2012-03-05
ssd: compat: match -x EXECUTABLE by /proc/pid/exe too
Denys Vlasenko
1
-3
/
+14
2012-03-05
uudecode: tweak help text
Denys Vlasenko
1
-1
/
+1
2012-03-05
uuencode: tweak help text
Denys Vlasenko
1
-2
/
+2
2012-03-05
ntpd: fix a case when discipline_jitter = 0 if we step
Denys Vlasenko
1
-17
/
+13
2012-03-05
cp: trim help text
Denys Vlasenko
1
-2
/
+2
2012-03-05
du: trim help text a bit more
Denys Vlasenko
1
-7
/
+5
2012-03-05
du: remove stray whitespace in help text
Denys Vlasenko
1
-1
/
+1
2012-03-05
ntpd: experimental code to correct frequency a bit more aggressively
Denys Vlasenko
1
-23
/
+29
[next]