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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
lsattr: support more ext2 flags
Denys Vlasenko
2021-06-20
1
-5
/
+6
|
*
lsattr,chattr: support -p
Denys Vlasenko
2021-06-20
1
-0
/
+12
|
*
free: implement -h
Denys Vlasenko
2021-06-18
1
-2
/
+2
|
*
xxd: implement -i "C style output"
Denys Vlasenko
2021-06-18
1
-0
/
+1
|
*
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
2021-06-17
1
-1
/
+2
*
|
win32: partial implementation of sync(2)
Ron Yorston
2021-06-07
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-07
1
-1
/
+2
|
\
|
|
*
ash: add process substitution in bash-compatibility mode
Ron Yorston
2021-06-05
1
-0
/
+2
|
*
runsv: robustify signal handling - SIGTERM to child between vfork and exec co...
Denys Vlasenko
2021-06-05
1
-1
/
+1
|
*
ls: don't output any colors with TERM=dumb
Sören Tempel
2021-06-04
1
-0
/
+1
*
|
sync: enable in default configuration
Ron Yorston
2021-06-07
1
-1
/
+1
*
|
win32: let virtual /dev/fd/<num> files be opened
Ron Yorston
2021-06-07
1
-0
/
+2
*
|
win32: rename update_dev_fd() as update_special_fd()
Ron Yorston
2021-06-07
1
-1
/
+1
*
|
win32: implement futimens(2)/utimensat(2)
Ron Yorston
2021-05-14
1
-0
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
2
-1
/
+29
|
\
|
|
*
libbb.h: inline byteswaps
Denys Vlasenko
2021-04-24
2
-0
/
+23
|
*
platform.h: fix for Bionic >= 21 not having wait3()
Denys Vlasenko
2021-04-14
1
-0
/
+4
|
*
fix gcc-11.0 warnings
Denys Vlasenko
2021-04-14
1
-1
/
+1
*
|
Post-merge build fixes
Ron Yorston
2021-03-01
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
2
-0
/
+9
|
\
|
|
*
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
1
-0
/
+1
|
*
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-18
1
-0
/
+8
*
|
win32: move is_absolute_path()
Ron Yorston
2021-03-01
1
-0
/
+1
*
|
win32: fixes to build on Windows/MSYS2/mingw-w64
Ron Yorston
2021-02-21
2
-3
/
+5
*
|
win32: update sysinfo(2) implementation
Ron Yorston
2021-02-19
1
-2
/
+0
*
|
free: implement sysinfo(2) and enable free(1)
Ron Yorston
2021-02-18
1
-0
/
+22
*
|
ash: code shrink
Ron Yorston
2021-02-14
1
-1
/
+0
*
|
win32: implement symlink(2)
Ron Yorston
2021-02-12
1
-1
/
+1
*
|
win32: make readlink(2) implementation unconditional
Ron Yorston
2021-02-12
1
-4
/
+0
*
|
win32: code shrink
Ron Yorston
2021-02-06
1
-4
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
1
-0
/
+1
|
\
|
|
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-0
/
+1
*
|
tls: avoid unnecessary changes to POSIX build, part 2
Ron Yorston
2021-01-25
2
-0
/
+7
*
|
libarchive: allow extraction of hard links
Ron Yorston
2021-01-19
1
-7
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
6
-16
/
+79
|
\
|
|
*
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+5
|
*
Fix bb_setpgrp weapper on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+1
|
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
1
-0
/
+1
|
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
1
-0
/
+4
|
*
move ADJTIME_PATH define to header files
Denys Vlasenko
2020-12-17
2
-0
/
+12
|
*
libbb: introduce and use xsettimeofday()
Denys Vlasenko
2020-12-16
1
-0
/
+2
|
*
lineedit: remove ->path_lookup if ash is not configured
Denys Vlasenko
2020-12-16
1
-5
/
+11
|
*
libbb: enable fixed 4k pagesize for 32bit ARM
Denys Vlasenko
2020-12-15
1
-0
/
+5
|
*
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-14
1
-0
/
+18
|
*
libbb: create and use mmap() helpers
Denys Vlasenko
2020-12-14
1
-0
/
+3
|
*
libbb: exec_login_shell() - new function
Denys Vlasenko
2020-12-02
1
-0
/
+1
|
*
libbb: rename run_shell() to exec_shell()
Denys Vlasenko
2020-12-02
1
-2
/
+2
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
2
-1
/
+4
|
*
libbb: introduce and use msleep()
Denys Vlasenko
2020-11-29
1
-1
/
+2
|
*
libbb: introduce and use sleep1()
Denys Vlasenko
2020-11-29
1
-3
/
+1
[prev]
[next]