index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
procps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-01
lineedit: disable hack for wrong width on MinGW
Ron Yorston
1
-1
/
+1
2012-05-01
mingw32: enable math support for awk in default config
Ron Yorston
1
-3
/
+3
2012-04-29
win32: remove seamless compression from default config
Ron Yorston
3
-12
/
+8
2012-04-29
win32: remove dummy getdomainname function
Ron Yorston
1
-1
/
+0
2012-04-29
fix build failure when compressed help is selected, but bz2 compression is not
Denys Vlasenko
1
-1
/
+1
2012-04-28
sendmail: use host rather than NIS domain name for HELO
Ron Yorston
3
-26
/
+4
2012-04-27
lpr: small code shrink
Denys Vlasenko
1
-4
/
+2
2012-04-26
ash: set working directory and environment on first startup
Ron Yorston
2
-25
/
+26
2012-04-26
lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y
Dennis Groenen
1
-4
/
+2
2012-04-26
hush: remove sighandler_t definition hack, platform.h has it too
Denys Vlasenko
1
-4
/
+0
2012-04-26
getty: fix for NOCTTY killing us with SIGHUP
Denys Vlasenko
1
-0
/
+6
2012-04-24
sed: slightly better fix for prev commit's problem
Denys Vlasenko
1
-4
/
+4
2012-04-24
sed: fix handling of s/// which has empty matches
Denys Vlasenko
2
-1
/
+2
2012-04-24
win32/uname.c: if networking is enabled use gethostname
Ron Yorston
1
-0
/
+8
2012-04-24
Initialise winsock once in appletlib, not in applets
Ron Yorston
2
-1
/
+2
2012-04-24
ash: Only change slashes in environment on first invocation
Ron Yorston
1
-7
/
+7
2012-04-23
ifupdown: improve compatibility with Debian
Andreas Oberritter
1
-8
/
+12
2012-04-23
win32: add pw_shell to struct passwd
Ron Yorston
3
-2
/
+2
2012-04-23
win32: support fancy prompts and (limited) tilde expansion
Ron Yorston
5
-14
/
+43
2012-04-23
Update default configuration
TIG_1_20_0
merge_1_20
Ron Yorston
1
-2
/
+3
2012-04-23
win32: use uname/getdomainname in safe_gethostname.c
Ron Yorston
2
-10
/
+1
2012-04-23
win32: implement ioctl
Ron Yorston
5
-6
/
+27
2012-04-23
win32: add popen implementation that uses shell
Ron Yorston
4
-1
/
+229
2012-04-22
Start 1.21.0 development cycle
Denys Vlasenko
1
-2
/
+2
2012-04-22
Bump version to 1.20.0
1_20_0
Denys Vlasenko
1
-1
/
+1
2012-04-22
udhcpc: fix improper size calculation for OPTION_STRING_HOST
Denys Vlasenko
1
-0
/
+1
2012-04-21
Some fixes to #! parsing
Ron Yorston
1
-7
/
+8
2012-04-21
mdev: fix mode of creatred node if config file support is not configured
Denys Vlasenko
1
-3
/
+5
2012-04-20
Fix another build failure found with randconfig
Denys Vlasenko
1
-0
/
+1
2012-04-20
fix build breakage with gcc 4.2.1
Denys Vlasenko
1
-1
/
+4
2012-04-20
ash: omit non-MinGW for choosing whether to fork
Ron Yorston
1
-1
/
+2
2012-04-20
whitespace fixes
Denys Vlasenko
2
-4
/
+4
2012-04-20
fix build breakage found by randconfig
Denys Vlasenko
7
-5
/
+21
2012-04-18
who: fix typo in help text
Denys Vlasenko
1
-1
/
+1
2012-04-18
strsep is in upstream BusyBox: no need for MINGW32 version
Ron Yorston
3
-22
/
+1
2012-04-18
kill: no special treatment for MINGW32
Ron Yorston
2
-3
/
+1
2012-04-17
hwclock: fix wrong comparison of time value (when it will overlow int)
Denys Vlasenko
1
-1
/
+1
2012-04-17
udhcp: make arpping code resistant to time jumps
Denys Vlasenko
1
-2
/
+7
2012-04-17
who,less: tweaked help text
Denys Vlasenko
2
-7
/
+7
2012-04-17
mktemp: add support for -u
Denys Vlasenko
1
-3
/
+20
2012-04-17
Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h
Denys Vlasenko
11
-562
/
+15
2012-04-17
umount: make -d always active, add -D to suppress it
Denys Vlasenko
1
-8
/
+16
2012-04-17
Detect and execute shell scripts based on presence of '#!'
Ron Yorston
3
-28
/
+91
2012-04-17
Tweak INSTALL text
Denys Vlasenko
1
-1
/
+4
2012-04-13
Create and use our own copy of linux/ext2_fs.h
Denys Vlasenko
3
-14
/
+549
2012-04-12
work around linux/ext2_fs.h breakage
Denys Vlasenko
2
-0
/
+12
2012-04-03
Switch a call to copyfd back to fcntl(F_DUPFD)
Ron Yorston
1
-1
/
+1
2012-04-03
Make fake fcntl(F_DUPFD) for WIN32
Ron Yorston
4
-27
/
+46
2012-04-03
which: report applets if PREFER_APPLETS is set
Ron Yorston
1
-5
/
+7
2012-04-03
ash: some fixes so busybox-w32 (almost) compiles on POSIX
Ron Yorston
2
-4
/
+9
[next]