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
*
stty: changes required to build for WIN32
Ron Yorston
2016-08-02
1
-0
/
+2
*
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
2
-13
/
+21
|
\
|
*
libarchive: fix xmalloc_open_zipped_read_close() on NOMMU
Denys Vlasenko
2016-06-20
1
-4
/
+4
|
*
libbb: move common code into run_applet_and_exit
Ron Yorston
2016-06-19
1
-2
/
+0
|
*
cp: add -u/--update and --remove-destination
Denys Vlasenko
2016-05-27
1
-7
/
+17
*
|
win32: return an error when lseek is applied to a pipe
Ron Yorston
2016-05-24
1
-3
/
+4
*
|
less: hide unsupported signal handling in include file
Ron Yorston
2016-05-19
1
-0
/
+5
*
|
ash: fix use of pid/handle in waitpid_child
Ron Yorston
2016-05-18
1
-0
/
+1
*
|
win32: adjustments to spawn functions
Ron Yorston
2016-05-18
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
2
-4
/
+1
|
\
|
|
*
generate_BUFSIZ.sh: yet another tweak
Denys Vlasenko
2016-04-24
1
-0
/
+1
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-4
/
+0
*
|
winansi: revert to previous console behaviour for vi/less
Ron Yorston
2016-04-26
1
-0
/
+1
*
|
lineedit: move console viewport to cursor on keypress
Ron Yorston
2016-04-26
1
-0
/
+1
*
|
mingw: post-merge build fixes
Ron Yorston
2016-04-04
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-04-04
2
-21
/
+26
|
\
|
|
*
whitespace and namespace cleanups
Denys Vlasenko
2016-04-03
1
-1
/
+1
|
*
ubirmvol: Implement -N switch for ubirmvol
Sven Eisenberg
2016-04-03
1
-0
/
+3
|
*
nsenter,unshare: share common code; fix a bug of not closing all fds
Denys Vlasenko
2016-04-02
1
-2
/
+4
|
*
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Denys Vlasenko
2016-04-01
1
-0
/
+2
|
*
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-30
1
-1
/
+0
|
*
applet_tables: save space by removing applet name offsets
Ron Yorston
2016-03-30
1
-10
/
+5
|
*
fixes for problems found by bionic build
Denys Vlasenko
2016-03-14
1
-8
/
+12
*
|
Silence a couple of compiler warnings
Ron Yorston
2016-03-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-02-22
2
-1
/
+10
|
\
|
|
*
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01
1
-0
/
+5
|
*
include/platform.h: Remove extra #endif introduced in 6df9612.
Ari Sundholm
2015-12-17
1
-1
/
+0
|
*
Resolve linker issues with Android API 21 (dprintf, tcdrain)
Chris Renshaw
2015-12-17
1
-1
/
+6
*
|
libbb: additional support for backslashes in paths
Ron Yorston
2015-11-13
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
3
-8
/
+4
|
\
|
|
*
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-23
1
-0
/
+1
|
*
remove systemd support
Denys Vlasenko
2015-10-22
1
-5
/
+0
|
*
tar: add support for --strip-components=N
Denys Vlasenko
2015-10-22
1
-0
/
+3
|
*
setarch: add support for '-R' (disable randomization)
Denys Vlasenko
2015-10-19
1
-3
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-19
3
-47
/
+7
|
\
|
|
*
libbb: get_uidgid() always called with allow_numeric=1
Denys Vlasenko
2015-10-19
1
-4
/
+3
|
*
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-17
/
+0
|
*
debianutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-5
/
+0
|
*
printutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-3
/
+0
|
*
runit/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-9
/
+0
|
*
e2fsprogs/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-18
1
-4
/
+0
|
*
sysklogd/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-18
1
-4
/
+0
|
*
cpio: implement -R/--owner
Aaro Koskinen
2015-10-16
1
-0
/
+3
|
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
2
-6
/
+13
|
\
|
|
*
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-10-13
1
-0
/
+1
|
*
libbb: auto_string() for efficient handling of temporary malloced stirngs
Denys Vlasenko
2015-10-09
1
-0
/
+1
|
*
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-09
1
-2
/
+1
|
*
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
1
-1
/
+2
|
*
wget: make openssl/ssl_helper choice configurable
Denys Vlasenko
2015-10-07
1
-1
/
+0
[next]