freebsd-dev/sys/ia64/ia32
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
..
ia32_misc.c Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
ia32_proto.h Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00
ia32_signal.c Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
ia32_syscall.h Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00
ia32_sysent.c Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00
ia32_sysvec.c Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
ia32_util.h Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
ia32.h Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable 2002-07-20 02:56:12 +00:00
Makefile
syscalls.conf
syscalls.master Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00