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
...
*
chrt: add support for SCHED_BATCH
Povilas Kanapickas
2018-01-23
1
-5
/
+11
*
od_bloaty: fix debug code
Denys Vlasenko
2018-01-23
1
-3
/
+7
*
less: optional support of -R
Denys Vlasenko
2018-01-22
1
-1
/
+63
*
volume_id: add LittleFS detection
Sven-Göran Bergh
2018-01-19
3
-0
/
+67
*
udhcpc6: fix for ppp interface type
Denys Vlasenko
2018-01-19
2
-7
/
+24
*
hush: fix a case where EXIT trap may modify its code mid-flight
Denys Vlasenko
2018-01-19
1
-1
/
+1
*
hush: fix build if !BASH_LINENO_VAR
Denys Vlasenko
2018-01-19
1
-8
/
+13
*
hush: implement $LINENO bashism
Denys Vlasenko
2018-01-19
3
-2
/
+68
*
udhcpc[6]: remove overzealous timeout clamping code
Denys Vlasenko
2018-01-17
2
-13
/
+10
*
udhcpc6: --help fixes
Denys Vlasenko
2018-01-16
2
-3
/
+3
*
udhcpc6: show only short opts in --help text
Denys Vlasenko
2018-01-16
1
-37
/
+0
*
udhcpc6: fix lease time staying very small because -d was not specified
Denys Vlasenko
2018-01-16
1
-0
/
+4
*
udhcpc6: code shrink
Denys Vlasenko
2018-01-16
1
-19
/
+25
*
udhcpc6: add support of prefix delegation
Denys Vlasenko
2018-01-16
2
-22
/
+101
*
udhcpc6: preparatory patch, no code changes
Denys Vlasenko
2018-01-16
1
-37
/
+37
*
udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation
Denys Vlasenko
2018-01-16
1
-4
/
+4
*
ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y
Denys Vlasenko
2018-01-15
1
-1
/
+3
*
popmaildir: tweak help text
Denys Vlasenko
2018-01-14
1
-2
/
+2
*
renice: add comment about getpwnam/NOFORK interaction
Denys Vlasenko
2018-01-14
1
-1
/
+1
*
renice: use BUILD_BUG_ON()
Denys Vlasenko
2018-01-14
1
-10
/
+3
*
NOFORK_NOEXEC.sh: a script to find "interesting" applets
Denys Vlasenko
2018-01-14
1
-0
/
+34
*
mv: make it NOEXEC
Denys Vlasenko
2018-01-14
3
-3
/
+5
*
cal: make it NOEXEC
Denys Vlasenko
2018-01-14
2
-2
/
+3
*
nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW
Denys Vlasenko
2018-01-14
1
-0
/
+9
*
size_single_applets.sh: fix a bug which mishandles e.g. "udhcpc6" name
Denys Vlasenko
2018-01-14
1
-3
/
+3
*
config: add size estimations for a few applets
Denys Vlasenko
2018-01-14
5
-5
/
+5
*
tc: fix single-applet build
Denys Vlasenko
2018-01-13
1
-0
/
+6
*
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2018-01-13
4
-2
/
+4
*
hush: fix raw ^C handlisg in single-quoted strings
Denys Vlasenko
2018-01-13
9
-12
/
+15
*
hush: add command2.tests from ash tests
Denys Vlasenko
2018-01-12
2
-0
/
+8
*
hush: tweak command -vV printing code, no logic changes
Denys Vlasenko
2018-01-12
1
-3
/
+5
*
hush: implement "command -v -V"
Denys Vlasenko
2018-01-12
1
-31
/
+84
*
which: fix TODO with NOFORK+malloc_failure misbehaving
Denys Vlasenko
2018-01-12
4
-26
/
+28
*
hush: implement "command" builtin (no options are supported yet)
Denys Vlasenko
2018-01-11
1
-1
/
+16
*
hush: fix handling of ^C in eval
Denys Vlasenko
2018-01-11
5
-4
/
+36
*
hush: fix handling of raw ^C in scripts: "echo ^C"
Denys Vlasenko
2018-01-11
5
-4
/
+27
*
hush: remove dead code
Denys Vlasenko
2018-01-11
1
-15
/
+0
*
ash: ALWAYS_INLINE grabstackblock()
Denys Vlasenko
2018-01-10
1
-1
/
+1
*
init: stop using static data
Denys Vlasenko
2018-01-10
1
-16
/
+24
*
ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT
Denys Vlasenko
2018-01-10
1
-13
/
+25
*
dd: fixed partial count logic
Denys Vlasenko
2018-01-10
1
-1
/
+3
*
dd: exit with 1 if last write was incomplete
Denys Vlasenko
2018-01-10
1
-5
/
+7
*
ash: add comment explaining last change
Denys Vlasenko
2018-01-09
1
-6
/
+6
*
ash: fix var_bash5.tests - ${VAR/pattern/repl} construct
Denys Vlasenko
2018-01-09
1
-25
/
+72
*
umount: ignore -c
Shawn Landden
2018-01-08
1
-2
/
+2
*
mknod: better --help, much clearer code
Denys Vlasenko
2018-01-08
1
-28
/
+28
*
less: code shrink
Denys Vlasenko
2018-01-08
1
-3
/
+1
*
dhcprelay: code shrink
Denys Vlasenko
2018-01-08
1
-4
/
+4
*
nice: code shrink
Denys Vlasenko
2018-01-08
1
-9
/
+12
*
*: make "argc UNUSED_PARAM" consistent
Denys Vlasenko
2018-01-08
2
-2
/
+2
[prev]
[next]