Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src/external/cddl/osnet/dist/lib/libdtrace/common



Module Name:    src
Committed By:   martin
Date:           Wed Feb  8 17:25:56 UTC 2023

Modified Files:
        src/external/cddl/osnet/dist/lib/libdtrace/common [netbsd-10]:
            dt_subr.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #74):

        external/cddl/osnet/dist/lib/libdtrace/common/dt_subr.c: revision 1.16

dtrace: remove unnecessary fflush()

Apply this commit from FreeBSD:

  commit f339a3ef6369b368f3a2455792a7a3a4c28f92c4
  Author: Chuck Silvers <chs%FreeBSD.org@localhost>
  Date:   Wed Feb 9 17:09:26 2022 -0800

      dtrace: remove unnecessary fflush()

      This call was added back in the early days of dtrace porting and
      no one knows why anymore.  The extra flushing causes lots of
      unnecessary CPU overhead when a script produces lots of output,
      as well as easily losing output because the command can't keep up.

      Sponsored by:     Netflix
      Reviewed by:      imp, markj
      Differential Revision:    https://reviews.freebsd.org/D34216


To generate a diff of this commit:
cvs rdiff -u -r1.14.6.1 -r1.14.6.2 \
    src/external/cddl/osnet/dist/lib/libdtrace/common/dt_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index