aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-06bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko2-18/+24
2007-08-06patch: fix -p -1 handlingDenis Vlasenko2-3/+8
2007-08-06catv: catv without arguments was trying to use environ as argv.Denis Vlasenko1-3/+6
2007-08-06trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>)Denis Vlasenko1-1/+1
2007-08-06sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko5-10/+20
2007-08-06env: micro-optimizationDenis Vlasenko2-15/+10
2007-08-06setfiles:Denis Vlasenko1-14/+5
2007-08-03less: add a bit more robustness in keyboard reading codeDenis Vlasenko1-1/+3
2007-08-03mount: print errno on NFS error (again)Denis Vlasenko5-20/+31
2007-08-03svlogd: fix timestamping; do not warn if config is missingDenis Vlasenko3-18/+25
2007-08-03ttysize: update copyrightDenis Vlasenko1-1/+6
2007-08-02udhcp: slight shrinkDenis Vlasenko8-72/+69
2007-08-02ttysize: new applet. +200 bytesDenis Vlasenko5-2/+56
2007-08-02start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko5-14/+20
2007-08-01patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko1-3/+3
2007-07-31start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko3-39/+52
2007-07-30addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko2-28/+36
2007-07-30dd: use unsigned printf specifier for # of blocksDenis Vlasenko1-2/+3
2007-07-29dd: fix newly introduced bug (introduced by me)Denis Vlasenko1-1/+1
2007-07-29interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko1-43/+43
2007-07-29ash: comment non-obvious code partDenis Vlasenko1-2/+7
2007-07-27fix for suffix optimization (which was in previous commit)Denis Vlasenko2-1/+2
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko11-25/+25
2007-07-27dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko1-32/+53
2007-07-27passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko2-9/+19
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko7-87/+68
2007-07-26cal: small code shrinkDenis Vlasenko1-55/+50
2007-07-25setfiles: small code size reduction (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko1-58/+9
2007-07-25ps: fix non-desktop ps -ww -- thanks rockeychuDenis Vlasenko1-4/+9
2007-07-25getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychuDenis Vlasenko1-0/+1
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-24od: shrink a bitDenis Vlasenko1-30/+21
2007-07-24setfiles: small tweaks to usage text and codeDenis Vlasenko2-7/+7
2007-07-23zcip: remove stray seed48. It's the only thing which was pulling inDenis Vlasenko1-4/+1
2007-07-23add comment why preferred stack boundary is 4 on i386Denis Vlasenko1-0/+2
2007-07-23chpasswd: rename long options definition to match other applets. no code changesDenis Vlasenko1-2/+2
2007-07-23getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretendingDenis Vlasenko1-7/+4
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-07-23setiles: cosmetics, no real code changesDenis Vlasenko1-5/+3
2007-07-23setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso...Denis Vlasenko5-0/+773
2007-07-21chpasswd: fix indentationDenis Vlasenko1-1/+1
2007-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-07-21fix typo in last commitDenis Vlasenko1-1/+1
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko3-6/+23
2007-07-21chpasswd: fixes for shadow password handlingDenis Vlasenko1-10/+12
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-07-21chpasswd: fixes and code shrinkDenis Vlasenko5-39/+36
2007-07-20chpasswd: now with svn addDenis Vlasenko2-0/+196
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko11-169/+97
2007-07-19stray trailing tabs removedDenis Vlasenko5-11/+11