freebsd-dev/sys/compat
Jung-uk Kim 449918b191 Tidy up locking and memory allocation for the real mode emulator wrapper.
Now we use a regular mutex instead of a spin mutex.  When we enter and exit
the emulator, spinlock_enter() and spinlock_exit() are additionally used.
Move some page table related stuff from x86bios_init() and x86bios_uninit()
to x86bios_map_mem() and x86bios_unmap_mem().
2010-08-10 06:25:08 +00:00
..
freebsd32 Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS 2010-08-07 11:57:13 +00:00
ia32 Reorganize syscall entry and leave handling. 2010-05-23 18:32:02 +00:00
linprocfs Update several places that iterate over CPUs to use CPU_FOREACH(). 2010-06-11 18:46:34 +00:00
linsysfs Add a pn_destroy field to pfs_node. This field points to a destructor 2007-03-12 12:16:52 +00:00
linux Tweak the in-kernel API for sending signals to threads: 2010-06-29 20:41:52 +00:00
ndis ANSIfy prototypes in subr_usbd.c. 2010-06-12 12:19:08 +00:00
netbsd
svr4 Remove proc locking, it's not needed after r210132. 2010-07-17 15:52:11 +00:00
x86bios Tidy up locking and memory allocation for the real mode emulator wrapper. 2010-08-10 06:25:08 +00:00