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
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2011-07-08
a few tweaks for bionic
Denys Vlasenko
4
-3
/
+10
2011-07-08
Support configuring Busybox from _defconfig files
Daniel Fandrich
7
-12
/
+9
2011-07-08
hwclock: use locale-specific date output format
Denys Vlasenko
1
-10
/
+16
2011-07-08
halt: perror_msg_and_die needs bb_ prefix
Denys Vlasenko
1
-1
/
+1
2011-07-08
typo fixes
Dan Fandrich
6
-7
/
+7
2011-07-08
platform.h: tweaks for cygwin
Denys Vlasenko
2
-2
/
+23
2011-07-04
hwclock: better help text
Denys Vlasenko
1
-2
/
+2
2011-07-04
md5/shaNsum: make -c support a list of files
Lauri Kasanen
1
-68
/
+58
2011-07-03
vi: tweak regex.h include
Denys Vlasenko
1
-3
/
+6
2011-07-03
halt/reboot: better message if /sbin/telinit is not found
Denys Vlasenko
1
-1
/
+3
2011-06-30
Use the _unlocked stdio macros only when they're all available
Dan Fandrich
2
-21
/
+25
2011-06-30
libbb.h: tweak _unlocked hack
Denys Vlasenko
1
-36
/
+18
2011-06-30
Use the built-in getline on more systems that don't have it
Dan Fandrich
1
-5
/
+13
2011-06-29
platform.c: provide getline implementation
Timo Teras
2
-0
/
+34
2011-06-27
vi: fix regex search, make it selectable in config
Walter Harms
4
-159
/
+181
2011-06-22
id: correct getgroups usage
Denys Vlasenko
1
-16
/
+15
2011-06-22
groups: make it NOEXEC
Denys Vlasenko
1
-3
/
+9
2011-06-21
ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions
Denys Vlasenko
2
-1
/
+11
2011-06-21
groups: new applet
Tito Ragusa
4
-12
/
+36
2011-06-21
Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef
Denys Vlasenko
2
-0
/
+7
2011-06-20
setserial: added missing \n in help text
Dan Fandrich
1
-1
/
+1
2011-06-20
libbb: use _unlocked variants of stdio I/O.
Denys Vlasenko
1
-0
/
+38
2011-06-20
parse_config: use getline. BIG speedup with glibc (~40%).
Timo Teras
2
-50
/
+45
2011-06-20
modprobe: use hash table. speeds up significantly if modprobe.dep is large
Timo Teras
1
-14
/
+29
2011-06-19
diff: disable debug code; remove unsupported --dry-run from help text
Denys Vlasenko
1
-7
/
+10
2011-06-18
libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.
Denys Vlasenko
1
-3
/
+32
2011-06-18
procps: remove PSSCAN_STAT define, users were using it incorrectly
Denys Vlasenko
3
-20
/
+19
2011-06-18
fix false positive in parse test
Denys Vlasenko
1
-0
/
+1
2011-06-18
parse_config: make test applet easier to enable; fix its code
Denys Vlasenko
3
-35
/
+29
2011-06-17
libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation
Denys Vlasenko
3
-44
/
+56
2011-06-15
inetd: check if RPC is available
Bernhard Reutner-Fischer
1
-2
/
+5
2011-06-13
ls: fix comment about -p (it's compatible now)
Denys Vlasenko
1
-4
/
+3
2011-06-13
ls: make -v and -X actually work as intended
Denys Vlasenko
1
-7
/
+15
2011-06-12
iplink: tweak includes to work on android
Denys Vlasenko
1
-1
/
+1
2011-06-10
pkill/pgrep: support extended regular expressions
Wade Berrier
1
-1
/
+1
[next]