Date: Mon, 26 Apr 1999 01:56:14 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_domain.c Message-ID: <199904260856.BAA83718@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/04/26 01:56:12 PDT Modified files: sys/kern uipc_domain.c Log: Redo domain registration to use SYSINITS rather than linker sets. Get rid of the spl wrapper kludge, it doesn't seem to be needed between init calls since all that's running is the domain/protocol timers and they are safe since domain list modifications are splnet() protected (which blocks the timers) Revision Changes Path 1.21 +8 -70 src/sys/kern/uipc_domain.c 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?199904260856.BAA83718>