Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux/common
Module Name: src
Committed By: jdolecek
Date: Sun Sep 5 09:09:02 UTC 2004
Modified Files:
src/sys/compat/linux/common: linux_socketcall.c
Log Message:
improve the (#ifdef DEBUG_LINUX) socketcall argument dump code:
- print the socketcall type
- special case socket(2) call, it's also the only one with first argument
not being a socket descriptor
- only dump the relevant part of linux_socketcall_dummy_args, instead
of always the whole structure
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/compat/linux/common/linux_socketcall.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index