freebsd-skq/sys/compat
Konstantin Belousov 1e67ebb1a2 Fix file leakage in the freebsd32_ioctl routines.
Code inspection shows freebsd32_ioctl calls fget for a fd and calls
a subroutine to handle each specific ioctl.  It is expected that the
subroutine will call fdrop when done.  However many of the subroutines
will exit out early if copyin encounters an error resulting in fdrop
never being called.

Submitted by:	John Wehle <john feith com>
MFC after:	3 days
2011-03-25 10:57:57 +00:00
..
freebsd32 Fix file leakage in the freebsd32_ioctl routines. 2011-03-25 10:57:57 +00:00
ia32 Extend struct sysvec with new method sv_schedtail, which is used for an 2011-03-08 19:01:45 +00:00
linprocfs Fix some locking nits with the p_state field of struct proc: 2011-03-24 18:40:11 +00:00
linsysfs Remove no-op assignment. 2010-11-15 23:14:14 +00:00
linux Staticize functions which are not used somewhere else, move the 2011-03-15 13:40:47 +00:00
ndis Use the cprd_mem field when setting the start and length for a memory 2011-02-23 21:45:28 +00:00
netbsd
svr4 Extend struct sysvec with new method sv_schedtail, which is used for an 2011-03-08 19:01:45 +00:00
x86bios Remove custom interrupt dispatcher. This is a pointless micro-optimization 2011-03-09 16:16:38 +00:00