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/sys buf2.h lock.h param.h rman.h systm.h tty.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Jul 2003 14:14:51 -0700 (PDT)

dillon      2003/07/19 14:14:50 PDT

  Modified files:
    sys/sys              buf2.h lock.h param.h rman.h systm.h 
                         tty.h 
  Log:
  Remove the priority part of the priority|flags argument to tsleep().  Only
  flags are passed now.  The priority was a user scheduler thingy that is not
  used by the LWKT subsystem.  For process statistics assume sleeps without
  P_SINTR set to be disk-waits, and sleeps with it set to be normal sleeps.
  
  This commit should not contain any operational changes.
  
  Revision  Changes    Path
  1.4       +4 -4      src/sys/sys/buf2.h
  1.5       +2 -2      src/sys/sys/lock.h
  1.3       +5 -3      src/sys/sys/param.h
  1.4       +2 -2      src/sys/sys/rman.h
  1.9       +2 -5      src/sys/sys/systm.h
  1.4       +2 -5      src/sys/sys/tty.h




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