freebsd-src/sys/amd64
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
..
acpica Wrap GCC-specific asm() code in #ifdef __GNUC__ 2002-09-21 18:19:51 +00:00
amd64 use __packed. 2002-09-23 18:54:32 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Whitespace consistency fix from addition of IAHD_REG_PRETTY_PRINT: use 2002-09-11 16:51:48 +00:00
ia32 Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00
include Fix a declaration that is actually supposed to be a macro definition. 2002-09-25 13:46:23 +00:00
isa Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there 2002-09-21 07:59:06 +00:00
pci Now that we only probe host-PCI bridges once, we no longer have to check to 2002-09-23 18:14:31 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00