cvs commit: src/lib/libc/sys upc_register.2 src/sys/i386/i386 machdep.c src/sys/kern kern_upcall.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Dec 4 12:35:56 PST 2003


dillon      2003/12/04 12:35:09 PST

DragonFly src repository

  Modified files:
    lib/libc/sys         upc_register.2 
    sys/i386/i386        machdep.c 
    sys/kern             kern_upcall.c 
  Log:
  Augment the upcall system calls to support a priority mechanism rather then
  just a pending mechanism.  When dispatching or polling for an upcall the
  data field is used to supply a priority which will be compared against
  the userland crit_count.
  
  Revision  Changes    Path
  1.3       +10 -2     src/lib/libc/sys/upc_register.2
  1.47      +3 -3      src/sys/i386/i386/machdep.c
  1.3       +8 -3      src/sys/kern/kern_upcall.c


http://www.dragonflybsd.org/cvsweb/src/lib/libc/sys/upc_register.2.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/machdep.c.diff?r1=1.46&r2=1.47&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_upcall.c.diff?r1=1.2&r2=1.3&f=h





More information about the Commits mailing list