]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r234772:
authorjlh <jlh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 8 May 2012 19:33:31 +0000 (19:33 +0000)
committerjlh <jlh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 8 May 2012 19:33:31 +0000 (19:33 +0000)
commit77bd11d3a4a84b59d42fc7d9c0cdb408ac380d0e
tree43581c40eaa0de2a0f7bb29ca886de489671ef9e
parent0b63e7e8c0cfee6d515a60f1e9fd386ac2963aa6
MFC r234772:
  Import stdbuf(1) and the shared library it relies on.
  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

MFC r234773:
  Fix small documentation mistakes.

  Submitted by: brueffer
  Approved by: kib (mentor)

MFC r234779:
  Use standard getopt(3) error message.

  Submitted by: jilles
  Approved by: kib (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@235141 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/Makefile
lib/libc/stdio/setbuf.3
lib/libstdbuf/Makefile [new file with mode: 0644]
lib/libstdbuf/libstdbuf.3 [new file with mode: 0644]
lib/libstdbuf/stdbuf.c [new file with mode: 0644]
usr.bin/Makefile
usr.bin/stdbuf/Makefile [new file with mode: 0644]
usr.bin/stdbuf/stdbuf.1 [new file with mode: 0644]
usr.bin/stdbuf/stdbuf.c [new file with mode: 0644]