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: track current directory of mapped drives
Ron Yorston
2019-04-01
1
-4
/
+7
*
df: display origin of mapped drive
Ron Yorston
2019-04-01
4
-4
/
+12
*
win32: fix compilation error; update default configurations
Ron Yorston
2019-03-31
3
-2
/
+5
*
Merge branch 'busybox' into merge
Ron Yorston
2019-03-31
16
-140
/
+299
|
\
|
*
blockdev: code shrink
Denys Vlasenko
2019-03-30
1
-81
/
+58
|
*
ip: Fix ip -o link
Stefan Sørensen
2019-03-30
1
-2
/
+2
|
*
vi: allow manual screen update if SIGWINCH isn't supported
Ron Yorston
2019-03-30
1
-0
/
+8
|
*
man: add "/usr/share/man" as another default MANPATH, fix col override
Denys Vlasenko
2019-03-30
1
-20
/
+13
|
*
libbb: mark scripted_main() as externally visible
Ron Yorston
2019-03-30
2
-1
/
+2
|
*
vi: code shrink, proper printf formatting for strlen()
Denys Vlasenko
2019-03-29
1
-5
/
+6
|
*
hush: fix "wait -n" to wait for a _job_, not a _process_
Denys Vlasenko
2019-03-27
1
-9
/
+22
|
*
ash: add "wait -n" bashism
Denys Vlasenko
2019-03-27
1
-6
/
+47
|
*
ntpd: do not create pid file if not backgrounded
Denys Vlasenko
2019-03-27
1
-2
/
+4
|
*
hush: add "wait -n" bashism
Denys Vlasenko
2019-03-26
1
-1
/
+17
|
*
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
8
-11
/
+33
*
|
win32: improved support for c:path path names
Ron Yorston
2019-03-30
4
-29
/
+92
*
|
win32: update implementation of setmntent(3)
Ron Yorston
2019-03-30
2
-4
/
+7
*
|
win32: interpret absolute paths as relative to %SYSTEMDRIVE%
Ron Yorston
2019-03-28
6
-1
/
+112
*
|
man: proper handling of default path and config file
Ron Yorston
2019-03-28
2
-0
/
+8
*
|
man: don't skip default path which appears in config file
Ron Yorston
2019-03-28
1
-1
/
+5
*
|
win32: share code to find root prefix of path
Ron Yorston
2019-03-23
4
-51
/
+42
*
|
win32: improve filesystem detection and display
Ron Yorston
2019-03-20
6
-11
/
+23
*
|
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
[next]