Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 1996 12:22:28 -0700 (PDT)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_conf.c uipc_socket2.c
Message-ID:  <199608191922.MAA03012@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      96/08/19 12:22:27

  Modified:    sys/kern  kern_conf.c uipc_socket2.c
  Log:
  for kern_conf.c, start allocating dynamic major numbers
  half way through the range rather than possibly colliding with
  fixed elements. Increase the size of the arrays to take this into account..
  remember that each element in the array is now only 1 ponter  so this
  isn't that much..
  
  also note a possible bug in debugging code in uipc_socket2.c (add XXX)
  
  Revision  Changes    Path
  1.11      +13 -9     src/sys/kern/kern_conf.c
  1.13      +2 -2      src/sys/kern/uipc_socket2.c



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