summaryrefslogtreecommitdiffstats
path: root/usr.bin/stdbuf
Commit message (Collapse)AuthorAgeFilesLines
* Remove end of line whitespace.joel2012-05-121-1/+1
|
* Always define LD_32_PRELOAD so it works for 32 bits binaries onjlh2012-05-081-1/+12
| | | | | | | | | | | | 64 bits platforms. Let rtld(1) decide if it needs to honor it or not. While here, fix a small bug in error reporting when asprintf(3) returns an error. Submitted by: kib Reviewed by: kib (mentor) MFC after: 1 week
* Use standard getopt(3) error message.jlh2012-04-291-6/+1
| | | | | Submitted by: jilles Approved by: kib (mentor)
* Import stdbuf(1) and the shared library it relies on.jlh2012-04-283-0/+228
This tool changes the default buffering behaviour of standard stdio streams. It only works on dynamic binaries. To make it work for static ones it would require cluttering stdio because there no single entry point. PR: 166660 Reviewed by: current@, jhb Approved by: kib (mentor) MFC after: 1 week
OpenPOWER on IntegriCloud