freebsd-dev/sys/compat
Andrew R. Reiter 57d14ec550 - Remove the Giant acquisition from linux_socket_ioctl() as it was really
there to protect fdrop() (which in turn can call vrele()), however,
  fdrop_locked() grabs Giant for us, so we do not have to.

Reviewed by:	jhb
Inspired by:	alc
2002-06-26 15:53:11 +00:00
..
freebsd32 Initial support for executing IA-32 binaries. This will not compile 2002-04-10 19:34:51 +00:00
linprocfs Change p_can{debug,see,sched,signal}()'s first argument to be a thread 2002-05-19 00:14:50 +00:00
linux - Remove the Giant acquisition from linux_socket_ioctl() as it was really 2002-06-26 15:53:11 +00:00
netbsd Remove __P. 2002-03-20 05:48:58 +00:00
pecoff - Change fill_kinfo_proc() to require that the process is locked when it 2002-04-09 20:10:46 +00:00
svr4 catch up with ktrace changes, KTRPOINT takes a 'struct thread' not 2002-06-11 21:14:02 +00:00