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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
stty: make swtch and iutf8 visible/settable
Denys Vlasenko
2011-01-24
1
-0
/
+13
|
*
getty: more simplifications; explain how we treat parity now
Denys Vlasenko
2011-01-24
1
-95
/
+93
|
*
getty: simplify code by going to more straignforward G trick
Denys Vlasenko
2011-01-24
1
-275
/
+121
|
*
libbb: make ndelay_no/off a bit more clever. +14 bytes
Denys Vlasenko
2011-01-24
2
-9
/
+15
|
*
getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s
Denys Vlasenko
2011-01-24
1
-9
/
+12
|
*
getty: use cfsetspeed to save some bytes; cosmetic fixes
Denys Vlasenko
2011-01-24
1
-30
/
+20
|
*
hwclock: implement --systz
Davide Cavalca
2011-01-22
2
-24
/
+59
|
*
wc: fix swapped -c and -m
Denys Vlasenko
2011-01-22
1
-8
/
+8
|
*
pltaform.h: move include of stdint.h before uint16_t is used
Denys Vlasenko
2011-01-22
1
-1
/
+1
|
*
getty: more correct check for O_RDWR
Denys Vlasenko
2011-01-22
1
-1
/
+1
|
*
getty: comment out parity detection code; improve usage text
Denys Vlasenko
2011-01-22
1
-40
/
+72
|
*
svlogd: extend usage text. +70 bytes
Denys Vlasenko
2011-01-22
2
-7
/
+17
|
*
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
Denys Vlasenko
2011-01-21
4
-56
/
+69
|
|
\
|
|
*
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
Denys Vlasenko
2011-01-20
2
-12
/
+16
|
|
*
eliminate aliasing warning in networking/route.c
Denys Vlasenko
2011-01-20
2
-36
/
+41
|
|
*
ifplugd: eliminate aliasing warnings
Denys Vlasenko
2011-01-20
1
-10
/
+14
|
*
|
fix compile error on non-x86 architectures
Denys Vlasenko
2011-01-21
1
-3
/
+4
|
|
/
|
*
sighandler_t definition for BSD
Chris Rees
2011-01-20
1
-0
/
+6
|
*
hush: improve prompt in nested {}s, remove unused in_str->promptme member
Denys Vlasenko
2011-01-18
1
-21
/
+11
|
*
hush: fix "cmd & <newline>" problem
Denys Vlasenko
2011-01-18
1
-5
/
+16
|
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
41
-409
/
+409
|
*
disable automatic selection of FEATURE_SUID; improve its help text
Denys Vlasenko
2011-01-18
5
-11
/
+14
|
*
insmod: check for module read errors
Denys Vlasenko
2011-01-17
2
-2
/
+5
|
*
libbb: better comment in parse_date
Denys Vlasenko
2011-01-17
1
-1
/
+7
|
*
move passwd, shadow, group and gshadow path definitions to libbb.h
Tito Ragusa
2011-01-16
3
-19
/
+17
|
*
remove a few aliasing warnings
Denys Vlasenko
2011-01-16
2
-2
/
+2
|
*
remove a few aliasing warnings
Denys Vlasenko
2011-01-16
2
-2
/
+2
|
*
top: add keyboard commands to --help
Denys Vlasenko
2011-01-13
2
-8
/
+29
|
*
httpd: send correct mtime for .gz files
Denys Vlasenko
2011-01-11
1
-0
/
+1
|
*
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2011-01-11
5
-10
/
+11
|
*
lsmod: fox unsafe usage of strlen() - 1
Denys Vlasenko
2011-01-11
1
-1
/
+2
|
*
libbb: progress indicator: use unicode support funcs instead of open-coding it
Denys Vlasenko
2011-01-10
1
-16
/
+4
|
*
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
Denys Vlasenko
2011-01-10
2
-28
/
+13
|
*
stop giving root rights to dnsd, ipcrm, ipcs
Denys Vlasenko
2011-01-09
1
-6
/
+3
|
*
getty: fix -i (was ignored)
Denys Vlasenko
2011-01-09
2
-85
/
+67
|
*
modprobe-small: support compressed modules in insmod
Denys Vlasenko
2011-01-09
1
-2
/
+4
|
*
hush: fix wrong prompt problem on empty interactive commants
Denys Vlasenko
2011-01-07
1
-1
/
+10
|
*
suppress "'fast_strtol_10' defined but not used" warning
Denys Vlasenko
2011-01-07
1
-1
/
+3
|
*
mkswap: selinux build fix
Denys Vlasenko
2011-01-05
1
-1
/
+1
*
|
Keep Tigress default configuration
Ron Yorston
2012-02-20
1
-0
/
+972
*
|
Add code to find console dimensions in WIN32
Ron Yorston
2012-02-20
3
-0
/
+23
*
|
Fix off-by-one error in cursor positioning
Ron Yorston
2012-02-17
1
-1
/
+1
*
|
Eat trailing CRs as well as LFs when expanding backquotes
Ron Yorston
2012-02-16
1
-1
/
+2
*
|
Replace backslash with forward slash in environment
Ron Yorston
2012-02-16
1
-0
/
+7
*
|
Always reset console mode when returning key
Ron Yorston
2012-02-16
1
-16
/
+24
*
|
Implement nonblocking wait
Ron Yorston
2012-02-14
1
-3
/
+4
*
|
Create fake HOME environment variable
Ron Yorston
2012-02-09
1
-0
/
+19
*
|
Implementation of uname for WIN32
Ron Yorston
2012-02-09
4
-0
/
+125
*
|
Implement clear command for Windows console
TIG
Ron Yorston
2012-02-08
1
-0
/
+9
*
|
Fix crash in Windows 7 ANSI emulation
Ron Yorston
2012-02-07
1
-2
/
+3
[prev]
[next]