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
/
shell_common.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-20
gunzip: code shrink by using int-, not short-sized struct member
Denys Vlasenko
1
-1
/
+2
2019-10-19
gzip: code shrink
Denys Vlasenko
1
-29
/
+26
2019-10-19
gzip: code shrink
Denys Vlasenko
1
-27
/
+26
2019-10-18
telnet: add disabled code to emit EC and IP
Denys Vlasenko
1
-0
/
+12
2019-10-15
brctl: code shrink
Denys Vlasenko
1
-3
/
+4
2019-10-14
config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMES
James Byrne
1
-2
/
+3
2019-10-12
brctl: tweak help text, fix comments
Denys Vlasenko
1
-5
/
+5
2019-10-12
brctl: fold show_bridge_ports_ into its caller
Denys Vlasenko
1
-165
/
+153
2019-10-12
brctl: code shrink
Denys Vlasenko
1
-32
/
+28
2019-10-11
brctl: add support for showstp command
Martin Lewis
1
-3
/
+215
2019-10-11
dpkg-deb: work around bogus error message when working with XZ compressed pac...
Denys Vlasenko
3
-7
/
+28
2019-10-09
replace: count_strstr - Handle an edge case where sub is empty
Martin Lewis
1
-0
/
+4
2019-10-09
libbb: Converted safe_read to safe_write format
Martin Lewis
1
-2
/
+10
2019-10-08
runsv: Use 64 prefix syscall if we have to
Alistair Francis
1
-0
/
+7
2019-10-08
time: Use 64 prefix syscall if we have to
Alistair Francis
1
-0
/
+7
2019-10-08
date: Use 64 prefix syscall if we have to
Alistair Francis
1
-2
/
+9
2019-10-08
udhcpc: fix segmentation fault on empty bin opt
Michal Kazior
1
-1
/
+1
2019-10-08
brctl: add support for showmacs command
Martin Lewis
1
-19
/
+92
2019-10-08
ln: --no-target-directory implies --no-dereference
Kaarle Ritvanen
1
-4
/
+21
2019-10-08
route: fix output of "route -n -A inet6"
Tomas Paukrt
1
-0
/
+1
2019-10-07
tee: do not intercept SIGPIPE
Denys Vlasenko
1
-4
/
+20
2019-10-04
fdisk_aix: fix aliasing warning, comment out unused global variables
Denys Vlasenko
2
-23
/
+23
2019-10-04
fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink
Denys Vlasenko
4
-34
/
+29
2019-09-25
telnet: fix uninitialized variable bug
Denys Vlasenko
1
-1
/
+1
2019-09-24
udhcpc6: add ELAPSED_TIME option to outgoing packets
Denys Vlasenko
3
-5
/
+21
2019-09-22
ash: fix BASE###nn bashism for bases 36..64
Denys Vlasenko
1
-3
/
+21
2019-09-22
ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9
Denys Vlasenko
1
-2
/
+9
2019-09-12
bc: Add 'U' suffix in UINT_MAX preprocessor check
Kang-Che Sung
1
-2
/
+2
2019-09-12
wget: increase redirections limit
David Demelier
1
-1
/
+1
2019-09-12
examples/udhcp/simple.script: print the filename actually changed
Rolf Eike Beer
1
-1
/
+1
2019-09-12
find: implement -empty
Aaro Koskinen
1
-0
/
+44
2019-09-06
gzip: code shrink
Denys Vlasenko
1
-44
/
+44
2019-09-05
examples/udhcp/simple.script: up interface on deconfig event
Denys Vlasenko
1
-1
/
+2
2019-09-05
ash: add a FIXME comment
Denys Vlasenko
1
-1
/
+7
2019-09-05
hush: fix "set -o INVALID" affecting -e flag state
Denys Vlasenko
1
-11
/
+9
2019-09-05
gzip: code shrink
Denys Vlasenko
1
-9
/
+9
2019-09-05
gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n
Daniel Edgecumbe
1
-6
/
+6
2019-09-05
gzip: set compression flags correctly as per standard
Daniel Edgecumbe
1
-8
/
+18
2019-09-05
gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6
Daniel Edgecumbe
1
-1
/
+1
2019-09-05
dc: Parse error & fix out of bounds read in xc_program_printString
Brian Foley
2
-2
/
+24
2019-09-05
dc: Fix segfault when executing strings generated using asciify
Brian Foley
2
-2
/
+13
2019-09-05
dc: execute shouldn't pop if stack head is not a string
Brian Foley
2
-1
/
+12
2019-08-24
udhcpc6: support stateless DHCPv6
Eivind Versvik
1
-9
/
+72
2019-08-16
testsuite: ensure tests work when directory name has spaces
FRP-3244-g48128b9aa
Ron Yorston
2
-4
/
+4
2019-08-16
ash: revert change to behaviour of -s option
Ron Yorston
1
-0
/
+10
2019-08-16
win32: allow nanosecond precision in file times
Ron Yorston
2
-28
/
+48
2019-08-11
top: do not use previous colleced data wheh "h" toggles threads display
Denys Vlasenko
1
-1
/
+4
2019-08-09
udhcpc6: s/iphdr/ip6_hdr/
Denys Vlasenko
1
-1
/
+1
2019-08-06
nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")
Denys Vlasenko
1
-5
/
+5
2019-08-03
stat: print nanosecond times, fix printing of empty lines
Denys Vlasenko
1
-39
/
+36
[prev]
[next]