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
/
coreutils
/
dd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-11
Fix POSIX build
FRP-3445-g10e14d5eb
Ron Yorston
2
-2
/
+2
2020-04-09
httpd: allow use of MD5-encrypted passwords
Ron Yorston
1
-1
/
+12
2020-04-08
httpd: prevent access to config file and authenticated URLs
Ron Yorston
1
-0
/
+12
2020-04-07
httpd: don't change directory in inetd mode
Ron Yorston
3
-11
/
+17
2020-04-06
time: WIN32 port
Ron Yorston
6
-12
/
+106
2020-04-05
httpd: enable in default configurations
Ron Yorston
3
-13
/
+15
2020-04-05
httpd: WIN32 port
Ron Yorston
1
-2
/
+133
2020-04-05
win32: new functions: getpeername(2), mingw_spawn_detach()
Ron Yorston
3
-3
/
+30
2020-04-05
libbb: rearrange command line processing
Ron Yorston
1
-13
/
+11
2020-03-29
xargs: restore correct behaviour of -n option
Ron Yorston
2
-1
/
+12
2020-03-29
win32: more improvements to 'c:file' paths
Ron Yorston
2
-3
/
+4
2020-03-29
timeout: fix utter brokenness
Ron Yorston
1
-0
/
+1
2020-03-24
dd: create a sparse file when seek=N is used
Ron Yorston
3
-0
/
+21
2020-03-24
win32: stat(2): return correct st_blocks for compressed/sparse files
Ron Yorston
1
-1
/
+13
2020-03-18
win32: improve handling of 'c:file' paths for executables
Ron Yorston
2
-3
/
+11
2020-02-26
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
4
-8
/
+4
2020-02-24
ash: expand: Fix multiple issues with EXP_DISCARD in evalvar
Denys Vlasenko
1
-14
/
+14
2020-02-24
ash: expand: Do not reprocess data when expanding words
Denys Vlasenko
1
-178
/
+154
2020-02-24
ash: move TRACE statement in evalcommand()
Ron Yorston
1
-1
/
+2
2020-02-24
ash: rename some function parameters to match dash
Denys Vlasenko
1
-29
/
+29
2020-02-24
ash: rename stack_nputstr() back to stnputs() to match dash
Denys Vlasenko
1
-3
/
+3
2020-02-22
ash: Expand here-documents in the current shell environment
Denys Vlasenko
3
-13
/
+22
2020-02-22
ash: parser: Do not push token back before parseheredoc
Denys Vlasenko
1
-1
/
+4
2020-02-22
ash: parser: Fix old-style command substitution here-document crash
Denys Vlasenko
1
-1
/
+1
2020-02-21
hush: fix negative_arith.tests: glob-protect dash in "$((arith))"
Denys Vlasenko
1
-5
/
+19
2020-02-21
ash: expand: Ensure result is escaped in cvtnum
Denys Vlasenko
5
-25
/
+44
2020-02-21
ash: memalloc: Avoid looping in growstackto
Denys Vlasenko
1
-7
/
+7
2020-02-21
ash: remove unused signal handling variables
Ron Yorston
1
-3
/
+11
2020-02-21
hush: make "exit" in trap use pre-trap exitcode - fix for nested trap
Denys Vlasenko
5
-1
/
+29
2020-02-21
hush: make "exit" in trap use pre-trap exitcode
Denys Vlasenko
1
-3
/
+13
2020-02-20
ash: eval: Only restore exit status on exit/return
Denys Vlasenko
1
-48
/
+51
2020-02-20
ash: Return without arguments in a trap should use status outside traps
Denys Vlasenko
1
-5
/
+18
2020-02-20
hush: implement "return NUM in trap sets $? after trap"
Denys Vlasenko
13
-1
/
+98
2020-02-20
ash: fixes to make the last merge work
Ron Yorston
1
-1
/
+5
2020-02-20
ash: return exit status of nofork applets (again)
Ron Yorston
1
-1
/
+1
2020-02-20
ash: eval: Always set localvar_stop
Denys Vlasenko
1
-11
/
+12
2020-02-20
ash: expand: Merge syntax/quotes in memtodest with flags
Denys Vlasenko
1
-21
/
+19
2020-02-20
ash: eval: Replace with listsetvar with mklocal/setvareq
Denys Vlasenko
1
-35
/
+28
2020-02-20
ash: eval: Fail immediately with redirections errors for simple command
Denys Vlasenko
2
-17
/
+16
2020-02-20
ash: eval: Add assignment built-in support again
Denys Vlasenko
1
-85
/
+91
2020-02-19
ash,hush: testcase for "exit" without arguments in a trap
Denys Vlasenko
4
-0
/
+20
2020-02-18
ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash
Denys Vlasenko
2
-9
/
+37
2020-02-18
ash: jobs: Only clear gotsigchld when waiting for everything
Denys Vlasenko
1
-66
/
+56
2020-02-18
ash: jobs - Do not block when waiting on SIGCHLD
Denys Vlasenko
1
-11
/
+14
2020-02-18
ash: eval: Reap zombies after built-in commands and functions
Denys Vlasenko
1
-16
/
+10
2020-02-18
iconv: minor fixes
Ron Yorston
1
-13
/
+14
2020-02-17
ash: exec: Never rehash regular built-ins
Denys Vlasenko
1
-3
/
+10
2020-02-17
ash: exec: Stricter pathopt parsing
Denys Vlasenko
1
-64
/
+104
2020-02-17
ash: exec: Do not allocate stack string in padvance
Denys Vlasenko
1
-36
/
+38
2020-02-17
ash: memalloc: Add growstackto helper
Denys Vlasenko
1
-17
/
+12
[prev]
[next]