summaryrefslogtreecommitdiffstats
path: root/usr.bin/stdbuf
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray tabs.jlh2013-01-141-2/+2
| | | | | | Submitted by: kib Approved by: kib (mentor) MFC after: 1 week
* Allow commands without any additional arguments, as stated in thejlh2013-01-141-2/+2
| | | | | | | | | manpage. While here, exit early when there is nothing to do. PR: 168415 Submitted by: Zhihao Yuan (initial version) MFC after: 1 week Approved by: kib (mentor)
* WARNS is now default to 6.delphij2012-09-111-2/+0
|
* 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