aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-025-14/+20
* patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko2007-08-011-3/+3
* start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko2007-07-313-39/+52
* addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko2007-07-302-28/+36
* dd: use unsigned printf specifier for # of blocksDenis Vlasenko2007-07-301-2/+3
* dd: fix newly introduced bug (introduced by me)Denis Vlasenko2007-07-291-1/+1
* interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko2007-07-291-43/+43
* ash: comment non-obvious code partDenis Vlasenko2007-07-291-2/+7
* fix for suffix optimization (which was in previous commit)Denis Vlasenko2007-07-272-1/+2
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-2711-25/+25
* dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko2007-07-271-32/+53
* passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko2007-07-272-9/+19
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-277-87/+68
* cal: small code shrinkDenis Vlasenko2007-07-261-55/+50
* setfiles: small code size reduction (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-07-251-58/+9
* ps: fix non-desktop ps -ww -- thanks rockeychuDenis Vlasenko2007-07-251-4/+9
* getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychuDenis Vlasenko2007-07-251-0/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-2443-340/+352
* od: shrink a bitDenis Vlasenko2007-07-241-30/+21
* setfiles: small tweaks to usage text and codeDenis Vlasenko2007-07-242-7/+7
* zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko2007-07-231-4/+1
* add comment why preferred stack boundary is 4 on i386Denis Vlasenko2007-07-231-0/+2
* chpasswd: rename long options definition to match other applets. no code changesDenis Vlasenko2007-07-231-2/+2
* getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretendingDenis Vlasenko2007-07-231-7/+4
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-2322-250/+255
* setiles: cosmetics, no real code changesDenis Vlasenko2007-07-231-5/+3
* setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso...Denis Vlasenko2007-07-235-0/+773
* chpasswd: fix indentationDenis Vlasenko2007-07-211-1/+1
* style fix (stray space before ';')Denis Vlasenko2007-07-2128-58/+58
* fix typo in last commitDenis Vlasenko2007-07-211-1/+1
* Three patches from FreeWRT peopleDenis Vlasenko2007-07-213-6/+23
* chpasswd: fixes for shadow password handlingDenis Vlasenko2007-07-211-10/+12
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-2118-45/+28
* chpasswd: fixes and code shrinkDenis Vlasenko2007-07-215-39/+36
* chpasswd: now with svn addDenis Vlasenko2007-07-202-0/+196
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-2011-169/+97
* stray trailing tabs removedDenis Vlasenko2007-07-195-11/+11
* ifup/ifdown: make location of ifstate configurableDenis Vlasenko2007-07-193-3/+16
* vi: comment out dead codeDenis Vlasenko2007-07-181-5/+5
* Trim help text. With compressed help: -143 bytesDenis Vlasenko2007-07-181-114/+113
* ash: fix SEGV in forkchild (jp can be NULL). here documents were affected.Denis Vlasenko2007-07-181-1/+2
* fix unpacker testsuite to match actual outputDenis Vlasenko2007-07-181-1/+1
* awk: actually do "svn add" for testsuiteDenis Vlasenko2007-07-181-0/+20
* awk: fix -F 'regex' bug (miscounted fields if last field is empty)Denis Vlasenko2007-07-181-17/+25
* awk: style fixes; remove one xstrdup/free pair; testsuiteDenis Vlasenko2007-07-181-13/+17
* vi: style fixletDenis Vlasenko2007-07-171-1/+2
* fix typo in prev commit :(Denis Vlasenko2007-07-171-1/+1
* vi: s/argv[0]/applet_name/Denis Vlasenko2007-07-171-1/+1
* vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com>Denis Vlasenko2007-07-171-193/+166
* ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko2007-07-171-1/+1