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
...
|
*
i2c-tools: remove unneeded include
Bartosz Golaszewski
2017-08-28
1
-1
/
+0
|
*
kill: add '--' option to separate options from arguments
Ron Yorston
2017-08-28
1
-0
/
+5
|
*
xargs: optional support for -P NUM. Closes 9511
Denys Vlasenko
2017-08-24
1
-18
/
+117
|
*
xargs: code shrink
Denys Vlasenko
2017-08-24
1
-14
/
+11
|
*
sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1
Denys Vlasenko
2017-08-23
2
-4
/
+16
|
*
*: fix fallout from opt_complementary conversion
Denys Vlasenko
2017-08-23
2
-7
/
+9
|
*
ash: more s/error/perror/ for better error reporting
Denys Vlasenko
2017-08-23
1
-5
/
+5
|
*
ash: when cd fails, say why
Johannes Schindelin
2017-08-23
1
-1
/
+1
|
*
ash: report reason when a script file could not be opened
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
|
timeout: use new kill(2) to signal child
Ron Yorston
2017-09-27
1
-7
/
+6
*
|
win32: allow kill to send signal number 0
Ron Yorston
2017-09-27
1
-0
/
+15
*
|
win32: improvements to implementation of kill(2)
Ron Yorston
2017-09-27
1
-87
/
+94
*
|
kill: use gentler method than TerminateProcess()
Johannes Schindelin
2017-09-27
1
-1
/
+161
*
|
ps: add support for CPU and elapsed time columns
Ron Yorston
2017-09-01
7
-7
/
+119
*
|
ps: add parent process id as a supported column
Ron Yorston
2017-08-31
2
-3
/
+4
*
|
win32/poll: avoid assumption that pointers are equivalent to longs
Johannes Schindelin
2017-08-31
1
-1
/
+1
*
|
ash: stop assuming that pointers and ints are interchangeable
Johannes Schindelin
2017-08-31
1
-3
/
+3
*
|
ash: avoid assumption about sizeof(long) == sizeof(void *)
Johannes Schindelin
2017-08-31
1
-1
/
+1
*
|
dd: silence warning on 64-bit systems
Ron Yorston
2017-08-31
1
-3
/
+3
*
|
win32: further minor code shrink
Ron Yorston
2017-08-30
1
-17
/
+11
*
|
win32: add a function to find executable on PATH
Ron Yorston
2017-08-30
1
-34
/
+30
*
|
win32: changes to treatment of scripts
Ron Yorston
2017-08-30
1
-58
/
+36
*
|
win32: shrink code to detect .exe files
Ron Yorston
2017-08-30
4
-31
/
+26
*
|
win32: make vfork fail at compile-time
Ron Yorston
2017-08-30
3
-8
/
+8
*
|
libbb: exclude more Linux-specific functions from being compiled
Johannes Schindelin
2017-08-30
1
-0
/
+2
*
|
libbb: don't compile various Linux-specific functions
Ron Yorston
2017-08-24
1
-0
/
+2
*
|
cpio: disable pass-through mode (-p) in default configuration
Ron Yorston
2017-08-24
2
-2
/
+2
*
|
mode_string: S_IFBLK differs between Windows and Unix
Johannes Schindelin
2017-08-24
1
-1
/
+1
*
|
xconnect: avoid using getsockname/getpeername on Windows
Johannes Schindelin
2017-08-24
1
-0
/
+2
*
|
mingw: accommodate for BusyBox' assumptions about isatty()
Johannes Schindelin
2017-08-24
2
-0
/
+29
*
|
bb_basename: handle mixed slashes correctly
Johannes Schindelin
2017-08-24
1
-4
/
+6
*
|
win32: remove implementation of mempcpy
Ron Yorston
2017-08-23
3
-33
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-23
2
-6
/
+7
|
\
|
|
*
tar: fix handling of first argument without '-'
Ron Yorston
2017-08-23
1
-3
/
+3
|
*
sendmail: fix segfault if "To: email1,email2" is used
Denys Vlasenko
2017-08-22
1
-3
/
+4
*
|
sed: support the -b/--binary option
Johannes Schindelin
2017-08-23
1
-1
/
+17
*
|
win32/strptime: fix for negative timezones
Johannes Schindelin
2017-08-23
1
-0
/
+2
*
|
include/mingw.h: remove unnecessary definition of PRIuMAX
Ron Yorston
2017-08-23
1
-1
/
+0
*
|
win32/select: ensure that the implementation matches the prototype
Johannes Schindelin
2017-08-23
1
-0
/
+1
*
|
win32/fnmatch: fix old-style function declaration
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
|
win32/fnmatch: avoid old-style function definitions
Johannes Schindelin
2017-08-23
1
-12
/
+4
*
|
win32/strptime: avoid old-style declarations
Johannes Schindelin
2017-08-23
1
-19
/
+5
*
|
win32/strptime: ensure that strptime()/localtime_r() are declared
Johannes Schindelin
2017-08-23
1
-0
/
+1
*
|
win32/select: work around a compiler warning
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
|
win32/mingw: fix signatures of the *execv*() family of functions
Johannes Schindelin
2017-08-23
4
-26
/
+24
*
|
win32: remove unused functions
Ron Yorston
2017-08-23
2
-23
/
+0
*
|
inode_hash: avoid warnings about unused parameters
Ron Yorston
2017-08-23
3
-2
/
+5
*
|
find_mount_point: avoid warnings about casts to non-const
Johannes Schindelin
2017-08-23
1
-2
/
+7
*
|
find_mount_point: avoid warning about unused parameter
Ron Yorston
2017-08-23
1
-0
/
+2
*
|
find_pid_by_name: avoid unused variables
Johannes Schindelin
2017-08-23
1
-0
/
+2
[prev]
[next]