aboutsummaryrefslogtreecommitdiff
path: root/util-linux (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-27iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy2-9/+28
2017-10-27time: fix build for toolchains without O_CLOEXECDenys Vlasenko1-0/+5
2017-10-27unlzma: fix SEGV, closes 10436Denys Vlasenko1-1/+5
2017-10-22bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko1-11/+19
2017-10-22hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko5-4/+47
2017-10-22lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devicesMarkus Gothe1-2/+7
2017-10-12whitespace fixesDenys Vlasenko1-3/+3
2017-10-12typo fixDenys Vlasenko1-1/+1
2017-10-12ash: survive failures in $PS1 expansion. Closes 10371Denys Vlasenko1-1/+18
2017-10-12lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi1-24/+64
2017-10-05sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko1-1/+7
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko15-18/+30
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko28-38/+22
2017-10-05do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko2-7/+0
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko129-241/+115
2017-10-05free: no longer include common_bufsiz.hDenys Vlasenko1-1/+0
2017-10-05free: make it NOFORKDenys Vlasenko2-29/+24
2017-10-05date: maybe_set_utc only onceDenys Vlasenko1-4/+3
2017-10-05i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman1-13/+27
2017-09-29use %m printf specifier where appropriateDenys Vlasenko9-19/+25
2017-09-29udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko3-5/+10
2017-09-29udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko5-16/+37
2017-09-29udhcpc[6]: initialize entire sockaddr_llDenys Vlasenko4-0/+14
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko96-246/+158
2017-09-18ip,ip*: make them NOEXECDenys Vlasenko2-14/+14
2017-09-18update NOFORK_NOEXEC.lstDenys Vlasenko1-0/+6
2017-09-18httpd: fix handling of range requestsDenys Vlasenko1-1/+1
2017-09-18stty: add cmspar, flusho, extproc attributesDenys Vlasenko1-2/+20
2017-09-15netcat: net applet (alias to nc)Denys Vlasenko1-4/+13
2017-09-15Clarify OPOST bit meaningDenys Vlasenko1-3/+3
2017-09-15less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko5-49/+54
2017-09-15hexedit: code shrinkDenys Vlasenko1-10/+9
2017-09-15hexedit: fixes to "goto address" codeDenys Vlasenko1-20/+40
2017-09-14hexedit: position in correct column on "goto" commandDenys Vlasenko1-2/+4
2017-09-14hexedit: code shrinkDenys Vlasenko1-4/+5
2017-09-14hexdump: code shrinkDenys Vlasenko1-16/+16
2017-09-14hexedit: implement "[enter] goto offset" keyDenys Vlasenko2-27/+56
2017-09-14hexedit: restore screen on exitDenys Vlasenko2-28/+53
2017-09-14hexedit: optimize output bufferingDenys Vlasenko1-7/+12
2017-09-13hexedit: implement page up/downDenys Vlasenko1-1/+13
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko10-29/+41
2017-09-13hexedit: smarter redrawDenys Vlasenko1-26/+41
2017-09-13hexedit: new appletDenys Vlasenko2-1/+358
2017-09-12networking/interface.c: remove superfluous "& 0377"Denys Vlasenko1-4/+3