cvs commit: src/sys/i386/i386 exception.s genassym.c machdep.c trap.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jul 23 18:42:12 PDT 2003
dillon 2003/07/23 18:41:16 PDT
Modified files:
sys/i386/i386 exception.s genassym.c machdep.c trap.c
Log:
Preliminary syscall messaging work. Adjust all <syscall>_args structures
to include an lwkt_msg at their base which will eventually allow syscalls
to run asynch. Note that this is for the kernel copy of the arguments, the
userland argument format has not changed for the standard syscall entry
point.
Begin abstracting a messaging syscall interface (#if 0'd out at the moment).
Change the syscall2 entry point to take the new expanded argument structure
into account. Change sysent argument calculation (AS macro) to take the
new expanded argument structure into account.
Note: existing linux, svr4, and ibcs2 emulation may break with this commit,
though it is not intentional.
Revision Changes Path
1.16 +38 -2 src/sys/i386/i386/exception.s
1.27 +2 -1 src/sys/i386/i386/genassym.c
1.27 +8 -2 src/sys/i386/i386/machdep.c
1.26 +160 -9 src/sys/i386/i386/trap.c
More information about the Commits
mailing list