Date: Wed, 24 Jan 2001 01:45:21 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <200101240945.f0O9jLp00503@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/01/24 01:45:21 PST Modified files: sys/i386/i386 machdep.c Log: - Proc locking. - Setup proc0.p_heldmtx, proc0.contested, and curproc earlier so that we can use mutexes. - Initialize sched_lock and Giant earlier and enter Giant during init386. - Use suser(9) instead of checking cr_uid directly. Revision Changes Path 1.434 +30 -9 src/sys/i386/i386/machdep.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?200101240945.f0O9jLp00503>