From owner-cvs-all Tue Sep 19 3:28:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2365037B422; Tue, 19 Sep 2000 03:28:45 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA89052; Tue, 19 Sep 2000 03:28:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009191028.DAA89052@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 19 Sep 2000 03:28:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c tty_pty.c vfs_subr.c src/sys/net bpf.c if_tap.c if_tun.c src/sys/sys conf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/19 03:28:45 PDT Modified files: sys/kern kern_conf.c tty_pty.c vfs_subr.c sys/net bpf.c if_tap.c if_tun.c sys/sys conf.h Log: Rename lminor() to dev2unit(). This function gives a linear unit number which hides the 'hole' in the minor bits. Introduce unit2minor() to do the reverse operation. Fix some some make_dev() calls which didn't use UID_* or GID_* macros. Kill the v_hashchain alias macro, it hides the real relationship. Introduce experimental SI_CHEAPCLONE flag set it on cloned bpfs. Revision Changes Path 1.83 +9 -2 src/sys/kern/kern_conf.c 1.80 +3 -3 src/sys/kern/tty_pty.c 1.275 +3 -3 src/sys/kern/vfs_subr.c 1.67 +6 -4 src/sys/net/bpf.c 1.4 +3 -3 src/sys/net/if_tap.c 1.78 +3 -3 src/sys/net/if_tun.c 1.120 +4 -3 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message