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
*
Add fancy svn browser thingy (via Lance Albertson of OSL)
Bernhard Reutner-Fischer
2008-12-18
2
-0
/
+200
*
Update links to new site locations (via Lance Albertson at OSL)
Bernhard Reutner-Fischer
2008-12-18
5
-32
/
+32
*
ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case
Denis Vlasenko
2008-12-15
1
-10
/
+15
*
expand: fix incorrect expansion exactly on tab boundary; shrink the code
Denis Vlasenko
2008-12-14
2
-34
/
+41
*
watchdog: build fixes, no code changes
Denis Vlasenko
2008-12-14
1
-2
/
+7
*
header_verbose_list: show off_t size, not cast to (unsigned)
Denis Vlasenko
2008-12-12
3
-4
/
+76
*
libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/
Denis Vlasenko
2008-12-10
2
-4
/
+2
*
ash: printf builtin with no arguments should not exit
Denis Vlasenko
2008-12-10
1
-1
/
+8
*
mount: make it more readable
Denis Vlasenko
2008-12-10
1
-16
/
+11
*
placate Rob's qualms about mount.c
Denis Vlasenko
2008-12-10
1
-40
/
+40
*
add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26
Denis Vlasenko
2008-12-10
1
-1
/
+3
*
bb_info_msg: make it do atomic, unbuffered writes
Denis Vlasenko
2008-12-10
2
-7
/
+42
*
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-10
5
-6
/
+21
*
syslogd: comment out file locking;
Denis Vlasenko
2008-12-09
1
-33
/
+46
*
init: do not eat last char in messages;
Denis Vlasenko
2008-12-09
1
-7
/
+7
*
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-08
13
-75
/
+95
*
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
Denis Vlasenko
2008-12-07
4
-59
/
+56
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
49
-60
/
+114
*
mount: cosmetics, no code changes (verified with objdump -drsx)
Denis Vlasenko
2008-12-05
1
-80
/
+58
*
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-05
3
-8
/
+11
*
libbb/crypt: code shrink
Denis Vlasenko
2008-12-04
2
-31
/
+39
*
- -4b and use proper define; add license note
Bernhard Reutner-Fischer
2008-12-04
1
-3
/
+5
*
clarify which version of crond is known to put tasks in separate pgrps
Denis Vlasenko
2008-12-04
1
-2
/
+2
*
iproute: fix ipXXX utilities trying to parse their applet name
Denis Vlasenko
2008-12-04
1
-1
/
+1
*
Fold mkpasswd applet into cryptpw.
Denis Vlasenko
2008-12-04
6
-161
/
+132
*
iptunnel: fix problems with including linux/ip_tunnel.h
Denis Vlasenko
2008-12-03
1
-2
/
+43
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
8
-20
/
+17
*
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
2008-12-03
1
-2
/
+1
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
11
-16
/
+116
*
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
1
-8
/
+8
*
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-03
2
-24
/
+26
*
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-12-03
1
-67
/
+131
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
11
-94
/
+84
*
crond: put tasks in separate process groups
Denis Vlasenko
2008-12-02
1
-0
/
+4
*
vconfig: style fix, no code changes
Denis Vlasenko
2008-12-02
1
-5
/
+6
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
19
-49
/
+52
*
...and exclude LC_ALL too
Denis Vlasenko
2008-12-01
1
-1
/
+1
*
build system: fix sorting + locale in make objsizes
Denis Vlasenko
2008-12-01
1
-1
/
+1
*
volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes
Denis Vlasenko
2008-11-30
3
-66
/
+68
*
init: O_NONBLOCK needs more thought. reverted for now
Denis Vlasenko
2008-11-29
1
-2
/
+3
*
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2008-11-29
2
-39
/
+46
*
inotifyd: save resourses by closing unused inotify descriptors
Denis Vlasenko
2008-11-29
1
-4
/
+3
*
acpid: new applet by Vladimir. +737 bytes
Denis Vlasenko
2008-11-29
6
-2
/
+210
*
Announce 1.13.1 and 1.12.3
Denis Vlasenko
2008-11-29
1
-0
/
+17
*
ash: add FIXME
Denis Vlasenko
2008-11-28
1
-2
/
+7
*
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
2008-11-28
1
-1
/
+1
*
ash: shrink on top of previous change
Denis Vlasenko
2008-11-28
1
-111
/
+128
*
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-28
3
-29
/
+56
*
remove a few superfluous includes
Denis Vlasenko
2008-11-25
4
-4
/
+0
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
9
-14
/
+25
[next]