aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer2009-01-091-1/+1
* do not whine if /sys/block does not exist ... embedded systems dont need stin...Mike Frysinger2009-01-081-1/+1
* sysctl: fix another corner case with "dots and slashes"Denis Vlasenko2009-01-081-2/+8
* printf: make integer format strings print long long-sized values.Denis Vlasenko2009-01-041-53/+65
* udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko2009-01-017-186/+194
* website: announce 1.13.2 amd 1.12.4Denis Vlasenko2008-12-311-0/+15
* dc: fix the "base 2" patch omission of base not being setDenis Vlasenko2008-12-301-1/+3
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-307-57/+65
* sysctl: fix gcc warning (false positive)Denis Vlasenko2008-12-291-2/+3
* unexpand: fix incorrect expansion, add test for itDenis Vlasenko2008-12-262-39/+57
* s/an user/a user/Denis Vlasenko2008-12-251-2/+2
* *: tweak error messagesDenis Vlasenko2008-12-243-147/+137
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-239-13/+26
* - we already have an impl for manBernhard Reutner-Fischer2008-12-221-8/+0
* Add fancy svn browser thingy (via Lance Albertson of OSL)Bernhard Reutner-Fischer2008-12-182-0/+200
* Update links to new site locations (via Lance Albertson at OSL)Bernhard Reutner-Fischer2008-12-185-32/+32
* ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars caseDenis Vlasenko2008-12-151-10/+15
* expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2008-12-142-34/+41
* watchdog: build fixes, no code changesDenis Vlasenko2008-12-141-2/+7
* header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko2008-12-123-4/+76
* libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2008-12-102-4/+2
* ash: printf builtin with no arguments should not exitDenis Vlasenko2008-12-101-1/+8
* mount: make it more readableDenis Vlasenko2008-12-101-16/+11
* placate Rob's qualms about mount.cDenis Vlasenko2008-12-101-40/+40
* add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko2008-12-101-1/+3
* bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2008-12-102-7/+42
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-105-6/+21
* syslogd: comment out file locking;Denis Vlasenko2008-12-091-33/+46
* init: do not eat last char in messages;Denis Vlasenko2008-12-091-7/+7
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-0813-75/+95
* libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko2008-12-074-59/+56
* Fix forgotten license commentsDenis Vlasenko2008-12-0749-60/+114
* mount: cosmetics, no code changes (verified with objdump -drsx)Denis Vlasenko2008-12-051-80/+58
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-053-8/+11
* libbb/crypt: code shrinkDenis Vlasenko2008-12-042-31/+39
* - -4b and use proper define; add license noteBernhard Reutner-Fischer2008-12-041-3/+5
* clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko2008-12-041-2/+2
* iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko2008-12-041-1/+1
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-046-161/+132
* iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko2008-12-031-2/+43
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-038-20/+17
* - remove superfluous comment from previous commitBernhard Reutner-Fischer2008-12-031-2/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-0311-16/+116
* ash: remove TODO which seems to actually work now.Denis Vlasenko2008-12-031-8/+8
* crond: use bb_setpgrp, not setpgrpDenis Vlasenko2008-12-032-24/+26
* ash: finally installed it as /bin/sh on my machine.Denis Vlasenko2008-12-031-67/+131
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-0211-94/+84
* crond: put tasks in separate process groupsDenis Vlasenko2008-12-021-0/+4
* vconfig: style fix, no code changesDenis Vlasenko2008-12-021-5/+6
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-0219-49/+52