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
path:
root
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2008-12-02
crond: put tasks in separate process groups
Denis Vlasenko
1
-0
/
+4
2008-12-02
vconfig: style fix, no code changes
Denis Vlasenko
1
-5
/
+6
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
19
-49
/
+52
2008-12-01
...and exclude LC_ALL too
Denis Vlasenko
1
-1
/
+1
2008-12-01
build system: fix sorting + locale in make objsizes
Denis Vlasenko
1
-1
/
+1
2008-11-30
volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes
Denis Vlasenko
3
-66
/
+68
2008-11-29
init: O_NONBLOCK needs more thought. reverted for now
Denis Vlasenko
1
-2
/
+3
2008-11-29
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2
-39
/
+46
2008-11-29
inotifyd: save resourses by closing unused inotify descriptors
Denis Vlasenko
1
-4
/
+3
2008-11-29
acpid: new applet by Vladimir. +737 bytes
Denis Vlasenko
6
-2
/
+210
2008-11-29
Announce 1.13.1 and 1.12.3
Denis Vlasenko
1
-0
/
+17
2008-11-28
ash: add FIXME
Denis Vlasenko
1
-2
/
+7
2008-11-28
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
1
-1
/
+1
2008-11-28
ash: shrink on top of previous change
Denis Vlasenko
1
-111
/
+128
2008-11-28
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
3
-29
/
+56
2008-11-25
remove a few superfluous includes
Denis Vlasenko
4
-4
/
+0
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
9
-14
/
+25
2008-11-25
ash: fix bad interaction between ash -c '....&' and bash compat
Denis Vlasenko
1
-2
/
+6
2008-11-24
timeout: fix a few bugs. vda is stupid
Denis Vlasenko
1
-115
/
+2
2008-11-24
trim help text a bit
Denis Vlasenko
2
-3
/
+3
2008-11-24
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
8
-4
/
+247
2008-11-24
vi: speedup and code shrink (Walter Harms)
Denis Vlasenko
3
-34
/
+32
2008-11-23
strings: code shrink -22 bytes by Tito
Denis Vlasenko
1
-5
/
+4
2008-11-23
diff: emit /dev/null if diff -rN diffs a file against /dev/null
Denis Vlasenko
1
-9
/
+7
2008-11-22
- documentation fix
Bernhard Reutner-Fischer
1
-1
/
+1
2008-11-22
httpd: set $HOST to Host: header value. +83 bytes.
Denis Vlasenko
1
-0
/
+5
2008-11-22
modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)
Denis Vlasenko
1
-21
/
+13
2008-11-22
networking/interface.c: better readability (by Walter Harms)
Denis Vlasenko
2
-76
/
+86
2008-11-22
tftpd: can also have TFTP_DEBUG
Denis Vlasenko
1
-1
/
+1
[next]