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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
win32: change stat(2) error code in certain cases
Ron Yorston
2019-03-20
1
-1
/
+0
*
|
winansi: more robust handling of invalid escape sequences
Ron Yorston
2019-03-19
1
-34
/
+46
*
|
ash: rewrite PATH update to save a few bytes
Ron Yorston
2019-03-18
1
-12
/
+8
*
|
vi: improve reliability of pasted text
Ron Yorston
2019-03-17
1
-2
/
+2
*
|
vi: fix spurious error on opening file with CRLF line endings
Ron Yorston
2019-03-17
1
-2
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-16
3
-6
/
+15
|
\
|
|
*
Fix off by one error in FAT16 <=> FAT32 detection
Thomas Frauendorfer
2019-03-15
1
-1
/
+1
|
*
watch: support fractional -n SEC
Denys Vlasenko
2019-03-12
2
-5
/
+14
*
|
ash: enforce ';' separator in CDPATH and MANPATH variables
Ron Yorston
2019-03-16
1
-11
/
+23
*
|
ash: set current working directory on startup
Ron Yorston
2019-03-15
1
-0
/
+7
*
|
win32: add function to convert slashes to backslashes
Ron Yorston
2019-03-15
9
-25
/
+29
*
|
lineedit: add a command to change backslashes to slashes
Ron Yorston
2019-03-15
2
-6
/
+7
*
|
win32: realpath(3): remove trailing slash
Ron Yorston
2019-03-14
1
-1
/
+4
*
|
su: canonicalise directory before elevating privileges
Ron Yorston
2019-03-14
1
-5
/
+11
*
|
Update copyright date
Ron Yorston
2019-03-14
2
-2
/
+2
*
|
win32: consolidate file metadata options
Ron Yorston
2019-03-12
4
-20
/
+6
*
|
win32: fix POSIX build (again)
Ron Yorston
2019-03-12
3
-3
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-12
12
-51
/
+55
|
\
|
|
*
xargs: mention -E STR in --help
Denys Vlasenko
2019-03-10
1
-7
/
+7
|
*
scripts/echo.c: resolve implicit declaration of function 'dup2'
Nicolas Hüppelshäuser
2019-03-05
1
-0
/
+1
|
*
top: tweak --help
Denys Vlasenko
2019-02-27
2
-15
/
+8
|
*
udhcpc: don't exit after backgrounding on -n -b
Andrey Mazo
2019-02-27
2
-2
/
+14
|
*
udhcpc: tweak --help
Denys Vlasenko
2019-02-27
1
-3
/
+3
|
*
ash: eval: avoid leaking memory associated with redirections. Closes 7748
Ron Yorston
2019-02-25
1
-10
/
+4
|
*
du: don't count duplicate arguments. Closes 5288
Ron Yorston
2019-02-19
2
-3
/
+3
|
*
ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5
Denys Vlasenko
2019-02-15
1
-5
/
+4
|
*
dd: add 'oflag=append'
Rostislav Skudnov
2019-02-14
2
-6
/
+11
*
|
ash: improve handling of UNC paths
Ron Yorston
2019-03-11
1
-8
/
+35
*
|
win32: changes to user ids
Ron Yorston
2019-03-10
5
-32
/
+42
*
|
winansi: support escape sequence to set window title
Ron Yorston
2019-03-09
1
-12
/
+32
*
|
su: change title of console window
Ron Yorston
2019-03-09
4
-2
/
+23
*
|
win32: add a function to detect running with elevated privileges
Ron Yorston
2019-03-09
3
-0
/
+22
*
|
su: work when binary has a UNC path
Ron Yorston
2019-03-09
1
-1
/
+11
*
|
win32: extend normalisation of paths in realpath(3)
Ron Yorston
2019-03-08
1
-2
/
+20
*
|
su, wget: use magic '--busybox' flag
Ron Yorston
2019-03-08
2
-6
/
+4
*
|
ash, su: add -d flag to set directory in ash, use it in su
Ron Yorston
2019-03-08
2
-5
/
+35
*
|
su: add a basic implementation for WIN32
Ron Yorston
2019-03-07
4
-2
/
+55
*
|
win32: canonicalize path in chdir(2)
Ron Yorston
2019-03-06
2
-0
/
+15
*
|
win32: implement readlink(2)
Ron Yorston
2019-03-06
7
-9
/
+92
*
|
win32: let realpath(3) succeed on WinXP/ReactOS
Ron Yorston
2019-03-06
1
-8
/
+14
*
|
win32: drop argument from err_win_to_posix()
Ron Yorston
2019-03-06
4
-10
/
+10
*
|
win32: improved results for symlinks from stat(2)
Ron Yorston
2019-03-05
1
-36
/
+56
*
|
win32: change handling of trailing slashes in stat(2)
Ron Yorston
2019-03-04
1
-40
/
+11
*
|
win32: simplify utimes(2) implementation
Ron Yorston
2019-03-04
1
-31
/
+6
*
|
ls: use correct column width for WIN32 inodes
Ron Yorston
2019-03-04
1
-0
/
+4
*
|
win32: let stat(2) report numeric uids for local users
Ron Yorston
2019-03-02
2
-10
/
+49
*
|
ash: add an option to enable case-insensitive filename globbing
Ron Yorston
2019-03-01
1
-4
/
+26
*
|
libbb: copy entire match during tab-completion
Ron Yorston
2019-03-01
1
-0
/
+4
*
|
win32: make stat(2) try to identify the owner of files
Ron Yorston
2019-03-01
4
-9
/
+76
*
|
find: enable -xdev in default configuration
Ron Yorston
2019-02-28
3
-3
/
+3
[prev]
[next]