NetBSD/sys/arch/mips
dsl 7e2790cf6f Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
    int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
2007-12-20 23:02:38 +00:00
..
adm5120 __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
alchemy Make it compile. 2007-12-06 21:01:49 +00:00
atheros Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
bonito
cfe
conf Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
include Define the various MIPS* CPU macros also for _STANDALONE in addition 2007-12-04 02:43:48 +00:00
mips Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
sibyte Use the softint API. 2007-11-26 23:29:36 +00:00
Makefile
Makefile.inc