Searched hist:112201 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/kdump/
H A Dkdump.cdiff 112201 Thu Mar 13 16:46:35 MST 2003 jhb 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

Completed in 125 milliseconds