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
/
editors
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-07-24
man: use man.config, not only man.conf (man version 1.6f compat)
Denys Vlasenko
1
-2
/
+6
2009-07-24
ash: further fixes to debug machinery (closes bug 485)
Denys Vlasenko
1
-6
/
+7
2009-07-24
ash: make "jobs" work even in subshells
Denys Vlasenko
1
-2
/
+12
2009-07-23
ash: fix debug machinery a bit
Denys Vlasenko
1
-12
/
+18
2009-07-23
chmod 755 some files in examples/*
Denys Vlasenko
6
-0
/
+0
2009-07-22
tail: implement -F
Eric Lammerts
2
-21
/
+66
2009-07-19
scriptreplay: show help text if run with no arguments
Denys Vlasenko
1
-0
/
+3
2009-07-19
tcpsvd,udpsvd: fix uid/gid printing when run with -u
Denys Vlasenko
1
-23
/
+23
2009-07-19
init: make comment more understandable. no code changes
Denys Vlasenko
1
-5
/
+8
2009-07-19
udhcpc: small simplification
Denys Vlasenko
1
-4
/
+1
2009-07-19
typo
Denys Vlasenko
1
-1
/
+1
2009-07-19
udhcpc: add/edit comments, no code changes
Denys Vlasenko
1
-5
/
+13
2009-07-19
udhcpc: simplify manual renew (make it more similar to automatic one)
Denys Vlasenko
1
-37
/
+38
2009-07-19
remove msh_function.patch. msh is deprecated
Denys Vlasenko
2
-716
/
+366
2009-07-18
silly whitespace fix
Denys Vlasenko
1
-1
/
+1
2009-07-18
fix mount test false positive
Denys Vlasenko
1
-5
/
+7
2009-07-18
minor tweaks in testsuite
Denys Vlasenko
2
-10
/
+13
2009-07-18
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
Denys Vlasenko
14
-44
/
+71
2009-07-18
add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Denys Vlasenko
9
-2
/
+38
2009-07-18
fix taskset testsuite
Denys Vlasenko
1
-2
/
+2
2009-07-18
correct date testsuite to use compatible format
Denys Vlasenko
2
-4
/
+4
2009-07-18
touch: implement -t TIME (needed for testsuite)
Denys Vlasenko
3
-20
/
+91
2009-07-18
touch: implement -d --date (our own testsuite needs that)
Denys Vlasenko
12
-29
/
+64
2009-07-18
date: factor out date parsing (in preparation for touch -d)
Denys Vlasenko
5
-84
/
+126
2009-07-17
test: fix "test !" and "test abc -a !". closes bug 465
Denys Vlasenko
2
-3
/
+20
2009-07-16
widen "Unicode in environment" check
Denys Vlasenko
1
-1
/
+1
2009-07-16
another small lineedit fix
Denys Vlasenko
1
-1
/
+3
2009-07-16
fix a thinko in lineedit completion code
Denys Vlasenko
2
-9
/
+10
2009-07-16
lineedit+unicode: code shrink
Denys Vlasenko
1
-22
/
+14
2009-07-16
comment fixes, no code changes
Denys Vlasenko
1
-1
/
+2
2009-07-16
lineedit: code shrink
Denys Vlasenko
1
-24
/
+34
2009-07-15
remove trailing whitespace
Denys Vlasenko
6
-8
/
+8
2009-07-15
randomconfig fixes
Denys Vlasenko
2
-9
/
+18
2009-07-15
comment fix, no code changes
Denys Vlasenko
1
-2
/
+3
2009-07-15
busybox --install [-s] [DIR]: allow a parameter - destination DIR
Denys Vlasenko
1
-5
/
+9
2009-07-15
sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrink
Denys Vlasenko
1
-33
/
+35
2009-07-15
runsv: rename field in a struct to not collide with other name
Denys Vlasenko
2
-19
/
+20
2009-07-14
sed: simpler fix for recent GNU compat stuff (by Rob Landley)
Denys Vlasenko
1
-23
/
+14
2009-07-13
add comment about /etc/gshadow, no code changes
Denys Vlasenko
2
-2
/
+17
2009-07-13
passwd + /etc/shadow: chage "change time" field too
Denys Vlasenko
2
-4
/
+31
2009-07-12
lineedit+unicode: make TAB completion work again
Denys Vlasenko
1
-28
/
+57
2009-07-12
vi: small code shrink
Denys Vlasenko
1
-3
/
+6
2009-07-11
tweaking Unicode support
Denys Vlasenko
3
-79
/
+57
2009-07-11
added simplified Unicode support for non-locale-enabled builds
Denys Vlasenko
6
-24
/
+331
2009-07-11
ash: fixes in debug printouts
Denys Vlasenko
1
-8
/
+9
2009-07-10
lineedit: implement Unicode-aware line editing (optional)
Denys Vlasenko
1
-97
/
+235
2009-07-10
fix fallout from BSD patches
Denys Vlasenko
4
-11
/
+12
2009-07-10
dmesg: try to detect buffer size
Denys Vlasenko
1
-12
/
+18
2009-07-10
sed: deal with peculiar behavior of '2d;2,1p' in GNU sed
Denys Vlasenko
2
-12
/
+16
2009-07-09
restore shadow.h independence
Mike Frysinger
2
-5
/
+18
[prev]
[next]