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
*
win32: changes to console mode handling
Ron Yorston
2023-03-05
11
-43
/
+93
*
ash: drop workaround for 'read -t 0'
Ron Yorston
2023-03-05
1
-12
/
+0
*
nc: switch to using poll(2)
Ron Yorston
2023-03-03
1
-49
/
+2
*
win32: revise poll(2) for use in nc
Ron Yorston
2023-03-03
1
-7
/
+11
*
win32: update poll(2) to match latest gnulib version
Ron Yorston
2023-03-03
1
-12
/
+37
*
win32: try to recover from strange console mode
Ron Yorston
2023-02-21
1
-4
/
+14
*
ash: revised CRLF handling for scripts
Ron Yorston
2023-02-21
1
-1
/
+64
*
ash: revert changes to handle CRLF in scripts
Ron Yorston
2023-02-21
1
-34
/
+4
*
ash: really reset ANSI emulation in interactive mode
Ron Yorston
2023-02-20
1
-2
/
+2
*
win32: shuffle skip_ansi_emulation() code
Ron Yorston
2023-02-19
1
-6
/
+8
*
win32: work around problem with ConEmu
Ron Yorston
2023-02-19
1
-1
/
+3
*
win32: only change console mode if necessary
Ron Yorston
2023-02-19
1
-7
/
+10
*
ash: only reset ANSI emulation in interactive loop
Ron Yorston
2023-02-19
1
-3
/
+3
*
ash: skip CR when detecting end of here document
FRP-4882-g6e0a6b7e5
Ron Yorston
2023-02-15
1
-1
/
+1
*
win32: skip ACL check in stat(2) when running as root
FRP-4881-ga6c5fd4eb
Ron Yorston
2023-02-13
1
-1
/
+2
*
Merge branch 'busybox' into merge
Ron Yorston
2023-02-13
6
-41
/
+77
|
\
|
*
hush: restore SIGHUP handling, this time explain why we do what we do
Denys Vlasenko
2023-01-30
1
-20
/
+28
|
*
hush: restore tty pgrp on SIGHUP
Denys Vlasenko
2023-01-30
1
-5
/
+8
|
*
hush: remove special handling of SIGHUP
Denys Vlasenko
2023-01-30
1
-18
/
+20
|
*
shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256
Denys Vlasenko
2023-01-26
3
-10
/
+20
|
*
nmeter: increase maximum /proc file size (needed for large machines)
Denys Vlasenko
2023-01-24
1
-3
/
+6
|
*
ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)
Denys Vlasenko
2023-01-18
1
-1
/
+1
|
*
ntpd: fold d_to_tv() into its only caller
Denys Vlasenko
2023-01-18
1
-8
/
+10
|
*
ntpd: correct fixed->float conversions of fractions
Denys Vlasenko
2023-01-17
1
-4
/
+4
|
*
ntpd: make NTP client and server Y2036/2038-ready
Miroslav Lichvar
2023-01-17
1
-3
/
+11
|
*
ed: don't use memcpy with overlapping memory regions
Sören Tempel
2023-01-05
1
-1
/
+1
*
|
ash: improve CRLF handling in read
Ron Yorston
2023-02-12
2
-0
/
+40
*
|
ash: remove CRs from CRLF during field splitting
Ron Yorston
2023-02-10
3
-5
/
+40
*
|
ash: change CRLF handling
Ron Yorston
2023-02-07
3
-7
/
+55
*
|
vi: introduce 'binary' option and '-b' flag
Ron Yorston
2023-02-06
1
-11
/
+35
*
|
vi: allow change of 'fileformat' option
Ron Yorston
2023-02-06
1
-12
/
+23
*
|
Fix POSIX build
Ron Yorston
2023-02-04
2
-2
/
+2
*
|
make: strip leading whitespace in shell assignment
Ron Yorston
2023-02-01
1
-11
/
+28
*
|
ash: fix CRLF handling
Ron Yorston
2023-01-31
1
-2
/
+7
*
|
libbb: fix CRLF handling
Ron Yorston
2023-01-31
2
-4
/
+14
*
|
ash,make: fix CRLF handling
Ron Yorston
2023-01-30
2
-2
/
+9
*
|
awk: CRLF handling
Ron Yorston
2023-01-30
2
-19
/
+32
*
|
diff: improve --binary implementation
Ron Yorston
2023-01-29
1
-13
/
+7
*
|
win32: provide a default value for HOME
Ron Yorston
2023-01-29
2
-9
/
+19
*
|
diff: implement --binary flag
Ron Yorston
2023-01-27
1
-0
/
+25
*
|
win32: another stat(2) + access time fix
Ron Yorston
2023-01-26
1
-1
/
+1
*
|
make: enable pdpmake alias in default configuration
Ron Yorston
2023-01-24
2
-2
/
+2
*
|
make: allow building as pdpmake only
Ron Yorston
2023-01-24
2
-0
/
+2
*
|
win32: only count subdirectories if necessary
Ron Yorston
2023-01-23
4
-3
/
+26
*
|
win32: limit setting of errno when lazy loading fails
Ron Yorston
2023-01-22
1
-3
/
+3
*
|
win32: reset errno in read_key()
Ron Yorston
2023-01-22
1
-0
/
+1
*
|
win32: more minor improvements to stat(2)
Ron Yorston
2023-01-18
1
-29
/
+26
*
|
win32: minor improvements to stat(2)
Ron Yorston
2023-01-17
1
-9
/
+9
*
|
win32: use ACL check to clarify write permission
Ron Yorston
2023-01-16
1
-27
/
+30
*
|
win32: fix permissions of read-only directory
Ron Yorston
2023-01-11
1
-1
/
+1
[next]