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
...
|
*
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
*
|
win32: improve seeding of PRNGs
Ron Yorston
2023-01-11
2
-60
/
+10
*
|
awk: further improvements to randomness
Ron Yorston
2023-01-11
1
-0
/
+15
*
|
awk: make random values more random
Ron Yorston
2023-01-06
1
-2
/
+2
*
|
Annual update of copyright message
Ron Yorston
2023-01-05
1
-1
/
+1
*
|
xargs: omit support for -o
Ron Yorston
2023-01-05
1
-3
/
+14
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-01-05
27
-182
/
+397
|
\
|
|
*
Start 1.37.0 development cycle
Denys Vlasenko
2023-01-03
1
-2
/
+2
|
*
Bump version to 1.36.0
1_36_0
Denys Vlasenko
2023-01-03
1
-1
/
+1
|
*
hush: code shrink
Denys Vlasenko
2023-01-03
1
-4
/
+9
|
*
ash: trivial code shrink
Denys Vlasenko
2023-01-03
1
-1
/
+1
|
*
xxd: use bb_simple_perror_msg... where appropriate
Denys Vlasenko
2023-01-03
1
-2
/
+2
|
*
shell: fix compile failures in some configs
Denys Vlasenko
2023-01-03
4
-15
/
+31
|
*
Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)
Denys Vlasenko
2023-01-02
1
-0
/
+3
|
*
sed: fix double-free in FEATURE_CLEAN_UP=y configs
Denys Vlasenko
2023-01-02
1
-4
/
+13
|
*
mv: fix error in !VERBOSE configs
Denys Vlasenko
2023-01-02
1
-2
/
+2
|
*
libbb/loop: fix compile failure (name collision)
Denys Vlasenko
2023-01-02
1
-2
/
+2
|
*
testsuite/sha1sum.tests: fix false positive failure
Denys Vlasenko
2023-01-02
1
-0
/
+2
|
*
testsuite/tree.tests: fix false positive failure
Denys Vlasenko
2023-01-02
1
-18
/
+20
[prev]
[next]