freebsd-src/usr.bin/kdump
Craig Rodrigues d18b5b8ca1 Generate sockdomainname() function with auto_if_type() instead
of auto_or_type.

The old parsing code would incorrectly decode a socket() call in the
ping6 program as:
  CALL  socket(PF_PUP|PF_ECMA|PF_APPLETALK|PF_COIP|PF_SIP,SOCK_DGRAM,0)

The new parsing code decodes the same socket() call as:
  CALL  socket(PF_INET6,SOCK_DGRAM,0)
2007-01-04 04:28:17 +00:00
..
kdump.1 -mdoc sweep. 2005-11-18 10:36:29 +00:00
kdump.c o Fix some printf(3) format nits in my patch I submitted to kib@. 2006-07-12 13:36:08 +00:00
kdump_subr.h Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00
Makefile Change kdump to print more useful information, i.e. it changes from 2006-05-20 14:27:22 +00:00
mkioctls Add audit.h to mkioctls inclusion list: audit pipe ioctls need access 2006-06-05 10:06:51 +00:00
mksubr Generate sockdomainname() function with auto_if_type() instead 2007-01-04 04:28:17 +00:00