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
...
|
*
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-09-13
10
-29
/
+41
|
*
hexedit: smarter redraw
Denys Vlasenko
2017-09-13
1
-26
/
+41
|
*
hexedit: new applet
Denys Vlasenko
2017-09-13
2
-1
/
+358
|
*
networking/interface.c: remove superfluous "& 0377"
Denys Vlasenko
2017-09-12
1
-4
/
+3
|
*
setfattr: new applet
Denys Vlasenko
2017-09-08
1
-0
/
+68
|
*
build system: fix a compiler warning
Denys Vlasenko
2017-09-07
1
-0
/
+2
|
*
build system: fix "allnoconfig" to clear all options. Closes 10296
Denys Vlasenko
2017-09-07
1
-2
/
+52
|
*
chat: do not die when HANGUP param is missing. Closes 10016
Denys Vlasenko
2017-09-05
1
-1
/
+9
|
*
httpd: skip "Status: " from CGI, including space. Closes 10291
Denys Vlasenko
2017-09-01
1
-3
/
+4
|
*
klibc-utils: add ipconfig.c work-in-progress
Denys Vlasenko
2017-09-01
1
-0
/
+316
|
*
xargs: fix a thinko in last commit
Denys Vlasenko
2017-08-30
1
-1
/
+1
|
*
xargs: support -a FILE
Johannes Schindelin
2017-08-29
1
-1
/
+17
|
*
klibc-utils: remove accidental "or later" licensing wording.
Denys Vlasenko
2017-08-29
2
-2
/
+2
|
*
udhcpc: show only short opts in --help text
Denys Vlasenko
2017-08-29
1
-39
/
+0
|
*
i2c_tools: tweak --help text
Denys Vlasenko
2017-08-29
1
-33
/
+36
|
*
setpriv: placete "declaration of 'index' shadows a global declaration" warning
Denys Vlasenko
2017-08-29
1
-4
/
+4
|
*
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
1
-0
/
+6
|
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
4
-5
/
+6
|
*
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
1
-1
/
+2
|
*
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-29
5
-15
/
+133
|
*
i2c-tools: don't include linux/i2c-dev.h
Bartosz Golaszewski
2017-08-29
1
-13
/
+30
|
*
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
[prev]
[next]