freebsd-dev/usr.bin/kdump
Craig Rodrigues 7e3d8842da The second argument (type) to socket(2) is an enum, not a bitmask, so parse
it as an enum.

If an SCTP SOCK_SEQPACKET socket was opened, kdump would display this
wrong output:
 socket(PF_INET,SOCK_STREAM|SOCK_RDM|SOCK_SEQPACKET,0x84)

instead of this correct output:
 socket(PF_INET,SOCK_SEQPACKET,0x84)

MFC after:	2 weeks
2006-12-22 05:07:21 +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
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
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 The second argument (type) to socket(2) is an enum, not a bitmask, so parse 2006-12-22 05:07:21 +00:00