cvs commit: src/sys/pc98/i386 machdep.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jul 23 18:42:12 PDT 2003


dillon      2003/07/23 18:41:26 PDT

  Modified files:
    sys/pc98/i386        machdep.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.4       +3 -1      src/sys/pc98/i386/machdep.c






More information about the Commits mailing list