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
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
*
platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD
Denys Vlasenko
2014-01-07
1
-5
/
+12
*
|
Implement POSIX-compliant mktemp for WIN32
Ron Yorston
2014-01-07
1
-0
/
+2
*
|
Revise mingw_stat to minimise changes from upstream BusyBox
Ron Yorston
2014-01-07
1
-19
/
+26
*
|
Extend WIN32 statfs to include type, fsid and namelen
Ron Yorston
2014-01-06
1
-1
/
+0
*
|
Use the preprocessor to fake st_blocks
Ron Yorston
2014-01-05
1
-0
/
+7
*
|
Provide dummy implementations of seteuid/setegid
Ron Yorston
2014-01-02
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-01-02
3
-40
/
+20
|
\
|
|
*
platform: strchrnul is missing if __APPLE__
Daniel Borca
2013-11-27
1
-1
/
+1
|
*
rfkill: use new-style config/kbuild/applet
Denys Vlasenko
2013-11-20
1
-1
/
+0
|
*
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-19
1
-3
/
+4
|
*
sulogin: use common password-checking routine.
Denys Vlasenko
2013-11-19
1
-1
/
+2
|
*
archival/*: move "applet:" snippets into .c files, part 2
Denys Vlasenko
2013-11-14
1
-7
/
+0
|
*
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-15
/
+0
|
*
switch editors/* to embedded-in-source kbuild system
Denys Vlasenko
2013-11-13
1
-4
/
+0
|
*
awk: optionally support -e AWK_PROG
Sven-Göran Bergh
2013-11-12
1
-1
/
+0
|
*
fstrim: use new-style config/kbuild/applet snippets; trim help text
Denys Vlasenko
2013-11-12
1
-1
/
+0
|
*
fstrim: New applet
Malek Degachi
2013-11-09
1
-0
/
+1
|
*
libbb: use <poll.h> instead of <sys/poll.h>
Thomas Petazzoni
2013-10-16
1
-2
/
+2
|
*
wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
Guilherme Maciel Ferreira
2013-10-16
1
-0
/
+5
|
*
libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions
Ryan Mallon
2013-10-08
1
-3
/
+6
[prev]
[next]