aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-22- we already have an impl for manBernhard Reutner-Fischer
2008-12-18Add fancy svn browser thingy (via Lance Albertson of OSL)Bernhard Reutner-Fischer
2008-12-18Update links to new site locations (via Lance Albertson at OSL)Bernhard Reutner-Fischer
2008-12-15ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars caseDenis Vlasenko
2008-12-14expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko
2008-12-14watchdog: build fixes, no code changesDenis Vlasenko
2008-12-12header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko
2008-12-10libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko
2008-12-10ash: printf builtin with no arguments should not exitDenis Vlasenko
2008-12-10mount: make it more readableDenis Vlasenko
2008-12-10placate Rob's qualms about mount.cDenis Vlasenko
2008-12-10add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko
2008-12-10bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko
2008-12-09syslogd: comment out file locking;Denis Vlasenko
2008-12-09init: do not eat last char in messages;Denis Vlasenko
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko
2008-12-07libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-12-05mount: cosmetics, no code changes (verified with objdump -drsx)Denis Vlasenko
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko
2008-12-04libbb/crypt: code shrinkDenis Vlasenko
2008-12-04- -4b and use proper define; add license noteBernhard Reutner-Fischer
2008-12-04clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko
2008-12-04iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko
2008-12-04Fold mkpasswd applet into cryptpw.Denis Vlasenko
2008-12-03iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-03- remove superfluous comment from previous commitBernhard Reutner-Fischer
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-12-03ash: remove TODO which seems to actually work now.Denis Vlasenko
2008-12-03crond: use bb_setpgrp, not setpgrpDenis Vlasenko
2008-12-03ash: finally installed it as /bin/sh on my machine.Denis Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-12-02crond: put tasks in separate process groupsDenis Vlasenko
2008-12-02vconfig: style fix, no code changesDenis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-12-01...and exclude LC_ALL tooDenis Vlasenko
2008-12-01build system: fix sorting + locale in make objsizesDenis Vlasenko
2008-11-30volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytesDenis Vlasenko
2008-11-29init: O_NONBLOCK needs more thought. reverted for nowDenis Vlasenko
2008-11-29mountpoint: add -n option (by Vladimir)Denis Vlasenko
2008-11-29inotifyd: save resourses by closing unused inotify descriptorsDenis Vlasenko
2008-11-29acpid: new applet by Vladimir. +737 bytesDenis Vlasenko
2008-11-29Announce 1.13.1 and 1.12.3Denis Vlasenko
2008-11-28ash: add FIXMEDenis Vlasenko
2008-11-28ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"Denis Vlasenko
2008-11-28ash: shrink on top of previous changeDenis Vlasenko
2008-11-28ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko