summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/realpath.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-03-13 18:46:35 +0000
committerjhb <jhb@FreeBSD.org>2003-03-13 18:46:35 +0000
commit709f5b89f7d815fe8631948769d5089cb897f4ce (patch)
tree9375bb4259d2c3cadbe50dcb9538bf277ce1ded7 /lib/libc/stdlib/realpath.c
parent6a7b9a7c64485d71b1c633e97be40cecad3210fe (diff)
downloadFreeBSD-src-709f5b89f7d815fe8631948769d5089cb897f4ce.zip
FreeBSD-src-709f5b89f7d815fe8631948769d5089cb897f4ce.tar.gz
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
Diffstat (limited to 'lib/libc/stdlib/realpath.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud