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
2011-08-28
grep: be GNU compatible with -f EMPTY_FILE
Lauri Kasanen
2
-10
/
+30
2011-08-28
top: fix CPU% for thread display. Closes 4081
Denys Vlasenko
1
-15
/
+19
2011-08-28
Fix find -follow support
Ian Wienand
1
-1
/
+4
2011-08-28
Fixes for warnings in FreeBSD build
Denys Vlasenko
3
-11
/
+13
2011-08-28
Fixes for FreeBSD build
Matthias Andree
2
-0
/
+6
2011-08-22
uncompress: die on read errors
Denys Vlasenko
1
-1
/
+1
2011-08-22
patch: make it able to create files (again)
Rob Landley
2
-6
/
+3
2011-08-18
uncompress: fix buffer underrun by corrupted input
Denys Vlasenko
2
-5
/
+28
2011-08-16
hostid: fix behavior on identifiers starting with zeros
Pere Orga
4
-10
/
+12
2011-08-16
cttyhack: trivial spelling/spacing fixes
Kevin Cernekee
1
-1
/
+1
2011-08-16
cttyhack: remove the trailing newline when reading console name from sysfs
Kevin Cernekee
1
-3
/
+5
2011-08-16
patch: add a test we currently fail
Denys Vlasenko
1
-0
/
+15
2011-08-16
sed: fix range handling for sed -i. Closes 4069
Denys Vlasenko
2
-31
/
+58
2011-08-16
less: fix for screen size detection
Denys Vlasenko
1
-1
/
+2
2011-08-13
swapoff: dont pass "p" in opt_complementary
Denys Vlasenko
1
-1
/
+2
2011-08-13
conspy,nandwrite,nanddump: enable in defconfig
Denys Vlasenko
2
-9
/
+9
2011-08-13
Start 1.20.0 development cycle
Denys Vlasenko
1
-2
/
+2
2011-08-13
Bump version to 1.19.0, update copyright year in help message
1_19_0
Denys Vlasenko
2
-2
/
+2
2011-08-11
testsuite: fixes after randomconfig run
Denys Vlasenko
2
-3
/
+5
2011-08-11
find: fix a bug in !ENABLE_FEATURE_FIND_XDEV config
Denys Vlasenko
1
-1
/
+36
2011-08-10
uptime: more compatible output
Denys Vlasenko
1
-20
/
+20
2011-08-10
randomconfig fixes
Denys Vlasenko
2
-21
/
+13
2011-08-10
randomconfig fixes
Denys Vlasenko
8
-8
/
+32
2011-08-09
randomconfig fixes
Denys Vlasenko
2
-30
/
+38
2011-08-09
remove extra IF_WHO()
Denys Vlasenko
1
-1
/
+0
2011-08-09
remove extra += who.o
Denys Vlasenko
1
-1
/
+0
2011-08-09
df: more compatible -P behavior
Ralf Friedl
1
-2
/
+2
2011-08-09
zcip.script: fix $ip environment variable
Thomas Petazzoni
1
-2
/
+2
2011-08-09
users: new applet.
Tito Ragusa
2
-35
/
+62
2011-08-09
uptime: add config flag to allow displaying the number of users currently log...
Pere Orga
2
-13
/
+31
2011-08-09
die_if_bad_username: tighten up a bit
Denys Vlasenko
1
-10
/
+32
2011-08-01
hush: fix remaining known two bugs with IFS expansion. Closes 4027.
Denys Vlasenko
3
-30
/
+61
2011-08-01
hush: partially fix wrong expansion on $IFS (bug 4027).
Denys Vlasenko
3
-9
/
+50
2011-07-29
tar: ignore file size (assume 0) for hardlinks
Ian Wienand
1
-3
/
+13
2011-07-26
*: work around sysinfo.h versus linux/*.h problems
Denys Vlasenko
5
-5
/
+18
2011-07-25
tcpudp: simplify help text
Denys Vlasenko
1
-3
/
+3
2011-07-25
less: add a TODO comment
Denys Vlasenko
1
-0
/
+3
2011-07-25
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
Denys Vlasenko
4
-84
/
+123
2011-07-25
libbb.h: do not use homegrown struct sysinfo.
Denys Vlasenko
1
-19
/
+4
2011-07-23
android_defconfig: remove some extra cflags. untested
Denys Vlasenko
1
-1
/
+18
2011-07-19
add defconfig files for Android, Cygwin and FreeBSD
Daniel Fandrich
4
-0
/
+2995
2011-07-15
dc: fix a case where we can run off malloced space
Denys Vlasenko
1
-18
/
+7
2011-07-13
cttyhack: fail gracefully if the device node is missing
Kevin Cernekee
1
-1
/
+3
2011-07-13
cttyhack: check sysfs for the name of the active console
Kevin Cernekee
1
-31
/
+48
2011-07-13
fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)
Denys Vlasenko
1
-25
/
+18
2011-07-11
libbb/lineedit: implement optional Ctrl-R history search
Denys Vlasenko
2
-12
/
+161
2011-07-08
bloat-o-meter: don't require that pythin is in /usr/bin.
Lauri Kasanen
1
-2
/
+2
2011-07-08
make configs/* files have _defconfig suffix
Denys Vlasenko
3
-0
/
+0
2011-07-08
more tweak for bionic
Denys Vlasenko
6
-4
/
+65
2011-07-08
usleep: do not check for usleep error, it should never fail
Denys Vlasenko
1
-3
/
+1
[next]