aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-25top: replace %MEM with %VSZ in header textDenys Vlasenko
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca
2011-01-25top: document a debugging scriptDenys Vlasenko
2011-01-24nicer looking ifdef in libbb/makedev.cDenys Vlasenko
2011-01-24getty: flush _only_ input after switching to the next baud rateDenys Vlasenko
2011-01-24stty: enable line discipline display and change code if __linix__Denys Vlasenko
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko
2011-01-24FreeBSD compat for match_fstypeChris Rees
2011-01-24FreeBSD compat for makedevChris Rees
2011-01-24FreeBSD compatChris Rees
2011-01-24FreeBSD compatChris Rees
2011-01-24stty: make swtch and iutf8 visible/settableDenys Vlasenko
2011-01-24getty: more simplifications; explain how we treat parity nowDenys Vlasenko
2011-01-24getty: simplify code by going to more straignforward G trickDenys Vlasenko
2011-01-24libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko
2011-01-24getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko
2011-01-24getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko
2011-01-22hwclock: implement --systzDavide Cavalca
2011-01-22wc: fix swapped -c and -mDenys Vlasenko
2011-01-22pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko
2011-01-22getty: more correct check for O_RDWRDenys Vlasenko
2011-01-22getty: comment out parity detection code; improve usage textDenys Vlasenko
2011-01-22svlogd: extend usage text. +70 bytesDenys Vlasenko
2011-01-21Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2011-01-21fix compile error on non-x86 architecturesDenys Vlasenko
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko
2011-01-20eliminate aliasing warning in networking/route.cDenys Vlasenko
2011-01-20ifplugd: eliminate aliasing warningsDenys Vlasenko
2011-01-20sighandler_t definition for BSDChris Rees
2011-01-18hush: improve prompt in nested {}s, remove unused in_str->promptme memberDenys Vlasenko
2011-01-18hush: fix "cmd & <newline>" problemDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko
2011-01-17insmod: check for module read errorsDenys Vlasenko
2011-01-17libbb: better comment in parse_dateDenys Vlasenko
2011-01-16move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-13top: add keyboard commands to --helpDenys Vlasenko
2011-01-11httpd: send correct mtime for .gz filesDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2011-01-11lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko
2011-01-10libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko
2011-01-09stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko
2011-01-09getty: fix -i (was ignored)Denys Vlasenko
2011-01-09modprobe-small: support compressed modules in insmodDenys Vlasenko
2011-01-07hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko
2011-01-07suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko