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
/
BUGS
(
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-02-09
win32: test: make -r/-w work
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2011-01-25
move utmp.h include to libbb.h
Denys Vlasenko
16
-38
/
+24
2011-01-25
top: replace %MEM with %VSZ in header text
Denys Vlasenko
1
-7
/
+17
2011-01-25
add ENABLE_FEATURE_SYSTEMD and use it in syslogd
Davide Cavalca
3
-0
/
+73
2011-01-25
top: document a debugging script
Denys Vlasenko
1
-2
/
+11
2011-01-24
nicer looking ifdef in libbb/makedev.c
Denys Vlasenko
2
-10
/
+11
2011-01-24
getty: flush _only_ input after switching to the next baud rate
Denys Vlasenko
1
-1
/
+1
2011-01-24
stty: enable line discipline display and change code if __linix__
Denys Vlasenko
1
-5
/
+6
2011-01-24
getty: simplify macros; improve VSWTC[H] compat
Denys Vlasenko
1
-9
/
+8
2011-01-24
FreeBSD compat for match_fstype
Chris Rees
1
-1
/
+2
2011-01-24
FreeBSD compat for makedev
Chris Rees
1
-2
/
+8
2011-01-24
FreeBSD compat
Chris Rees
2
-6
/
+12
2011-01-24
FreeBSD compat
Chris Rees
3
-1
/
+13
2011-01-24
stty: make swtch and iutf8 visible/settable
Denys Vlasenko
1
-0
/
+13
2011-01-24
getty: more simplifications; explain how we treat parity now
Denys Vlasenko
1
-95
/
+93
2011-01-24
getty: simplify code by going to more straignforward G trick
Denys Vlasenko
1
-275
/
+121
2011-01-24
libbb: make ndelay_no/off a bit more clever. +14 bytes
Denys Vlasenko
2
-9
/
+15
2011-01-24
getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s
Denys Vlasenko
1
-9
/
+12
2011-01-24
getty: use cfsetspeed to save some bytes; cosmetic fixes
Denys Vlasenko
1
-30
/
+20
2011-01-23
README: mention of README.win32
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2011-01-23
win32: fixdep: workaround mmap()
Nguyễn Thái Ngọc Duy
1
-0
/
+29
2011-01-22
hwclock: implement --systz
Davide Cavalca
2
-24
/
+59
2011-01-22
wc: fix swapped -c and -m
Denys Vlasenko
1
-8
/
+8
2011-01-22
pltaform.h: move include of stdint.h before uint16_t is used
Denys Vlasenko
1
-1
/
+1
2011-01-22
getty: more correct check for O_RDWR
Denys Vlasenko
1
-1
/
+1
2011-01-22
getty: comment out parity detection code; improve usage text
Denys Vlasenko
1
-40
/
+72
2011-01-22
svlogd: extend usage text. +70 bytes
Denys Vlasenko
2
-7
/
+17
2011-01-21
fix compile error on non-x86 architectures
Denys Vlasenko
1
-3
/
+4
2011-01-20
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
Denys Vlasenko
2
-12
/
+16
2011-01-20
eliminate aliasing warning in networking/route.c
Denys Vlasenko
2
-36
/
+41
[next]