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
/
shell
/
hush_test
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-31
ash: use pgetc_eatbnl() in more places
Denys Vlasenko
7
-35
/
+191
2018-03-31
ash: 'nolog' and 'debug' options cause "$-" to wreak havoc
Martijn Dekker
1
-1
/
+1
2018-03-31
libbb: improve stripping of extension from argv[0]
Ron Yorston
1
-15
/
+11
2018-03-31
ash: revise handling of builtin environment variables during fork
Ron Yorston
1
-32
/
+24
2018-03-31
stat: fix a typo: s/romfs/ramfs/, closes 10876
Denys Vlasenko
1
-1
/
+1
2018-03-31
hush: fix a signedness bug
Denys Vlasenko
1
-1
/
+1
2018-03-30
ash,hush: new test dollar_repl_slash_bash2.tests
Denys Vlasenko
4
-0
/
+6
2018-03-30
ash: fix "char == CTLfoo" comparison signedness bug
Denys Vlasenko
1
-3
/
+3
2018-03-30
ash: use F_DUPFD_CLOEXEC and O_CLOEXEC
Denys Vlasenko
1
-9
/
+16
2018-03-30
examples/var_service: new example: dnsmasq service
Denys Vlasenko
7
-0
/
+165
2018-03-30
cpio: extract "unsafe" symlinks the same way tar/unzip does
Natanael Copa
1
-0
/
+2
2018-03-30
svok: new applet (daemontools compat)
Denys Vlasenko
3
-7
/
+61
2018-03-30
ash: copy environment variables when importing them
Ron Yorston
1
-0
/
+4
2018-03-30
ifplugd service example: always run up/down script on startup
Denys Vlasenko
1
-8
/
+9
2018-03-29
busybox: let --list-full display nofork/noexec applets
Ron Yorston
1
-6
/
+22
2018-03-29
ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die
Stefan Agner
1
-1
/
+1
2018-03-29
fbsplash: support configurable image position
Peter Korsgaard
1
-9
/
+12
2018-03-29
grep: fix echo "aa" | busybox grep -F -w "a" (should not match)
Denys Vlasenko
2
-1
/
+7
2018-03-29
win32: return correct exit status from waitpid
Ron Yorston
1
-1
/
+5
2018-03-29
fstrim: do not check that specified file is on a block device
Denys Vlasenko
1
-3
/
+11
2018-03-29
win32: save a few bytes
Ron Yorston
2
-6
/
+6
2018-03-29
win32: improve dependency checking for resources
Ron Yorston
1
-2
/
+5
2018-03-28
hush: add a FIXME comment
Denys Vlasenko
1
-0
/
+6
2018-03-28
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
14
-13
/
+92
2018-03-28
libbb: use BUILD_BUG_ON in utoa_to_buf()
Denys Vlasenko
1
-4
/
+3
2018-03-28
ps: display applet names in process listing
Ron Yorston
2
-1
/
+25
2018-03-28
ps: clear status for each process
Ron Yorston
2
-3
/
+6
2018-03-28
Add a VERSIONINFO resource to the binary
Ron Yorston
2
-2
/
+34
2018-03-28
ifupdown: do not fail if interface disappears during ifdown
Kaarle Ritvanen
1
-0
/
+6
2018-03-27
ioctl(SIOCGIFINDEX) does not require clearing of entire ifr
Denys Vlasenko
3
-3
/
+3
2018-03-27
netstat: produce numeric-ip output for non-resolved names
Mark Marshall
1
-2
/
+5
2018-03-27
Add a note about /dev/urandom to README.md
Ron Yorston
1
-0
/
+1
2018-03-27
timeout: futher improvements
Ron Yorston
1
-7
/
+19
2018-03-27
ash: use SIGTERM to kill processes
Ron Yorston
1
-1
/
+9
2018-03-27
win32: changes to kill(2)
Ron Yorston
2
-14
/
+22
2018-03-27
Allow icon resources to be included in the binary
Ron Yorston
11
-5
/
+83
2018-03-24
timeout: return exit code 125 if option parsing fails
Ron Yorston
1
-1
/
+4
2018-03-24
timeout: bring exit status into line with coreutils
Ron Yorston
1
-3
/
+10
2018-03-23
win32: save a few bytes in device file support
Ron Yorston
3
-43
/
+40
2018-03-22
win32: allow use of shell's PRNG for /dev/urandom
Ron Yorston
6
-17
/
+130
2018-03-22
win32: tighten up code slightly in isaac.c
Ron Yorston
1
-13
/
+5
2018-03-22
win32: small changes to reduce size of binary
Ron Yorston
2
-13
/
+8
2018-03-20
ssl_client: fix option parsing
Ron Yorston
1
-1
/
+1
2018-03-19
top: fix "warning: unused variable new_mask"
Denys Vlasenko
1
-1
/
+1
2018-03-19
man: search for man pages relative to the executable
Ron Yorston
1
-0
/
+10
2018-03-18
win32: don't test DLLs for executable format
Ron Yorston
1
-0
/
+5
2018-03-18
win32: add a function to convert backslashes to slashes
Ron Yorston
4
-24
/
+18
2018-03-17
win32: try harder to get file attributes
Ron Yorston
1
-0
/
+16
2018-03-16
tar: add -o and -k to short --help too
Denys Vlasenko
1
-5
/
+5
2018-03-16
tar: add -k and -o to --help
Denys Vlasenko
1
-3
/
+3
[prev]
[next]