freebsd-src/usr.bin/kdump
John Baldwin db53f66b42 Teach kdump(8) to handle events marked with KTR_DROP. If a record has
KTR_DROP set in its header, then we output an extra line to stdout to
indicate that events were dropped between the previous record and this
record.  It is a bit trickier because we need to always notify the user
if events are dropped even if KTR_DROP is set on a record of a type that
we aren't interested in since kdump(8) doesn't know if the dropped events
were of the types that the user has requested.  To avoid outputting
multiple events dropped notices in between actual event logs, a state
variable is set whenever a drop is logged and cleared whenever an actual
record is output.

Requested by:	phk
2003-03-13 18:46:35 +00:00
..
kdump.1
kdump.c Teach kdump(8) to handle events marked with KTR_DROP. If a record has 2003-03-13 18:46:35 +00:00
Makefile Dependencies are delimited by space not tab. 2002-07-23 09:15:45 +00:00
mkioctls Kill references to netns in comment about how it conflicted with netipx so 2003-03-05 19:19:08 +00:00