Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 14:11:54 -0700 (PDT)
From:      Peter Dufault <dufault@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/posix4 ksched.c p1003_1b.c
Message-ID:  <199805192111.OAA06213@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dufault     1998/05/19 14:11:54 PDT

  Modified files:
    sys/posix4           ksched.c p1003_1b.c 
  Log:
  1. Add new defs for mins and maxs for the POSIX flavor priorities.  They
  end up being the same, but it doesn't look like you're comparing
  apples and oranges.
  
  2. Use need_resched instead of reset_priority.  This isn't right
  either, since for example you'll round-robin against equal priority FIFO
  processes when lowering the priority of another process,
  but this works better and a real fix needs to be in kern_synch and
  not out here.
  
  3. This is not a device driver: copyin/copyout the structure.
  
  Revision  Changes    Path
  1.6       +11 -6     src/sys/posix4/ksched.c
  1.3       +15 -3     src/sys/posix4/p1003_1b.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805192111.OAA06213>