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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-20
Add code to find console dimensions in WIN32
Ron Yorston
3
-0
/
+23
2012-02-17
Fix off-by-one error in cursor positioning
Ron Yorston
1
-1
/
+1
2012-02-16
Eat trailing CRs as well as LFs when expanding backquotes
Ron Yorston
1
-1
/
+2
2012-02-16
Replace backslash with forward slash in environment
Ron Yorston
1
-0
/
+7
2012-02-16
Always reset console mode when returning key
Ron Yorston
1
-16
/
+24
2012-02-14
Implement nonblocking wait
Ron Yorston
1
-3
/
+4
2012-02-09
Create fake HOME environment variable
Ron Yorston
1
-0
/
+19
2012-02-09
Implementation of uname for WIN32
Ron Yorston
4
-0
/
+125
2012-02-08
Implement clear command for Windows console
TIG
Ron Yorston
1
-0
/
+9
2012-02-07
Fix crash in Windows 7 ANSI emulation
Ron Yorston
1
-2
/
+3
2012-02-07
Work around a regression in Windows 7, causing erase_in_line() to crash somet...
Johannes Schindelin
1
-1
/
+2
2012-02-06
Skip carriage return in read builtin command
Ron Yorston
1
-1
/
+1
2011-12-05
mingw.h: drop parameters for lchown to chown mapping
Stefan Sauer
1
-1
/
+1
2011-12-05
libbb.h: avoid reddefining WINVER
Stefan Sauer
1
-1
/
+3
2011-11-25
README.win32: mention of defconfig.mingw32 for starters
Nguyễn Thái Ngọc Duy
1
-8
/
+6
2011-11-21
quote_arg(): correctly escape backslash characters
Daniel Klessing
1
-2
/
+4
2011-11-21
copy_file: kkip inode/device check
Daniel Klessing
1
-0
/
+6
2011-11-21
Include safe_gethostname()
Daniel Klessing
2
-1
/
+14
2011-11-20
Added missing stat() tweaks for mingw port
Zheng, Lei
4
-0
/
+18
2011-10-30
fixdep: fix mmap() on msys
Klessing, Daniel
1
-6
/
+28
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
2011-06-10
Replaced __u32 etc. with standard uint32_t style types
Daniel Fandrich
2
-24
/
+24
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
10
-56
/
+30
2011-06-07
build system: delete generated files on "make mrproper"
Denys Vlasenko
1
-0
/
+4
[next]