freebsd-dev/sys/compat
Archie Cobbs 89def71cbd Make the following name changes to KSE related functions, etc., to better
represent their purpose and minimize namespace conflicts:

	kse_fn_t		-> kse_func_t
	struct thread_mailbox	-> struct kse_thr_mailbox
	thread_interrupt()	-> kse_thr_interrupt()
	kse_yield()		-> kse_release()
	kse_new()		-> kse_create()

Add missing declaration of kse_thr_interrupt() to <sys/kse.h>.
Regenerate the various generated syscall files. Minor style fixes.

Reviewed by:	julian
2002-09-25 18:10:42 +00:00
..
freebsd32 Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00
ia32 Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
linprocfs Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
linux - Hold the vn lock over vm_mmap(). 2002-09-25 02:42:04 +00:00
netbsd Remove __P. 2002-03-20 05:48:58 +00:00
pecoff Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
svr4 Back out last commit. Linux uses the old 4.3BSD sockaddr format. 2002-09-24 07:03:01 +00:00