index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-02
rx: strip padding from last block. closes bug 501.
Denys Vlasenko
2
-43
/
+86
2009-08-02
runsv: run ./finish with parameters (runit compat)
Earl Chew
1
-18
/
+45
2009-08-02
svlogd: fix bug 521: use line buffering if any filtering is done
Denys Vlasenko
4
-27
/
+137
2009-08-01
libbb: prevent resursion on malloc failure
Denys Vlasenko
1
-16
/
+25
2009-07-30
rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.
Denys Vlasenko
4
-355
/
+355
2009-07-30
ping6: make it setuid just like ping
Denys Vlasenko
1
-1
/
+1
2009-07-29
make find_pid_by_name look at /proc/PID/exe too
Alexander Shishkin
3
-16
/
+27
2009-07-29
grep: fix -E + {range}; fix -o not printing all matches (bug 489)
Denys Vlasenko
2
-15
/
+26
2009-07-27
halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly
Alexander Shishkin
2
-1
/
+37
2009-07-25
dpkg: delete postrm script after it's run, not before. closes bug 449
Denys Vlasenko
1
-8
/
+13
2009-07-25
unzip: try lseek before resorting to reading
Stefani Seibold
1
-1
/
+2
2009-07-25
tftp: add comment, no code changes
Denys Vlasenko
1
-5
/
+30
2009-07-24
tftp[d]: fix block# handling on upload with non-default blocksize
Atsushi Nemoto
1
-39
/
+42
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
[next]