DragonFly BSD
DragonFly commits List (threaded) for 2003-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 23 Jul 2003 18:41:26 -0700 (PDT)

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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]