aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-12adduser: allow adding to group 0; don't _create_ /etc/shadow,Denis Vlasenko1-13/+15
2009-01-12mdev: fix breakage caused by unified parser usageDenis Vlasenko2-2/+19
2009-01-10- use https for bugzilla URLsBernhard Reutner-Fischer4-5/+5
2009-01-09- isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer1-1/+1
2009-01-08do not whine if /sys/block does not exist ... embedded systems dont need stin...Mike Frysinger1-1/+1
2009-01-08sysctl: fix another corner case with "dots and slashes"Denis Vlasenko1-2/+8
2009-01-04printf: make integer format strings print long long-sized values.Denis Vlasenko1-53/+65
2009-01-01udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko7-186/+194
2008-12-31website: announce 1.13.2 amd 1.12.4Denis Vlasenko1-0/+15
2008-12-30dc: fix the "base 2" patch omission of base not being setDenis Vlasenko1-1/+3
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko7-57/+65
2008-12-29sysctl: fix gcc warning (false positive)Denis Vlasenko1-2/+3
2008-12-26unexpand: fix incorrect expansion, add test for itDenis Vlasenko2-39/+57
2008-12-25s/an user/a user/Denis Vlasenko1-2/+2
2008-12-24*: tweak error messagesDenis Vlasenko3-147/+137
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko9-13/+26
2008-12-22- we already have an impl for manBernhard Reutner-Fischer1-8/+0
2008-12-18Add fancy svn browser thingy (via Lance Albertson of OSL)Bernhard Reutner-Fischer2-0/+200
2008-12-18Update links to new site locations (via Lance Albertson at OSL)Bernhard Reutner-Fischer5-32/+32
2008-12-15ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars caseDenis Vlasenko1-10/+15
2008-12-14expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2-34/+41
2008-12-14watchdog: build fixes, no code changesDenis Vlasenko1-2/+7
2008-12-12header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko3-4/+76
2008-12-10libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2-4/+2
2008-12-10ash: printf builtin with no arguments should not exitDenis Vlasenko1-1/+8
2008-12-10mount: make it more readableDenis Vlasenko1-16/+11
2008-12-10placate Rob's qualms about mount.cDenis Vlasenko1-40/+40
2008-12-10add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko1-1/+3
2008-12-10bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2-7/+42
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko5-6/+21
2008-12-09syslogd: comment out file locking;Denis Vlasenko1-33/+46
2008-12-09init: do not eat last char in messages;Denis Vlasenko1-7/+7
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko13-75/+95
2008-12-07libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko4-59/+56
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-12-05mount: cosmetics, no code changes (verified with objdump -drsx)Denis Vlasenko1-80/+58
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko3-8/+11
2008-12-04libbb/crypt: code shrinkDenis Vlasenko2-31/+39
2008-12-04- -4b and use proper define; add license noteBernhard Reutner-Fischer1-3/+5
2008-12-04clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko1-2/+2
2008-12-04iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko1-1/+1
2008-12-04Fold mkpasswd applet into cryptpw.Denis Vlasenko6-161/+132
2008-12-03iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko1-2/+43
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko8-20/+17
2008-12-03- remove superfluous comment from previous commitBernhard Reutner-Fischer1-2/+1
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer11-16/+116
2008-12-03ash: remove TODO which seems to actually work now.Denis Vlasenko1-8/+8
2008-12-03crond: use bb_setpgrp, not setpgrpDenis Vlasenko2-24/+26
2008-12-03ash: finally installed it as /bin/sh on my machine.Denis Vlasenko1-67/+131
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84