mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
for 11520-byte buffers for 115200 bps are displayed properly. Fixed my recent printf format error fixes. %p is almost unusable in tables, since its width and format are unknown/machine-dependent. Use %8lx and cast pointers to (u_long)(void*). This is still quite broken, e.g., for machines with 64-bit pointers. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| pstat.8 | ||
| pstat.c | ||