Synopsis: [patch] hexdump(1): hexdump -s speedup on /dev
Responsible-Changed-From-To: eadler->freebsd-bugs
Responsible-Changed-By: eadler
Responsible-Changed-When: Sun Jun 24 20:57:54 UTC 2012
Responsible-Changed-Why:
not dealing with this for a while
http://www.freebsd.org/cgi/query-pr.cgi?pr=8
Synopsis: [patch] hexdump(1): hexdump -s speedup on /dev
State-Changed-From-To: open->analyzed
State-Changed-By: arundel
State-Changed-When: Sun Aug 29 12:01:55 UTC 2010
State-Changed-Why:
The cause for this issue is the use of getchar() which tests every character
against EOF. This causes huge o
The following reply was made to PR bin/86485; it has been noted by GNATS.
From: Alexander Best
To:
Cc: Garrett Cooper ,
Toby Peterson
Subject: Re: bin/86485: [patch] hexdump(1): hexdump -s speedup on /dev
Date: Sun, 28 Feb 2010 17:29:51 +0100 (CET)
i can't verify the performance dec