]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r234772:
authorjlh <jlh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 8 May 2012 16:36:32 +0000 (16:36 +0000)
committerjlh <jlh@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 8 May 2012 16:36:32 +0000 (16:36 +0000)
commit35a6e888239f0c61dcac78cd1f03d0f49564696c
treefec0a48180773767ebff88319c9eec4ac24eb1c5
parenteaf948e4b9ea620648b402fc9c9b284211e56e7c
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/9@235139 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]