freebsd-dev/usr.bin/kdump
Warner Losh 30c1278f14 The kdump data stream is an unaligned data stream for stat and
sockaddr structures.  As such, we have top copy the data structure
into a local buffer before we can reference it, otherwise we have
unaligned references (these are fixed up automatically on some CPUs,
but not on others).  We do this unconditionally to make the code
easier to read and understand.

Submitted by:	Grzegorz Bernacki
2010-02-18 16:05:09 +00:00
..
kdump_subr.h - Remove ksethrcmdname. 2008-03-12 11:51:01 +00:00
kdump.1 Add a new type of KTRACE record for sysctl(3) invocations. It uses the 2009-03-11 21:48:36 +00:00
kdump.c The kdump data stream is an unaligned data stream for stat and 2010-02-18 16:05:09 +00:00
Makefile Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
mkioctls Remove no longer needed #include after removing the legacy 2009-07-18 10:36:18 +00:00
mksubr - Remove ksethrcmdname. 2008-03-12 11:51:01 +00:00