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
/
archival
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-30
libunarchive: fix a bug where mode and time is no longer restored
Denys Vlasenko
1
-1
/
+1
2009-08-29
ash: deal with some TODOs (mostly trivial)
Denys Vlasenko
2
-64
/
+62
2009-08-29
ash: add testsuite for bug 585
Denys Vlasenko
2
-0
/
+13
2009-08-29
ash: fix handling of Unicode chars in redirects. Fixes bug 585
Denys Vlasenko
1
-1
/
+1
2009-08-29
ash: trivial simplifications and optimizations
Denys Vlasenko
1
-19
/
+20
2009-08-28
rpm2cpio: code shrink
Denys Vlasenko
1
-11
/
+10
2009-08-28
rpm2cpio: handle unseekable input correctly
Denys Vlasenko
6
-19
/
+22
2009-08-28
rpm2cpio: handle bz2 too; code shrink
Pascal Bellard
2
-30
/
+49
2009-08-27
update copyright year
Denys Vlasenko
1
-1
/
+1
2009-08-27
more help text tweaking
Denys Vlasenko
1
-10
/
+8
2009-08-27
trim help texts a bit
Denys Vlasenko
1
-43
/
+43
2009-08-27
remove a few extra newlines in help text
Denys Vlasenko
1
-4
/
+4
2009-08-24
use .git as EXTRAVERSION
Bernhard Reutner-Fischer
1
-1
/
+1
2009-08-23
ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481
Denys Vlasenko
1
-25
/
+31
2009-08-23
Start 1.16.x cycle
Denys Vlasenko
1
-2
/
+2
2009-08-23
Releasing 1.15.0
1_15_0
Denys Vlasenko
1
-1
/
+1
2009-08-22
wget: strip trailing whitespace from e.g. "Content-length: 120 "
Matthijs van de Water
1
-1
/
+8
2009-08-22
beep: optimize
Denys Vlasenko
4
-69
/
+60
2009-08-22
preliminary work for gcc 4.4.0
Denys Vlasenko
1
-0
/
+9
2009-08-21
fix duplicate FAST_FUNC FAST_FUNC
Denys Vlasenko
1
-1
/
+1
2009-08-21
add config knob for default freq and length
Bernhard Reutner-Fischer
3
-2
/
+29
2009-08-21
add simple beep applet
Bernhard Reutner-Fischer
5
-0
/
+137
2009-08-21
update defconfig
Denys Vlasenko
2
-32
/
+78
2009-08-21
msh: aliased to hush
Denys Vlasenko
7
-22
/
+17
2009-08-20
do not store 1st two bytes of compressed help text
Denys Vlasenko
2
-3
/
+2
2009-08-20
patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)
Denys Vlasenko
2
-2
/
+13
2009-08-20
hush: enable "lash is deprecated, please use hush instead" message
Denys Vlasenko
1
-1
/
+1
2009-08-20
hush: do not process options after non-option args
Denys Vlasenko
3
-1
/
+8
2009-08-17
ash: fix bug 571 (jobs %string misbehaving)
Denys Vlasenko
1
-5
/
+6
2009-08-17
sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug
Denys Vlasenko
2
-19
/
+33
2009-08-14
pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization
Denys Vlasenko
1
-4
/
+4
2009-08-14
modprobe: treat tabs in modules.dep as delimiters too. closes bug 567
Denys Vlasenko
1
-1
/
+1
2009-08-14
typo fix in comment
Denys Vlasenko
1
-1
/
+1
2009-08-13
udhcpc: if got IP successfully, disable -n for future renewals
Justin Maggard
1
-0
/
+2
2009-08-13
volname: new applet
Matthew Stoltenberg
5
-0
/
+67
2009-08-12
hust test: complain if busybox binary can't be found
Denys Vlasenko
1
-6
/
+10
2009-08-12
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
4
-11
/
+37
2009-08-12
hush tests: remove the requirement that .config is in ../..
Denys Vlasenko
2
-4
/
+11
2009-08-12
hush: do not use ps -o in leak_argv1; do not hardcode path in negate
Denys Vlasenko
4
-50
/
+17
2009-08-10
tail: read only a portion of a file if it's huge. closes bug 551
Denys Vlasenko
1
-16
/
+33
2009-08-10
fdisk: add handling of avr32. closes bug 555
Denys Vlasenko
1
-9
/
+7
2009-08-09
tail: fix "tail +N file_shorter_than_N"
Denys Vlasenko
2
-6
/
+27
2009-08-08
randomconfig fixes
Denys Vlasenko
5
-8
/
+48
2009-08-05
dd: conv=noerror should skip read errors using lseek (bug 539)
Denys Vlasenko
1
-0
/
+2
2009-08-03
correct mode of testsuite/rx.tests
Denys Vlasenko
1
-0
/
+0
2009-08-03
nc: fix nc -ll; report vfork errors; make select loop faster
Tomoya Adachi
1
-20
/
+23
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
[next]