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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-09-19
mingw.h: fixes for MinGW-w64
Ron Yorston
1
-12
/
+5
2012-09-19
Remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from config file
Ron Yorston
1
-1
/
+0
2012-09-07
Simplify recursive directory creation
Ron Yorston
1
-8
/
+5
2012-09-06
fbsplash: support non-RGB565 pixels in 16-bit mode
Linus Walleij
1
-5
/
+22
2012-09-06
find: make -mindepth N -xdev correctly stop on mountpoints
Denys Vlasenko
1
-14
/
+21
2012-09-06
ash: fix "read -s" + ^C. Closes 5504
Denys Vlasenko
2
-1
/
+6
2012-09-06
top: fix "last CPU" parsing
Denys Vlasenko
1
-1
/
+1
2012-09-05
sysctl: implement -q
Joshua Kahlenberg
1
-13
/
+19
2012-09-04
refactor correct_password.c to avoid one if
walter harms
1
-6
/
+3
2012-09-04
build system: stop .eh_frame generation
Denys Vlasenko
1
-0
/
+3
2012-09-03
wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426
Denys Vlasenko
1
-52
/
+62
2012-09-03
httpd_indexcgi.c: fix compile failure
Denys Vlasenko
1
-0
/
+1
2012-09-03
Fix compile failure in ll_proto.c
Denys Vlasenko
1
-2
/
+2
2012-09-02
blkid: add support for nilfs2
Sven-Göran Bergh
5
-0
/
+109
2012-09-02
volume_id: code shrink
Denys Vlasenko
1
-15
/
+19
2012-09-02
blkid: add type display for btrfs
Sven-Göran Bergh
1
-0
/
+1
2012-09-02
ll_proto.c: code shrink
Denys Vlasenko
1
-23
/
+85
2012-09-02
style fixes, no code changes
Denys Vlasenko
2
-2
/
+2
2012-09-02
getty: tweak style, no code changes
Denys Vlasenko
1
-2
/
+1
2012-08-16
wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
Denys Vlasenko
1
-7
/
+14
2012-08-16
getty: add commented-out extended error diagnostic
Denys Vlasenko
1
-0
/
+8
2012-08-15
login: increase login name size limit from 32 to 64
Denys Vlasenko
1
-1
/
+2
2012-08-10
udhcp[cd]: fix binding to network aliases. Closes 5432, 5438
Denys Vlasenko
1
-1
/
+9
2012-08-07
lineedit: fix Alt-D when cursor==0
Cliff Frey
1
-3
/
+3
2012-08-06
platform.h: disable ALIGNn macros for s390[x]
Denys Vlasenko
1
-1
/
+2
2012-08-04
disable format security warnings
Mike Frysinger
1
-0
/
+1
2012-07-27
udhcpc: make -O <numeric_opt> work. Closes 5402
Denys Vlasenko
3
-13
/
+21
2012-07-26
Simplify copyright/license notice that appears in the binary.
Bradley M. Kuhn
1
-3
/
+3
2012-07-26
Add yet another missing ALIGN2 on a global declaration.
Denys Vlasenko
1
-1
/
+1
2012-07-24
dhcpd: write lease file on exit
Denys Vlasenko
1
-4
/
+4
2012-07-24
*: declare strings with ALIGN1, as appropriate
Aurelien Jarno
1
-18
/
+18
2012-07-24
*: declare strings with ALIGN1, as appropriate
Michael Tokarev
3
-5
/
+5
2012-07-24
testsuite: make mkfs.minix test not fail spuriously on big endian
Yao Zhao
1
-1
/
+9
2012-07-24
sed: allow 'w' cmd to use two address form
Mimi Li
1
-5
/
+11
2012-07-18
tftpd: fix -u USER to work with chroot. Closes 5348
Denys Vlasenko
1
-32
/
+32
2012-07-11
awk: fix FS assignment behavior. Closes 5108
Denys Vlasenko
2
-0
/
+19
2012-07-11
ftpd: free allocated string on error path
Denys Vlasenko
1
-0
/
+1
2012-07-11
ftpd: fix MDTM's month value. Closes 5336
Denys Vlasenko
1
-1
/
+1
2012-07-07
ash: add a comment about VEXPORT
Denys Vlasenko
1
-0
/
+4
2012-07-07
fbset: respect rgba configuration lines in fb.modes
Linus Walleij
1
-1
/
+25
2012-07-07
acpid: add missing lid switch definition
Eric Martin
1
-0
/
+1
2012-07-05
include sys/resource.h where needed
Mike Frysinger
7
-0
/
+7
2012-06-26
mount: support strictatime option. Closes 5240
Denys Vlasenko
1
-1
/
+9
2012-06-26
mingw32: add man
Ron Yorston
3
-2
/
+7
2012-06-22
awk: make -F STR interpret escape sequences. Closes 5126
Denys Vlasenko
2
-7
/
+24
2012-06-22
dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324
Denys Vlasenko
3
-6
/
+14
2012-06-22
trivial small speed optimization
Denys Vlasenko
1
-3
/
+5
2012-06-22
mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240
Denys Vlasenko
1
-2
/
+8
2012-06-22
mount: undo recent breakage when mount flags were made unsigned
Denys Vlasenko
1
-1
/
+1
2012-06-21
mount: fix the wrongly stored fs creation time
Denys Vlasenko
3
-14
/
+54
[next]