From owner-cvs-sys Mon Aug 19 12:22:40 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03065 for cvs-sys-outgoing; Mon, 19 Aug 1996 12:22:40 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03012; Mon, 19 Aug 1996 12:22:28 -0700 (PDT) Date: Mon, 19 Aug 1996 12:22:28 -0700 (PDT) From: Julian Elischer Message-Id: <199608191922.MAA03012@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_conf.c uipc_socket2.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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