aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-09-21microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2007-09-10setup_environment: code shrinkDenis Vlasenko
2007-09-08top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko
2007-09-08top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko
2007-09-07overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox
2007-09-05usage: trim a bitDenis Vlasenko
2007-09-05watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko
2007-09-05tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko
2007-09-04tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko
2007-08-29vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko
2007-08-28top: use poll instead of select for waiting on one descriptorDenis Vlasenko
2007-08-26ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko
2007-08-18make standalone httpd work on NOMMU machinesDenis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-08-17httpd shring and logging update, part 1 or 7Denis Vlasenko
2007-08-17remove stray newline from help textDenis Vlasenko
2007-08-16add comments regarding SO_REUSEADDRDenis Vlasenko
2007-08-16Comment out "#include <strings.h>" everywhereDenis Vlasenko
2007-08-15v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko
2007-08-15if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko
2007-08-15dhcpd: make -S and -f actually workDenis Vlasenko
2007-08-14httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko
2007-08-14httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko
2007-08-14udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko
2007-08-13df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko
2007-08-13usage.h: style cleanupDenis Vlasenko
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-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-09ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko
2007-08-06sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis 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-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-07-31start_stop_daemon: NOMMU fix; smaller fixesDenis 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-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-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-24setfiles: small tweaks to usage text and codeDenis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-07-23setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso...Denis Vlasenko