aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko
2007-08-12syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko
2007-08-12httpd: sendfile supportDenis Vlasenko
2007-08-12fix out-of-source-tree buildDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-11httpd: CGI Status: header fixDenis Vlasenko
2007-08-11httpd: add support for Status: CGI headerDenis Vlasenko
2007-08-11httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko
2007-08-09ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko
2007-08-09stat: fix option -Z segv (bug 1454)Denis Vlasenko
2007-08-09udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/Denis Vlasenko
2007-08-06bb_uudecode: now this is the more thorough fix... I hope...Denis Vlasenko
2007-08-06bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko
2007-08-06patch: fix -p -1 handlingDenis Vlasenko
2007-08-06catv: catv without arguments was trying to use environ as argv.Denis Vlasenko
2007-08-06trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>)Denis Vlasenko
2007-08-06sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko
2007-08-06env: micro-optimizationDenis Vlasenko
2007-08-06setfiles:Denis Vlasenko
2007-08-03less: add a bit more robustness in keyboard reading codeDenis Vlasenko
2007-08-03mount: print errno on NFS error (again)Denis Vlasenko
2007-08-03svlogd: fix timestamping; do not warn if config is missingDenis Vlasenko
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