aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko1-9/+8
2011-01-24FreeBSD compat for match_fstypeChris Rees1-1/+2
2011-01-24FreeBSD compat for makedevChris Rees1-2/+8
2011-01-24FreeBSD compatChris Rees2-6/+12
2011-01-24FreeBSD compatChris Rees3-1/+13
2011-01-24stty: make swtch and iutf8 visible/settableDenys Vlasenko1-0/+13
2011-01-24getty: more simplifications; explain how we treat parity nowDenys Vlasenko1-95/+93
2011-01-24getty: simplify code by going to more straignforward G trickDenys Vlasenko1-275/+121
2011-01-24libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2-9/+15
2011-01-24getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko1-9/+12
2011-01-24getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko1-30/+20
2011-01-22hwclock: implement --systzDavide Cavalca2-24/+59
2011-01-22wc: fix swapped -c and -mDenys Vlasenko1-8/+8
2011-01-22pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko1-1/+1
2011-01-22getty: more correct check for O_RDWRDenys Vlasenko1-1/+1
2011-01-22getty: comment out parity detection code; improve usage textDenys Vlasenko1-40/+72
2011-01-22svlogd: extend usage text. +70 bytesDenys Vlasenko2-7/+17
2011-01-21fix compile error on non-x86 architecturesDenys Vlasenko1-3/+4
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2-12/+16
2011-01-20eliminate aliasing warning in networking/route.cDenys Vlasenko2-36/+41
2011-01-20ifplugd: eliminate aliasing warningsDenys Vlasenko1-10/+14
2011-01-20sighandler_t definition for BSDChris Rees1-0/+6
2011-01-18hush: improve prompt in nested {}s, remove unused in_str->promptme memberDenys Vlasenko1-21/+11
2011-01-18hush: fix "cmd & <newline>" problemDenys Vlasenko1-5/+16
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2011-01-18disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko5-11/+14
2011-01-17insmod: check for module read errorsDenys Vlasenko2-2/+5
2011-01-17libbb: better comment in parse_dateDenys Vlasenko1-1/+7
2011-01-16move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa3-19/+17
2011-01-16remove a few aliasing warningsDenys Vlasenko2-2/+2
2011-01-16remove a few aliasing warningsDenys Vlasenko2-2/+2
2011-01-13top: add keyboard commands to --helpDenys Vlasenko2-8/+29
2011-01-11httpd: send correct mtime for .gz filesDenys Vlasenko1-0/+1
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko5-10/+11
2011-01-11lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko1-1/+2
2011-01-10libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko1-16/+4
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2-28/+13
2011-01-09stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko1-6/+3
2011-01-09getty: fix -i (was ignored)Denys Vlasenko2-85/+67
2011-01-09modprobe-small: support compressed modules in insmodDenys Vlasenko1-2/+4
2011-01-07hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko1-1/+10
2011-01-07suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko1-1/+3
2011-01-05mkswap: selinux build fixDenys Vlasenko1-1/+1
2011-01-04tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko1-0/+19
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko2-1/+19
2011-01-03kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko1-1/+16
2011-01-03kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko1-10/+19
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2-3/+16
2010-12-31date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev2-1/+16
2010-12-31su: document -l in --help text. Closes bug 2761Denys Vlasenko2-9/+10