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
/
miscutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
help text tweaks
Denys Vlasenko
2020-12-13
2
-2
/
+2
|
*
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
2
-3
/
+3
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
8
-18
/
+12
|
*
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
2
-3
/
+3
|
*
use write_str() functions where appropriate
Denys Vlasenko
2020-11-29
1
-2
/
+2
|
*
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
2
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
19
-45
/
+17
|
\
|
|
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
18
-29
/
+0
|
*
lsscsi: code shrink
Denys Vlasenko
2020-07-20
1
-15
/
+12
|
*
crontab: Fix -e with editors saving using renaming strategy
Gray Wolf
2020-07-11
1
-1
/
+5
*
|
ts: correct output in 64-bit build
Ron Yorston
2020-07-19
1
-0
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
2
-0
/
+3
|
\
|
|
*
bc: placate a "defined but not used" warning
Denys Vlasenko
2020-06-24
1
-0
/
+2
|
*
randomconfig fixes
Denys Vlasenko
2020-06-23
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
FRP-3466-g53c09d0e1
Ron Yorston
2020-05-29
1
-0
/
+15
|
\
|
|
*
mim: run scripts from a specification file
Ron Yorston
2020-04-30
1
-0
/
+15
*
|
inotifyd: WIN32 port
Ron Yorston
2020-04-15
1
-0
/
+211
*
|
Fix POSIX build
FRP-3445-g10e14d5eb
Ron Yorston
2020-04-11
1
-1
/
+1
*
|
time: WIN32 port
Ron Yorston
2020-04-06
1
-0
/
+55
*
|
iconv: minor fixes
Ron Yorston
2020-02-18
1
-13
/
+14
*
|
iconv: more improvements
Ron Yorston
2020-02-16
1
-55
/
+19
*
|
iconv: code shrink (2)
Ron Yorston
2020-02-14
1
-86
/
+34
*
|
iconv: code shrink
Ron Yorston
2020-02-14
1
-456
/
+457
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
2
-9
/
+21
|
\
|
|
*
bc: fix comparison bug, closes 12336
Denys Vlasenko
2019-11-23
1
-1
/
+4
|
*
hdparm: placate "warning: taking the absolute value of unsigned type"
Denys Vlasenko
2019-10-25
1
-1
/
+1
|
*
bc: Add 'U' suffix in UINT_MAX preprocessor check
Kang-Che Sung
2019-09-12
1
-2
/
+2
|
*
dc: Parse error & fix out of bounds read in xc_program_printString
Brian Foley
2019-09-05
1
-2
/
+4
|
*
dc: Fix segfault when executing strings generated using asciify
Brian Foley
2019-09-05
1
-2
/
+8
|
*
dc: execute shouldn't pop if stack head is not a string
Brian Foley
2019-09-05
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
19
-73
/
+78
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
19
-71
/
+76
|
*
bc: placate compiler warnings
Denys Vlasenko
2019-06-08
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
3
-11
/
+24
|
\
|
|
*
dc: make 4 % 0 emit error messgaes and set result to 0
Denys Vlasenko
2019-05-16
1
-7
/
+12
|
*
dc: code shrink
Denys Vlasenko
2019-05-09
1
-6
/
+16
|
*
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-30
2
-5
/
+3
*
|
less: use alternate screen buffer
Ron Yorston
2019-04-07
1
-1
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
4
-33
/
+111
|
\
|
|
*
man: add "/usr/share/man" as another default MANPATH, fix col override
Denys Vlasenko
2019-03-30
1
-20
/
+13
|
*
man: don't skip default path which appears in config file
Ron Yorston
2019-03-26
1
-1
/
+5
|
*
ts: do call localtime() when neither -s nor -i specified
Denys Vlasenko
2019-03-26
1
-1
/
+1
|
*
ts: use gettimeofday - we don't use nanoseconds here
Denys Vlasenko
2019-03-26
1
-13
/
+9
|
*
ts: replace overlapping strcpy with shorter code
Denys Vlasenko
2019-03-26
1
-1
/
+2
|
*
ts: fix incorrect (copy-pasted) copyright attribution
Denys Vlasenko
2019-03-26
1
-4
/
+3
|
*
ts: new applet
Denys Vlasenko
2019-03-26
1
-0
/
+88
|
*
do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings
Denys Vlasenko
2019-03-17
2
-3
/
+3
*
|
win32: interpret absolute paths as relative to %SYSTEMDRIVE%
Ron Yorston
2019-03-28
1
-1
/
+13
*
|
man: proper handling of default path and config file
Ron Yorston
2019-03-28
1
-0
/
+4
*
|
man: don't skip default path which appears in config file
Ron Yorston
2019-03-28
1
-1
/
+5
[prev]
[next]