]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r359968:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Apr 2020 08:35:32 +0000 (08:35 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 26 Apr 2020 08:35:32 +0000 (08:35 +0000)
commit4934367e7956fd30de36510100efba9395cfbffc
treed2abb0aa0362a8c8172f5ed94a0b546ac099e938
parente8240621ece5639d723bacae2ac499969b0a9bbd
MFC r359968:
Cast all ioctl command arguments through uint32_t internally.

Hide debug print showing use of sign extended ioctl command argument
under INVARIANTS. The print is available to all and can easily fill
up the logs.

No functional change intended.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@360332 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/sys_generic.c