summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-178-11/+11
* Modify method of linking against libs. Now we fisrt try allDenis Vlasenko2007-07-172-11/+54
* fix discrepancy in GPL version number. Pointed out by "Marsh David" <dmarsh@b...Denis Vlasenko2007-07-161-1/+1
* top: nested function allows us to reuse some codeDenis Vlasenko2007-07-152-54/+58
* top: make "100%" case less ugly, and shrink code while at itDenis Vlasenko2007-07-151-20/+42
* top: simpler loadavg processingDenis Vlasenko2007-07-151-14/+10
* top: truncate usernames to 8 charsDenis Vlasenko2007-07-151-1/+1
* grep: implement -m MAX_MATCHES; fix help textDenis Vlasenko2007-07-152-39/+49
* grep: fix buglets with context printingDenis Vlasenko2007-07-151-28/+42
* ash: make "jobs | cat" work like in bash (was giving empty output)Denis Vlasenko2007-07-151-1/+10
* adduser: close /etc/{passwd,shadow} before calling passwd etc.Denis Vlasenko2007-07-141-5/+5
* vi: make status line less confusing when we open non-readable files,Denis Vlasenko2007-07-141-59/+40
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-1440-331/+295
* ash: small size optimizationDenis Vlasenko2007-07-141-33/+33