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
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2012-12-11
1
-0
/
+2
|
\
|
*
ash: fix a memory leak
Jon Tollefson
2012-11-13
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-10-10
1
-9
/
+32
|
\
|
|
*
ash: implement export -n
Denys Vlasenko
2012-10-01
1
-4
/
+26
|
*
ash: trivial fixes for compile failures
Denys Vlasenko
2012-09-25
1
-5
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
5
-18
/
+46
|
\
|
|
*
ash: fix "read -s" + ^C. Closes 5504
Denys Vlasenko
2012-09-06
2
-1
/
+6
|
*
*: declare strings with ALIGN1, as appropriate
Michael Tokarev
2012-07-24
1
-1
/
+1
|
*
ash: add a comment about VEXPORT
Denys Vlasenko
2012-07-07
1
-0
/
+4
|
*
include sys/resource.h where needed
Mike Frysinger
2012-07-05
1
-0
/
+1
|
*
ash: fix a bug in >${varexp} handling. Closes 5282
Denys Vlasenko
2012-06-09
3
-10
/
+26
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-04-29
1
-4
/
+0
|
\
|
|
*
hush: remove sighandler_t definition hack, platform.h has it too
Denys Vlasenko
2012-04-26
1
-4
/
+0
*
|
ash: set working directory and environment on first startup
Ron Yorston
2012-04-26
1
-24
/
+21
*
|
ash: Only change slashes in environment on first invocation
Ron Yorston
2012-04-24
1
-7
/
+7
*
|
Merge commit '1_20_0' into merge
Ron Yorston
2012-04-23
1
-4
/
+2
|
\
|
|
*
fix build breakage found by randconfig
Denys Vlasenko
2012-04-20
1
-0
/
+2
|
*
hush: remove unused member struct command::is_stopped
Denys Vlasenko
2012-03-27
1
-4
/
+0
*
|
ash: omit non-MinGW for choosing whether to fork
Ron Yorston
2012-04-20
1
-1
/
+2
*
|
Detect and execute shell scripts based on presence of '#!'
Ron Yorston
2012-04-17
1
-2
/
+13
*
|
Switch a call to copyfd back to fcntl(F_DUPFD)
Ron Yorston
2012-04-03
1
-1
/
+1
*
|
Make fake fcntl(F_DUPFD) for WIN32
Ron Yorston
2012-04-03
1
-15
/
+3
*
|
ash: some fixes so busybox-w32 (almost) compiles on POSIX
Ron Yorston
2012-04-03
1
-3
/
+9
*
|
Standardise preprocessor symbol to detect MINGW32 build
Ron Yorston
2012-03-23
1
-1
/
+1
*
|
Remove unused file builtin_ulimit.c
Ron Yorston
2012-03-23
1
-237
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
3
-7
/
+32
|
\
|
|
*
cttyhack: handle multiple consoles found in sysfs
Aaro Koskinen
2012-02-04
1
-3
/
+10
|
*
shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]
Denys Vlasenko
2012-01-15
1
-1
/
+7
|
*
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist
Denys Vlasenko
2011-12-20
1
-3
/
+9
|
*
ash: document bash's exit code too. No code changes
Denys Vlasenko
2011-12-16
1
-2
/
+2
|
*
ash: add comment about bash's ENOEXEC handling. No code changes
Denys Vlasenko
2011-12-16
1
-0
/
+6
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
3
-45
/
+73
|
\
|
|
*
cttyhack: move /sys/class/tty/console/active check to the front
Denys Vlasenko
2011-10-31
1
-13
/
+18
|
*
cttyhack: print detected ctty name when called without parameters
Alexander Shishkin
2011-10-31
1
-34
/
+42
|
*
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
Denys Vlasenko
2011-09-04
1
-2
/
+1
|
*
lineedit: add support for history saving on exit
Denys Vlasenko
2011-09-04
2
-0
/
+8
|
*
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
Denys Vlasenko
2011-09-04
2
-18
/
+24
|
*
cttyhack: trivial spelling/spacing fixes
Kevin Cernekee
2011-08-16
1
-1
/
+1
|
*
cttyhack: remove the trailing newline when reading console name from sysfs
Kevin Cernekee
2011-08-16
1
-3
/
+5
*
|
Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge
Ron Yorston
2012-03-22
6
-68
/
+159
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2011-08-09
1
-6
/
+6
|
*
hush: fix remaining known two bugs with IFS expansion. Closes 4027.
Denys Vlasenko
2011-08-01
3
-30
/
+61
|
*
hush: partially fix wrong expansion on $IFS (bug 4027).
Denys Vlasenko
2011-08-01
3
-9
/
+50
|
*
cttyhack: fail gracefully if the device node is missing
Kevin Cernekee
2011-07-13
1
-1
/
+3
|
*
cttyhack: check sysfs for the name of the active console
Kevin Cernekee
2011-07-13
1
-31
/
+48
*
|
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
12
-265
/
+537
|
\
|
|
*
hush: better comment. No code changes
Denys Vlasenko
2011-06-01
1
-1
/
+1
|
*
hush: fix a corner case of empty "do \n done" structure
Denys Vlasenko
2011-05-31
3
-1
/
+9
|
*
hush: fix misparsing of "... do eval a= ...". Closes 3721
Denys Vlasenko
2011-05-14
3
-28
/
+53
|
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-2
/
+2
[next]