Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2011 17:08:30 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man9 Makefile alloc_unr.9 src/sys/kern subr_unit.c src/sys/sys systm.h
Message-ID:  <201103141710.p2EHAmq2071236@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2011-03-14 17:08:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    share/man/man9       Makefile alloc_unr.9 
    sys/kern             subr_unit.c 
    sys/sys              systm.h 
  Log:
  SVN rev 219642 on 2011-03-14 17:08:30Z by jh
  
  MFC r209710:
  
  Extend the kernel unit number allocator for allocating specific unit
  numbers. This change adds a new function alloc_unr_specific() which
  returns the requested unit number if it is free. If the number is
  already allocated or out of the range, -1 is returned.
  
  Update alloc_unr(9) manual page accordingly and add a MLINK for
  alloc_unr_specific(9).
  
  Revision    Changes    Path
  1.357.2.15  +1 -0      src/share/man/man9/Makefile
  1.3.10.3    +11 -1     src/share/man/man9/alloc_unr.9
  1.9.10.4    +168 -13   src/sys/kern/subr_unit.c
  1.276.2.8   +1 -0      src/sys/sys/systm.h



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