Date: Tue, 19 Sep 2000 03:28:45 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> 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 Message-ID: <200009191028.DAA89052@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009191028.DAA89052>