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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '1_23_0' into merge
TIG_1_23_0
Ron Yorston
2015-01-23
1
-0
/
+2
|
\
|
*
Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS
Peter Kümmel
2014-12-22
1
-0
/
+2
*
|
Fix error: conflicting types for ‘pid_t’ with mingw64
Tony Kelman
2015-01-22
1
-0
/
+4
*
|
Changes to allow building with MinGW-w64
Ron Yorston
2015-01-05
2
-0
/
+7
*
|
Revert "Use putenv to implement unsetenv/clearenv"
Ron Yorston
2014-12-18
1
-3
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-12-14
2
-21
/
+40
|
\
|
|
*
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
2
-15
/
+30
|
*
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2014-12-07
1
-12
/
+12
|
*
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Denys Vlasenko
2014-11-26
1
-2
/
+5
|
*
zcip: Add environment variable for overriding log functionality
Michel Stam
2014-11-04
1
-0
/
+1
*
|
Remove declaration of getpagesize
Ron Yorston
2014-11-29
1
-7
/
+0
*
|
Use putenv to implement unsetenv/clearenv
Ron Yorston
2014-11-23
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
2
-3
/
+3
|
\
|
|
*
less: move "retry-on-EAGAIN" logic closer to read ops
Denys Vlasenko
2014-09-22
1
-2
/
+2
|
*
taskset: support CPU masks for more than 64 CPUs
Denys Vlasenko
2014-08-17
1
-1
/
+0
|
*
ftpd: add optional support for authentication
Morten Kvistgaard
2014-08-05
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-06-30
2
-0
/
+149
|
\
|
|
*
Rename INIT_LAST to INIT_FUNC to avoid confusion
Bartosz Golaszewski
2014-06-30
2
-3
/
+3
|
*
unit-tests: implement the unit-testing framework
Bartosz Golaszewski
2014-06-22
2
-0
/
+138
|
*
libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes
Bartosz Golaszewski
2014-06-22
1
-0
/
+1
|
*
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-06-22
1
-0
/
+8
|
*
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-19
1
-0
/
+2
*
|
MinGW: rename execable -> executable
Ron Yorston
2014-05-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-05-06
3
-31
/
+43
|
\
|
|
*
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-05-02
1
-3
/
+3
|
*
libbb: make syslog level for bb_error_msg's configurable. use it in crond
Denys Vlasenko
2014-04-30
1
-0
/
+1
|
*
crond: tweak help text, make course less cryptic
Denys Vlasenko
2014-04-30
1
-1
/
+0
|
*
modprobe-small: fix help messages for aliased module-related applets
Denys Vlasenko
2014-04-19
1
-25
/
+25
|
*
libbb: provide usleep() fallback implementation
Bernhard Reutner-Fischer
2014-04-13
1
-2
/
+14
*
|
Provide fake getpwent_r to reduce changes from upstream
Ron Yorston
2014-03-23
1
-0
/
+3
*
|
ps: exclude more unused code
Ron Yorston
2014-03-23
1
-0
/
+4
*
|
Implement vprintf replacement
Ron Yorston
2014-03-20
1
-0
/
+2
*
|
Implement getc replacement
Ron Yorston
2014-03-20
1
-0
/
+2
*
|
Implement read replacement to handle OEM codepages
Ron Yorston
2014-03-20
1
-0
/
+2
*
|
Implement write replacement to handle OEM codepages
Ron Yorston
2014-03-20
1
-0
/
+2
*
|
Implement puts replacement to handle OEM codepages
Ron Yorston
2014-03-19
1
-0
/
+2
*
|
Use OEM codepage for console I/O
Ron Yorston
2014-03-19
1
-0
/
+4
*
|
Drop CONFIG_WIN32_NET setting
Ron Yorston
2014-03-17
1
-5
/
+1
*
|
Fix some compiler warnings
Ron Yorston
2014-03-13
1
-1
/
+1
*
|
Pretend chown succeeds so 'cp -rp' doesn't complain
Ron Yorston
2014-03-13
1
-1
/
+1
*
|
Remove unused mingw_utime; update utimes to handle read-only files
Ron Yorston
2014-03-12
1
-4
/
+0
*
|
Import mempcpy from gnulib
Ron Yorston
2014-03-11
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-03-11
1
-3
/
+5
|
\
|
|
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
1
-0
/
+2
|
*
zcat: complain if input is not compressed
Denys Vlasenko
2014-02-02
1
-3
/
+3
*
|
mingw: dummy implementation of times/sysconf
Ron Yorston
2014-01-30
1
-0
/
+17
*
|
date: add dummy stime
Ron Yorston
2014-01-19
1
-0
/
+1
*
|
date: actually use modified strftime
Ron Yorston
2014-01-19
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-13
1
-6
/
+22
|
\
|
|
*
Another FreeBSD fix from Matthias Andree
Denys Vlasenko
2014-01-08
1
-3
/
+12
[next]