index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-12-10
bb_info_msg: make it do atomic, unbuffered writes
Denis Vlasenko
2008-12-10
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-09
syslogd: comment out file locking;
Denis Vlasenko
2008-12-09
init: do not eat last char in messages;
Denis Vlasenko
2008-12-08
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-07
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
Denis Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-12-05
mount: cosmetics, no code changes (verified with objdump -drsx)
Denis Vlasenko
2008-12-05
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-04
libbb/crypt: code shrink
Denis Vlasenko
2008-12-04
- -4b and use proper define; add license note
Bernhard Reutner-Fischer
2008-12-04
clarify which version of crond is known to put tasks in separate pgrps
Denis Vlasenko
2008-12-04
iproute: fix ipXXX utilities trying to parse their applet name
Denis Vlasenko
2008-12-04
Fold mkpasswd applet into cryptpw.
Denis Vlasenko
2008-12-03
iptunnel: fix problems with including linux/ip_tunnel.h
Denis Vlasenko
2008-12-03
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
2008-12-03
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-03
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-12-02
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
crond: put tasks in separate process groups
Denis Vlasenko
2008-12-02
vconfig: style fix, no code changes
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-01
...and exclude LC_ALL too
Denis Vlasenko
2008-12-01
build system: fix sorting + locale in make objsizes
Denis Vlasenko
2008-11-30
volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes
Denis Vlasenko
2008-11-29
init: O_NONBLOCK needs more thought. reverted for now
Denis Vlasenko
2008-11-29
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2008-11-29
inotifyd: save resourses by closing unused inotify descriptors
Denis Vlasenko
2008-11-29
acpid: new applet by Vladimir. +737 bytes
Denis Vlasenko
2008-11-29
Announce 1.13.1 and 1.12.3
Denis Vlasenko
2008-11-28
ash: add FIXME
Denis Vlasenko
2008-11-28
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
2008-11-28
ash: shrink on top of previous change
Denis Vlasenko
2008-11-28
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-25
remove a few superfluous includes
Denis Vlasenko
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
ash: fix bad interaction between ash -c '....&' and bash compat
Denis Vlasenko
2008-11-24
timeout: fix a few bugs. vda is stupid
Denis Vlasenko
2008-11-24
trim help text a bit
Denis Vlasenko
2008-11-24
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
2008-11-24
vi: speedup and code shrink (Walter Harms)
Denis Vlasenko
2008-11-23
strings: code shrink -22 bytes by Tito
Denis Vlasenko
2008-11-23
diff: emit /dev/null if diff -rN diffs a file against /dev/null
Denis Vlasenko
2008-11-22
- documentation fix
Bernhard Reutner-Fischer
2008-11-22
httpd: set $HOST to Host: header value. +83 bytes.
Denis Vlasenko
2008-11-22
modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)
Denis Vlasenko
2008-11-22
networking/interface.c: better readability (by Walter Harms)
Denis Vlasenko
[next]