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
*
- isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot
Bernhard Reutner-Fischer
2009-01-09
1
-1
/
+1
*
do not whine if /sys/block does not exist ... embedded systems dont need stin...
Mike Frysinger
2009-01-08
1
-1
/
+1
*
sysctl: fix another corner case with "dots and slashes"
Denis Vlasenko
2009-01-08
1
-2
/
+8
*
printf: make integer format strings print long long-sized values.
Denis Vlasenko
2009-01-04
1
-53
/
+65
*
udhcpd: disable opton to have absolute lease times in lease file
Denis Vlasenko
2009-01-01
7
-186
/
+194
*
website: announce 1.13.2 amd 1.12.4
Denis Vlasenko
2008-12-31
1
-0
/
+15
*
dc: fix the "base 2" patch omission of base not being set
Denis Vlasenko
2008-12-30
1
-1
/
+3
*
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-30
7
-57
/
+65
*
sysctl: fix gcc warning (false positive)
Denis Vlasenko
2008-12-29
1
-2
/
+3
*
unexpand: fix incorrect expansion, add test for it
Denis Vlasenko
2008-12-26
2
-39
/
+57
*
s/an user/a user/
Denis Vlasenko
2008-12-25
1
-2
/
+2
*
*: tweak error messages
Denis Vlasenko
2008-12-24
3
-147
/
+137
*
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-23
9
-13
/
+26
*
- we already have an impl for man
Bernhard Reutner-Fischer
2008-12-22
1
-8
/
+0
*
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
[next]