rodrigc 2007-01-04 04:28:17 UTC
FreeBSD src repository
Modified files:
usr.bin/kdumpmksubr
Log:
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:
rodrigc 2007-01-04 04:18:03 UTC
FreeBSD src repository
Modified files:
usr.bin/kdumpmksubr
Log:
Add auto_if_type() function, which is similar to auto_switch_type().
However, auto_if_type() uses if/else statements in C instead
of a single switch statement, when mapping
rodrigc 2006-12-22 05:07:21 UTC
FreeBSD src repository
Modified files:
usr.bin/kdumpmksubr
Log:
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
maxim 2006-09-18 13:49:57 UTC
FreeBSD src repository
Modified files:
usr.bin/kdumpmksubr
Log:
o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap.
Treat it accordingly.
PR: bin/101642
MFC after: 3 weeks
Revision Ch
kib 2006-07-12 12:42:47 UTC
FreeBSD src repository
Modified files:
usr.bin/kdumpmksubr
Log:
Remove slipped in spaces.
Pointed out by: maxim
Approved by:pjd (mentor)
Revision ChangesPath
1.3 +3 -3 src/usr.bin/kdump/mksubr
_
kib 2006-07-12 09:13:34 UTC
FreeBSD src repository
Modified files:
usr.bin/kdumpmksubr
Log:
Check that the signal number is in range.
Submitted by: Michiel Boland
MFC after: 1 week
Approved by:pjd (mentor)
Revision ChangesPath
1.2