mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
Using the -s flag on devices is extraordinarily slow due to using fseek(3) a little too conservatively. Address this by using fseek on character/block devices as well, falling back to getchar(3) only if we fail to seek or we're operating on tape drives, where fseek may succeed while not actually being supported. PR: 86485 Submitted by: arundel (originally; modified since then) Reviewed by: cem Differential Revision: https://reviews.freebsd.org/D10939 |
||
|---|---|---|
| .. | ||
| tests | ||
| conv.c | ||
| display.c | ||
| hexdump.1 | ||
| hexdump.c | ||
| hexdump.h | ||
| hexsyntax.c | ||
| Makefile | ||
| Makefile.depend | ||
| od.1 | ||
| odsyntax.c | ||
| parse.c | ||