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
*
Merge tag '1_26_2' into w32_1_26_2
w32_1_26_2
Ron Yorston
2021-03-24
3
-11
/
+19
|
\
|
*
modprobe-small: make applets individually selectable
Denys Vlasenko
2017-01-01
1
-2
/
+1
|
*
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Denys Vlasenko
2017-01-01
1
-4
/
+4
|
*
df: implement -B n<suff> and -B <suff> formats of -B option
Denys Vlasenko
2016-12-12
1
-0
/
+1
|
*
suppress glibc "use sysmacros.h for major" warning
Denys Vlasenko
2016-12-12
1
-1
/
+1
|
*
selinux: drop deprecated headers
Mike Frysinger
2016-12-09
1
-2
/
+0
|
*
randomconfig fixes
Denys Vlasenko
2016-12-08
1
-2
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-29
3
-301
/
+63
|
\
|
|
*
lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace
Rostislav Skudnov
2016-11-24
1
-38
/
+38
|
*
Remove outdated comments
Denys Vlasenko
2016-11-23
1
-5
/
+0
|
*
Convert all udhcp applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-4
/
+1
|
*
Convert all selinux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-12
/
+0
|
*
test: make [ and [[ forms individually selectable
Denys Vlasenko
2016-11-23
1
-2
/
+6
|
*
Remove remnants of disabled "length" applet
Denys Vlasenko
2016-11-23
1
-1
/
+0
|
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-70
/
+0
|
*
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-39
/
+0
|
*
Convert all console-tools/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-16
/
+0
|
*
Convert all mailutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-4
/
+0
|
*
tc: consolidate its disabled bits
Denys Vlasenko
2016-11-23
1
-1
/
+0
|
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-49
/
+0
|
*
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-14
/
+0
|
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
1
-37
/
+0
|
*
applets.h.sh: a script to check applet names against config options
Denys Vlasenko
2016-11-17
1
-0
/
+20
|
*
Make mkfs.vfat and mkdosfs individually selectable
Denys Vlasenko
2016-11-16
1
-2
/
+0
|
*
Make mke2fs and mkfs.ext2 individually selectable
Denys Vlasenko
2016-11-16
1
-3
/
+0
|
*
Make ifup and ifdown individually selectable.
Denys Vlasenko
2016-11-14
1
-2
/
+0
|
*
Make swapon and swapoff individually selectable.
Denys Vlasenko
2016-11-14
1
-2
/
+0
|
*
dnsdomainname: split it from "hostname", make it independently selectable
Denys Vlasenko
2016-11-13
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-10
1
-1
/
+1
|
\
|
|
*
su: expand help; simplify passing of -c CMD to run_shell()
Denys Vlasenko
2016-11-03
1
-1
/
+1
*
|
Merge branch busybox (up to "ash: comment out free(p) just before...")
Ron Yorston
2016-10-19
3
-14
/
+21
|
\
|
|
*
libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)
Denys Vlasenko
2016-09-18
1
-2
/
+3
|
*
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
Denys Vlasenko
2016-08-29
2
-5
/
+1
|
*
hush: fix "redirects can close script fd" bug
Denys Vlasenko
2016-08-22
1
-8
/
+16
|
*
config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
Denys Vlasenko
2016-07-22
1
-1
/
+3
*
|
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
|
\
|
[next]