K 10 svn:author V 6 archie K 8 svn:date V 27 2002-09-25T18:10:42.000000Z K 7 svn:log V 461 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 . Regenerate the various generated syscall files. Minor style fixes. Reviewed by: julian END