index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-10-21
tail: free tailbuf upon cleaning up
Alexander Shishkin
2010-10-21
stat: remove superfluous setXXent() calls, plug memory leak
Alexander Shishkin
2010-10-20
ntpd: fix usage text and a typo in constant name
Leonid Lisovskiy
2010-10-20
udhcpc: exit if iface disappeared; use correct MAC if it changes
Denys Vlasenko
2010-10-20
udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf
Denys Vlasenko
2010-10-20
udhcpc: periodically reread our ifindex and mac
Denys Vlasenko
2010-10-20
udhcpc: emit maxsize option in all non-NAK type packets
Denys Vlasenko
2010-10-20
dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
Denys Vlasenko
2010-10-20
udhcpc: better help text
Denys Vlasenko
2010-10-20
add/remove-shell: use O_TRUNC instead of O_EXCL
Denys Vlasenko
2010-10-20
add-shell, remove-shell: new applets
Alexander Shishkin
2010-10-20
*: s/open3_or_warn/open_or_warn/ where makes sense
Denys Vlasenko
2010-10-20
udhcpc: remove now-unneeded definitions of vendor and client-id opts
Denys Vlasenko
2010-10-20
udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...
Denys Vlasenko
2010-10-20
udhcpc: move usage text to .c file. no code changes
Denys Vlasenko
2010-10-19
dmesg: more correct skipping of <N>; use faster putchar for most output
Denys Vlasenko
2010-10-19
klogd: do not log partial lines
Denys Vlasenko
2010-10-19
mkmakefile: make 3.82 fix
Thomas Chou
2010-10-19
md5: remove outdated comment
Denys Vlasenko
2010-10-19
libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256
Denys Vlasenko
2010-10-18
nanddump: make oobbuf allocation dynamic
Baruch Siach
2010-10-18
hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes
Denys Vlasenko
2010-10-18
libbb/hash_sha.c -> libbb/hash_md5_sha.c
Denys Vlasenko
2010-10-18
libbb: move md5 and shaN into a common source file. no code changes
Denys Vlasenko
2010-10-18
md5: length should be stored in *little-endian* order! fixing...
Denys Vlasenko
2010-10-18
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Denys Vlasenko
2010-10-18
*: use SWAP_BE64 instead of open-coding it
Denys Vlasenko
2010-10-18
libbb: rename hash source files. no code changes
Denys Vlasenko
2010-10-18
sort: -o FILE should create/truncate FILE
Denys Vlasenko
2010-10-18
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
nanddump: new applet
Baruch Siach
2010-10-18
cpio: avoid 'not created: newer or same age file exists' message for dirs
Pascal Bellard
2010-10-18
depmod: accept and ignore -u, -q, -C FILE
Pascal Bellard
2010-10-18
touch: update help text
Pascal Bellard
2010-10-17
md5: fix biuld failure on big-endian machines
Denys Vlasenko
2010-10-17
docs: Sync up AUTHORS and busybox_footer.pod
Kevin Cernekee
2010-10-17
docs: Change CVS references to Git
Kevin Cernekee
2010-10-17
typo fix
Denys Vlasenko
2010-10-17
seq: exit on write errors
Denys Vlasenko
2010-10-17
udhcpc: fix OPTION_IP_PAIR parsing
Vladislav Grishenko
2010-10-17
md5: code shrink -5 bytes
Denys Vlasenko
2010-10-17
bring md5 and sha1 names closer. no code changes
Denys Vlasenko
2010-10-17
md5: code shrink
Denys Vlasenko
2010-10-17
shaN: code shrink
Denys Vlasenko
2010-10-16
whitespace fix
Denys Vlasenko
2010-10-16
sha512: inline rotr64
Denys Vlasenko
2010-10-16
shaN: small code shrink
Denys Vlasenko
2010-10-16
md5: fix "fast" md5 broken by prev commit
Denys Vlasenko
2010-10-16
testsuite: add tests for {ms5,shaN}sum
Denys Vlasenko
2010-10-16
md5: code shrink; and use 64-byte temp buf, not 128-byte.
Denys Vlasenko
[next]