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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-18
ash: alter handling of interactive ^C
FRP-3812-g12e14ebba
Ron Yorston
1
-1
/
+3
2021-01-13
Update copyright message
Ron Yorston
2
-2
/
+2
2021-01-13
win32: handle various Alt key modifiers in termios
Christopher Wellons
1
-2
/
+16
2021-01-09
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2
-4
/
+4
2021-01-09
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
3
-1
/
+5
2021-01-06
bc: code shrink
Denys Vlasenko
1
-2
/
+2
2021-01-05
pmap: fix column width, closes 13431
Denys Vlasenko
1
-9
/
+3
2021-01-04
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
1
-1
/
+5
2021-01-04
bc: ^C on input line exits (unlike ^C during calculations, which does not)
Denys Vlasenko
1
-10
/
+10
2021-01-04
Fix mail compilation on the FreeBSD
Alex Samorukov
1
-1
/
+14
2021-01-04
Fix traceroute applet on the FreeBSD
Alex Samorukov
1
-3
/
+8
2021-01-04
Fix ping build on the FreeBSD
Alex Samorukov
1
-0
/
+38
2021-01-04
Fix ntpd compilcation on the FreeBSD
Alex Samorukov
1
-0
/
+7
2021-01-04
Fix mknod compilation on the FreeBSD
Alex Samorukov
1
-1
/
+3
2021-01-04
Fix missing "crypt.h" compilation error on the FreeBSD
Alex Samorukov
1
-1
/
+3
2021-01-04
Fix klogd applet compilation on the FreeBSD
Alex Samorukov
1
-1
/
+1
2021-01-04
Fix httpd compilation on the FreeBSD
Alex Samorukov
1
-0
/
+5
2021-01-04
Fix bb_setpgrp weapper on the FreeBSD
Alex Samorukov
1
-1
/
+1
2021-01-04
Do not add -lresolv on non-Linux systems
Alex Samorukov
1
-0
/
+2
2021-01-04
ash: improve --help
Denys Vlasenko
1
-2
/
+7
2021-01-04
hush: code shrink
Denys Vlasenko
1
-5
/
+7
2021-01-03
nuke: default to N
Denys Vlasenko
1
-1
/
+1
2021-01-03
ash: code shrink
Denys Vlasenko
1
-2
/
+2
2021-01-03
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
1
-2
/
+2
2021-01-01
udhcpc: Add support to change default interface name
Andre Kalb
3
-4
/
+12
2021-01-01
tls: code shrink
Denys Vlasenko
1
-17
/
+11
2021-01-01
tar: add TODO about a bug with non-writable directories on extract
Denys Vlasenko
2
-0
/
+5
2020-12-31
nslookup: do not print "No answer" for NODATA replies, closes 13006
Denys Vlasenko
1
-6
/
+22
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
16
-34
/
+46
2020-12-30
libbb/procps: smaller global data for username/groupname cache
Denys Vlasenko
1
-28
/
+17
2020-12-30
*: use fopen helpers where appropriate
Denys Vlasenko
3
-9
/
+9
2020-12-29
httpd: fix offset for sendfile
Maxim Storchak
1
-3
/
+3
2020-12-29
bc,dc: make BC_LINE_LENGTH/DC_LINE_LENGTH more compatible with GNU
Denys Vlasenko
7
-104
/
+110
2020-12-29
Start 1.34.0 development cycle
Denys Vlasenko
1
-2
/
+2
2020-12-29
Bump version to 1.33.0
1_33_0
Denys Vlasenko
1
-1
/
+1
2020-12-29
libiproute: band-aid for old uclibc missing IFA_FLAGS
Denys Vlasenko
1
-1
/
+6
2020-12-29
modprobe-small: convert to new recursive_action() API
Denys Vlasenko
1
-4
/
+4
2020-12-29
bc: placate gcc (it thinks 's' can be uninitialized here)
Denys Vlasenko
1
-8
/
+10
2020-12-29
randomconfig fixes
Denys Vlasenko
13
-18
/
+45
2020-12-27
hush: make comment more clear
Denys Vlasenko
1
-4
/
+5
2020-12-27
man: implement SECTION parameters
Denys Vlasenko
1
-6
/
+35
2020-12-25
typo fix
Denys Vlasenko
2
-2
/
+2
2020-12-25
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
5
-1
/
+15
2020-12-25
hush: if !EDITING, do not regenerate prompt for every input char
Denys Vlasenko
1
-5
/
+12
2020-12-25
mount: Surround syslog.h with the config check
Lauri Kasanen
1
-0
/
+2
2020-12-24
ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
1
-2
/
+1
2020-12-23
hush: fix ^C in INTERACTIVE, !EDITING config
Denys Vlasenko
1
-6
/
+29
2020-12-23
hush: revert "make interactive ^C break out of PS2 mode"
Denys Vlasenko
1
-22
/
+3
2020-12-23
hush: fix PS1 prompth in !EDITING config
Denys Vlasenko
1
-3
/
+3
2020-12-23
hush: fix fallout from tweaking ${var:START:LEN} code
Denys Vlasenko
3
-1
/
+4
[next]