aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-03ttysize: update copyrightDenis Vlasenko
2007-08-02udhcp: slight shrinkDenis Vlasenko
2007-08-02ttysize: new applet. +200 bytesDenis Vlasenko
2007-08-02start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko
2007-08-01patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko
2007-07-31start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko
2007-07-30addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko
2007-07-30dd: use unsigned printf specifier for # of blocksDenis Vlasenko
2007-07-29dd: fix newly introduced bug (introduced by me)Denis Vlasenko
2007-07-29interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko
2007-07-29ash: comment non-obvious code partDenis Vlasenko
2007-07-27fix for suffix optimization (which was in previous commit)Denis Vlasenko
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko
2007-07-27dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko
2007-07-27passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko
2007-07-26cal: small code shrinkDenis Vlasenko
2007-07-25setfiles: small code size reduction (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko
2007-07-25ps: fix non-desktop ps -ww -- thanks rockeychuDenis Vlasenko
2007-07-25getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychuDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-24od: shrink a bitDenis Vlasenko
2007-07-24setfiles: small tweaks to usage text and codeDenis Vlasenko
2007-07-23zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko
2007-07-23add comment why preferred stack boundary is 4 on i386Denis Vlasenko
2007-07-23chpasswd: rename long options definition to match other applets. no code changesDenis Vlasenko
2007-07-23getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretendingDenis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-07-23setiles: cosmetics, no real code changesDenis Vlasenko
2007-07-23setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso...Denis Vlasenko
2007-07-21chpasswd: fix indentationDenis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-07-21fix typo in last commitDenis Vlasenko
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko
2007-07-21chpasswd: fixes for shadow password handlingDenis Vlasenko
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko
2007-07-21chpasswd: fixes and code shrinkDenis Vlasenko
2007-07-20chpasswd: now with svn addDenis Vlasenko
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko
2007-07-19stray trailing tabs removedDenis Vlasenko
2007-07-19ifup/ifdown: make location of ifstate configurableDenis Vlasenko
2007-07-18vi: comment out dead codeDenis Vlasenko
2007-07-18Trim help text. With compressed help: -143 bytesDenis Vlasenko
2007-07-18ash: fix SEGV in forkchild (jp can be NULL). here documents were affected.Denis Vlasenko
2007-07-18fix unpacker testsuite to match actual outputDenis Vlasenko
2007-07-18awk: actually do "svn add" for testsuiteDenis Vlasenko
2007-07-18awk: fix -F 'regex' bug (miscounted fields if last field is empty)Denis Vlasenko
2007-07-18awk: style fixes; remove one xstrdup/free pair; testsuiteDenis Vlasenko
2007-07-17vi: style fixletDenis Vlasenko
2007-07-17fix typo in prev commit :(Denis Vlasenko