Age | Commit message (Expand) | Author |
2009-01-24 | traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP | Denis Vlasenko |
2009-01-24 | traceroute: preparatory trivial cleanups | Denis Vlasenko |
2009-01-23 | tunctl: new applet by Vladimir | Denis Vlasenko |
2009-01-22 | - add CONFIG_EXTRA_CFLAGS (thanks to keesj) | Bernhard Reutner-Fischer |
2009-01-20 | tar: stop changing net tarfile's mode, GNU tar doesn't do it | Denis Vlasenko |
2009-01-19 | uname: use wider integer for option bits | Denis Vlasenko |
2009-01-19 | uname: add support for -i and -o, fix printing of unknown -p | Denis Vlasenko |
2009-01-14 | dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized | Denis Vlasenko |
2009-01-13 | libbb: shrink linked list ops (by xmaks AT email.cz) | Denis Vlasenko |
2009-01-12 | depmod: fix -b option (by timo.teras AT iki.fi) | Denis Vlasenko |
2009-01-12 | adduser: allow adding to group 0; don't _create_ /etc/shadow, | Denis Vlasenko |
2009-01-12 | mdev: fix breakage caused by unified parser usage | Denis Vlasenko |
2009-01-10 | - use https for bugzilla URLs | Bernhard Reutner-Fischer |
2009-01-09 | - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot | Bernhard Reutner-Fischer |
2009-01-08 | do not whine if /sys/block does not exist ... embedded systems dont need stin... | Mike Frysinger |
2009-01-08 | sysctl: fix another corner case with "dots and slashes" | Denis Vlasenko |
2009-01-04 | printf: make integer format strings print long long-sized values. | Denis Vlasenko |
2009-01-01 | udhcpd: disable opton to have absolute lease times in lease file | Denis Vlasenko |
2008-12-31 | website: announce 1.13.2 amd 1.12.4 | Denis Vlasenko |
2008-12-30 | dc: fix the "base 2" patch omission of base not being set | Denis Vlasenko |
2008-12-30 | libbb: add bb_unsetenv (taken from hush). | Denis Vlasenko |
2008-12-29 | sysctl: fix gcc warning (false positive) | Denis Vlasenko |
2008-12-26 | unexpand: fix incorrect expansion, add test for it | Denis Vlasenko |
2008-12-25 | s/an user/a user/ | Denis Vlasenko |
2008-12-24 | *: tweak error messages | Denis Vlasenko |
2008-12-23 | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko |
2008-12-22 | - we already have an impl for man | Bernhard Reutner-Fischer |
2008-12-18 | Add fancy svn browser thingy (via Lance Albertson of OSL) | Bernhard Reutner-Fischer |
2008-12-18 | Update links to new site locations (via Lance Albertson at OSL) | Bernhard Reutner-Fischer |
2008-12-15 | ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case | Denis Vlasenko |
2008-12-14 | expand: fix incorrect expansion exactly on tab boundary; shrink the code | Denis Vlasenko |
2008-12-14 | watchdog: build fixes, no code changes | Denis Vlasenko |
2008-12-12 | header_verbose_list: show off_t size, not cast to (unsigned) | Denis Vlasenko |
2008-12-10 | libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ | Denis Vlasenko |
2008-12-10 | ash: printf builtin with no arguments should not exit | Denis Vlasenko |
2008-12-10 | mount: make it more readable | Denis Vlasenko |
2008-12-10 | placate Rob's qualms about mount.c | Denis Vlasenko |
2008-12-10 | add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 | Denis Vlasenko |
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 |