cvs commit: src/sys/kern subr_rman.c

John Baldwin jhb at FreeBSD.org
Mon Dec 4 08:47:47 PST 2006


jhb         2006-12-04 16:45:23 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_rman.c 
  Log:
  Fix an edge case in rman_manage_region() where it didn't handle a resource
  ending at ULONG_MAX properly.  While here, use TAILQ_FOREACH_SAFE().
  
  Tested by:      "Stephane E. Potvin" <sepotvin at videotron-ca>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.54      +7 -4      src/sys/kern/subr_rman.c


More information about the cvs-all mailing list