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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing empty lines
Denys Vlasenko
2016-11-23
1
-2
/
+0
*
Convert all console-tools/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
18
-203
/
+213
*
Convert all mailutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
6
-47
/
+47
*
tc: consolidate its disabled bits
Denys Vlasenko
2016-11-23
3
-12
/
+16
*
Make ping6 and traceroute6 selectable independently from ping/traceroute
Denys Vlasenko
2016-11-23
2
-8
/
+13
*
ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts
Denys Vlasenko
2016-11-23
1
-1
/
+2
*
Rename FEATURE_FTP_WRITE and FEATURE_FTP_AUTHENTICATION to *_FTPD_*
Denys Vlasenko
2016-11-23
1
-13
/
+13
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
35
-882
/
+909
*
Convert all modutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
9
-118
/
+119
*
Make killall and killall5 selecatable independent from kill
Denys Vlasenko
2016-11-23
1
-8
/
+16
*
Convert all procps/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
14
-172
/
+184
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
37
-77
/
+147
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
36
-533
/
+498
*
httpd: explain why we use sprintf and why it should be fine
Denys Vlasenko
2016-11-22
1
-20
/
+36
*
Fix allnoconfig warnings
Denys Vlasenko
2016-11-18
1
-8
/
+16
*
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
4
-10
/
+19
*
Make mke2fs and mkfs.ext2 individually selectable
Denys Vlasenko
2016-11-16
4
-11
/
+20
*
Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable
Denys Vlasenko
2016-11-16
3
-35
/
+81
*
Make ifup and ifdown individually selectable.
Denys Vlasenko
2016-11-14
4
-116
/
+127
*
Make swapon and swapoff individually selectable.
Denys Vlasenko
2016-11-14
4
-32
/
+50
*
Make grep/egrep/fgrep independently selectable
Denys Vlasenko
2016-11-14
2
-31
/
+23
*
Make halt/poweroff/reboot independently selectable
Denys Vlasenko
2016-11-14
1
-9
/
+32
*
Make setarch/linux32/linux64 independently selectable
Denys Vlasenko
2016-11-13
1
-5
/
+24
*
dnsdomainname: split it from "hostname", make it independently selectable
Denys Vlasenko
2016-11-13
4
-11
/
+24
*
tar: handle pax-encoded utf8 filenames and link names. Closes 9406
Denys Vlasenko
2016-11-11
3
-7
/
+45
*
hush: make getch/peek functions directly called
Denys Vlasenko
2016-11-08
1
-27
/
+24
*
hush: renumber PIPE_foo, make PIPE_SEQ = 0
Denys Vlasenko
2016-11-08
1
-5
/
+4
*
hush: small optimization in run_list
Denys Vlasenko
2016-11-08
1
-7
/
+8
*
hush: deindent large block of code, no code changes
Denys Vlasenko
2016-11-08
1
-58
/
+57
*
hush: simplify insert_bg_jobs
Denys Vlasenko
2016-11-08
1
-10
/
+8
*
hush: make "wait %1" less likely to play with signal mask
Denys Vlasenko
2016-11-08
1
-8
/
+7
*
hush: rework "wait %jobspec" to work in non-interactive shells too
Denys Vlasenko
2016-11-08
9
-13
/
+28
*
hush: "wait $!; echo $?" should return 127 if $! already exited
Denys Vlasenko
2016-11-07
1
-4
/
+5
*
hush: implement "wait %jobspec"
Denys Vlasenko
2016-11-07
1
-29
/
+88
*
hush: factor out %jobspec parsing
Denys Vlasenko
2016-11-07
1
-11
/
+22
*
hush: comment fix
Denys Vlasenko
2016-11-07
1
-2
/
+2
*
hush: do not allow sh -c '{ echo boo }'
Denys Vlasenko
2016-11-07
1
-2
/
+4
*
cpio: add ownership (-R) test cases
Aaro Koskinen
2016-11-04
1
-0
/
+24
*
hush: case logic for setting $? was still wrong
Denys Vlasenko
2016-11-04
1
-4
/
+12
*
hush: non-matching "case" statement sets $? to 0
Denys Vlasenko
2016-11-04
1
-0
/
+2
*
hush: allow { cmd } to not be terminated by semicolon in some cases
Denys Vlasenko
2016-11-04
5
-6
/
+58
*
ash: fix "duplicate local" code (forgot to re-enable interrupts)
Denys Vlasenko
2016-11-04
1
-3
/
+20
*
comment and readme updates
Denys Vlasenko
2016-11-04
2
-1
/
+10
*
su: expand help; simplify passing of -c CMD to run_shell()
Denys Vlasenko
2016-11-03
6
-25
/
+45
*
loadfont: 32k size limit is not enough
Denys Vlasenko
2016-11-03
1
-2
/
+4
*
ash: while (!got_sig) pause() is not reliable, use sigsuspend()
Denys Vlasenko
2016-11-03
1
-5
/
+6
*
man: remove -Tascii from nroff invocation
Denys Vlasenko
2016-10-31
1
-2
/
+4
*
man: make width selection more thorough; explain how to override it
Denys Vlasenko
2016-10-31
2
-16
/
+44
*
man: allow nroff and tbl commands be overridden; unmangle writing to files
Denys Vlasenko
2016-10-30
1
-25
/
+79
[next]