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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-12
adduser: allow adding to group 0; don't _create_ /etc/shadow,
Denis Vlasenko
1
-13
/
+15
2009-01-12
mdev: fix breakage caused by unified parser usage
Denis Vlasenko
2
-2
/
+19
2009-01-10
- use https for bugzilla URLs
Bernhard Reutner-Fischer
4
-5
/
+5
2009-01-09
- isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot
Bernhard Reutner-Fischer
1
-1
/
+1
2009-01-08
do not whine if /sys/block does not exist ... embedded systems dont need stin...
Mike Frysinger
1
-1
/
+1
2009-01-08
sysctl: fix another corner case with "dots and slashes"
Denis Vlasenko
1
-2
/
+8
2009-01-04
printf: make integer format strings print long long-sized values.
Denis Vlasenko
1
-53
/
+65
2009-01-01
udhcpd: disable opton to have absolute lease times in lease file
Denis Vlasenko
7
-186
/
+194
2008-12-31
website: announce 1.13.2 amd 1.12.4
Denis Vlasenko
1
-0
/
+15
2008-12-30
dc: fix the "base 2" patch omission of base not being set
Denis Vlasenko
1
-1
/
+3
2008-12-30
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
7
-57
/
+65
2008-12-29
sysctl: fix gcc warning (false positive)
Denis Vlasenko
1
-2
/
+3
2008-12-26
unexpand: fix incorrect expansion, add test for it
Denis Vlasenko
2
-39
/
+57
2008-12-25
s/an user/a user/
Denis Vlasenko
1
-2
/
+2
2008-12-24
*: tweak error messages
Denis Vlasenko
3
-147
/
+137
2008-12-23
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
9
-13
/
+26
2008-12-22
- we already have an impl for man
Bernhard Reutner-Fischer
1
-8
/
+0
2008-12-18
Add fancy svn browser thingy (via Lance Albertson of OSL)
Bernhard Reutner-Fischer
2
-0
/
+200
2008-12-18
Update links to new site locations (via Lance Albertson at OSL)
Bernhard Reutner-Fischer
5
-32
/
+32
2008-12-15
ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case
Denis Vlasenko
1
-10
/
+15
2008-12-14
expand: fix incorrect expansion exactly on tab boundary; shrink the code
Denis Vlasenko
2
-34
/
+41
2008-12-14
watchdog: build fixes, no code changes
Denis Vlasenko
1
-2
/
+7
2008-12-12
header_verbose_list: show off_t size, not cast to (unsigned)
Denis Vlasenko
3
-4
/
+76
2008-12-10
libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/
Denis Vlasenko
2
-4
/
+2
2008-12-10
ash: printf builtin with no arguments should not exit
Denis Vlasenko
1
-1
/
+8
2008-12-10
mount: make it more readable
Denis Vlasenko
1
-16
/
+11
2008-12-10
placate Rob's qualms about mount.c
Denis Vlasenko
1
-40
/
+40
2008-12-10
add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26
Denis Vlasenko
1
-1
/
+3
2008-12-10
bb_info_msg: make it do atomic, unbuffered writes
Denis Vlasenko
2
-7
/
+42
2008-12-10
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
5
-6
/
+21
2008-12-09
syslogd: comment out file locking;
Denis Vlasenko
1
-33
/
+46
2008-12-09
init: do not eat last char in messages;
Denis Vlasenko
1
-7
/
+7
2008-12-08
optimize 16- and 32-bit moves
Denis Vlasenko
13
-75
/
+95
2008-12-07
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
Denis Vlasenko
4
-59
/
+56
2008-12-07
Fix forgotten license comments
Denis Vlasenko
49
-60
/
+114
2008-12-05
mount: cosmetics, no code changes (verified with objdump -drsx)
Denis Vlasenko
1
-80
/
+58
2008-12-05
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
3
-8
/
+11
2008-12-04
libbb/crypt: code shrink
Denis Vlasenko
2
-31
/
+39
2008-12-04
- -4b and use proper define; add license note
Bernhard Reutner-Fischer
1
-3
/
+5
2008-12-04
clarify which version of crond is known to put tasks in separate pgrps
Denis Vlasenko
1
-2
/
+2
2008-12-04
iproute: fix ipXXX utilities trying to parse their applet name
Denis Vlasenko
1
-1
/
+1
2008-12-04
Fold mkpasswd applet into cryptpw.
Denis Vlasenko
6
-161
/
+132
2008-12-03
iptunnel: fix problems with including linux/ip_tunnel.h
Denis Vlasenko
1
-2
/
+43
2008-12-03
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
8
-20
/
+17
2008-12-03
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
1
-2
/
+1
2008-12-03
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
11
-16
/
+116
2008-12-03
ash: remove TODO which seems to actually work now.
Denis Vlasenko
1
-8
/
+8
2008-12-03
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2
-24
/
+26
2008-12-03
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
1
-67
/
+131
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
11
-94
/
+84
[next]