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
*
win32: make stat(2) fetch additional metadata
Ron Yorston
2019-02-16
12
-16
/
+74
*
vi: add a function to count CRs in the text buffer
Ron Yorston
2019-02-14
1
-29
/
+27
*
win32: add a function to remove CRs from a text buffer
Ron Yorston
2019-02-14
4
-25
/
+19
*
libarchive: remove more symlink code
Ron Yorston
2019-02-14
3
-4
/
+9
*
Update default configuration
Ron Yorston
2019-02-12
2
-2
/
+4
*
Merge branch 'busybox' into merge
Ron Yorston
2019-02-12
29
-331
/
+1117
|
\
|
*
i2c_tools.c: i2ctransfer
Nikolaus Voss
2019-02-11
1
-5
/
+3
|
*
vi: further fixes to undo after autoindent
Ron Yorston
2019-02-11
1
-13
/
+15
|
*
i2ctransfer: new applet
Nikolaus Voss
2019-02-10
1
-1
/
+177
|
*
sysctl: fix compatibility with procps sysctl
Aaro Koskinen
2019-02-08
1
-2
/
+26
|
*
sysctl: do slash/dot conversions only on name, not value part
Denys Vlasenko
2019-02-08
1
-3
/
+5
|
*
sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode
Denys Vlasenko
2019-02-08
1
-0
/
+1
|
*
sysctl: avoid stat() on every item if in -w mode
Denys Vlasenko
2019-02-08
1
-6
/
+10
|
*
sysctl: allow setting empty values
Denys Vlasenko
2019-02-08
1
-2
/
+4
|
*
vi: fix replacement of single character with CR
Ron Yorston
2019-02-08
1
-8
/
+3
|
*
vi: fix faulty undo after autoinsert
Ron Yorston
2019-02-08
1
-35
/
+22
|
*
chcon: Fix typo in ACTION_RECURSE
Rostislav Skudnov
2019-02-08
1
-1
/
+1
|
*
dhcp service example: rewrite "private network to mask" as case statement
Denys Vlasenko
2019-02-08
1
-8
/
+13
|
*
dhcp service example: cater for servers hot giving subnet and/or router
Denys Vlasenko
2019-02-05
1
-0
/
+19
|
*
lineedit: fix SEGV in isk, hexedit, ed, closes 11661
Denys Vlasenko
2019-02-04
1
-4
/
+5
|
*
service examples: do not respawn supplicant too often
Denys Vlasenko
2019-02-02
1
-1
/
+2
|
*
grep: short-circuit -v to bail out on first match
Ari Sundholm
2019-01-29
1
-5
/
+14
|
*
grep: fix -x -v with certain pattern orders
Ari Sundholm
2019-01-29
2
-1
/
+8
|
*
bc: implement pass-by-reference code from upstream
Denys Vlasenko
2019-01-25
3
-86
/
+503
|
*
login: close PAM session on errors as well, not only on success
Denys Vlasenko
2019-01-22
1
-3
/
+5
|
*
ip link: Fix vlan proto, closes 8261 and 11638
Bernhard Reutner-Fischer
2019-01-22
1
-5
/
+11
|
*
ip link: fix mismatched enums in vlan_parse_opt(), closes 11631
Denys Vlasenko
2019-01-22
1
-1
/
+1
|
*
wget: detect when the length of received file is less than advertised
Denys Vlasenko
2019-01-21
1
-8
/
+10
|
*
sed: code shrink
Denys Vlasenko
2019-01-21
1
-15
/
+15
|
*
sed: Fix backslash parsing for 'w' command arg
Brian Foley
2019-01-21
1
-1
/
+1
|
*
awk: Fix overly permissive func arg list parsing
Brian Foley
2019-01-21
2
-1
/
+26
|
*
awk: Syntax error if delete isn't given an arg.
Brian Foley
2019-01-21
2
-10
/
+20
|
*
awk: Guard pointer chasing when parsing ternary expressions.
Brian Foley
2019-01-21
2
-1
/
+5
|
*
capability: fix string comparison in cap_name_to_number
Mark Marshall
2019-01-21
1
-1
/
+1
|
*
wget: remove empty if/endif preprocessor directive pair
Denys Vlasenko
2019-01-18
1
-2
/
+0
|
*
service examples: ifplugd -M to prevents frequent respawning
Denys Vlasenko
2019-01-18
1
-1
/
+2
|
*
checkstack.pl: tweak bfin re
Bernhard Reutner-Fischer
2019-01-18
1
-1
/
+1
|
*
checkstack: pull from upstream
Bernhard Reutner-Fischer
2019-01-17
1
-32
/
+75
|
*
checkstack.pl: fix arch autodetection
Bernhard Reutner-Fischer
2019-01-17
1
-0
/
+1
|
*
wget: don't notify on download begin and end if quiet
Martin Lewis
2019-01-17
1
-9
/
+14
|
*
Update examples/udhcp/udhcpd.conf
Denys Vlasenko
2019-01-15
2
-38
/
+44
|
*
start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]
Denys Vlasenko
2019-01-14
2
-2
/
+12
|
*
start-stop-daemon: create pidfile before parent exits, closes 8596
Denys Vlasenko
2019-01-14
4
-35
/
+62
|
*
adduser: fix a bug of getpwnam() overwriting shell name, closes 8586
Denys Vlasenko
2019-01-12
1
-1
/
+1
|
*
tls: code shrink
Denys Vlasenko
2019-01-10
1
-11
/
+7
*
|
ash: improve handling of 'read -t 0'
Ron Yorston
2019-02-08
1
-4
/
+12
*
|
win32: don't try to run non-existent script
Ron Yorston
2019-02-07
1
-1
/
+1
*
|
libbb: skip fake path components
Ron Yorston
2019-02-07
1
-4
/
+5
*
|
ash: make spawn_forkshell more like forkshell
Ron Yorston
2019-02-06
1
-8
/
+12
*
|
which: standardise slashes in output
Ron Yorston
2019-02-04
1
-0
/
+10
[next]