DragonFly commits List (threaded) for 2003-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/sys sysunion.h msgport.h syscall-hide.h syscall.h syscall.mk sysproto.h vmmeter.h
dillon 2003/07/23 18:41:27 PDT
Modified files:
sys/sys msgport.h syscall-hide.h syscall.h
syscall.mk sysproto.h vmmeter.h
Added files:
sys/sys sysunion.h
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.3 +8 -0 src/sys/sys/msgport.h
1.4 +1 -1 src/sys/sys/syscall-hide.h
1.4 +1 -1 src/sys/sys/syscall.h
1.4 +2 -2 src/sys/sys/syscall.mk
1.4 +268 -1 src/sys/sys/sysproto.h
1.7 +3 -2 src/sys/sys/vmmeter.h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]