Peter Wemm
d6b8445ebd
re-regen. Sigh.
2002-10-09 22:40:41 +00:00
Peter Wemm
9105d26b73
regenerate. sendfile stuff and other recently picked up stubs.
2002-10-09 22:28:48 +00:00
Archie Cobbs
36a8dac10d
Let kse_wakeup() take a KSE mailbox pointer argument.
...
Reviewed by: julian
2002-10-02 16:48:16 +00:00
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
Peter Wemm
db27052e18
Regenerate
2002-07-20 02:56:34 +00:00
Doug Rabson
5eb29d9b90
Initial support for executing IA-32 binaries. This will not compile
...
without a few patches for the rest of the kernel to allow the image
activator to override exec_copyout_strings and setregs.
None of the syscall argument translation has been done. Possibly, this
translation layer can be shared with any platform that wants to support
running ILP32 binaries on an LP64 host (e.g. sparc32 binaries?)
2002-04-10 19:34:51 +00:00