From owner-p4-projects@FreeBSD.ORG Fri Jul 28 16:45:51 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E095D16A4F4; Fri, 28 Jul 2006 16:45:50 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6210416A4DA for ; Fri, 28 Jul 2006 16:45:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9458C43D88 for ; Fri, 28 Jul 2006 16:45:44 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6SGjiRt053952 for ; Fri, 28 Jul 2006 16:45:44 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6SGjhc3053949 for perforce@freebsd.org; Fri, 28 Jul 2006 16:45:43 GMT (envelope-from jhb@freebsd.org) Date: Fri, 28 Jul 2006 16:45:43 GMT Message-Id: <200607281645.k6SGjhc3053949@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin To: Perforce Change Reviews Cc: Subject: PERFORCE change 102661 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 16:45:51 -0000 http://perforce.freebsd.org/chv.cgi?CH=102661 Change 102661 by jhb@jhb_mutex on 2006/07/28 16:45:40 Update. Affected files ... .. //depot/projects/smpng/sys/notes#88 edit Differences ... ==== //depot/projects/smpng/sys/notes#88 (text+ko) ==== @@ -74,18 +74,12 @@ version of the current WITNESS check that doesn't bog the system down quite as bad. - compat ABI cleanups - - push Giant down and mark all remaining syscalls MPSAFE - + freebsd - + compat32 - - svr4 - - svr4_stream_get() and friends - - Giant will have to protect the actual stream structures for now - - svr4_sys_ioctl() - - svr4_sys_getmsg() - - svr4_sys_putmsg() - + linux - + ibcs2 - - don't mess with td_retval in any kern_foo() functions + + push Giant down and mark all remaining syscalls MPSAFE + - remove SYF_MPSAFE + - stop conditionally acquiring Giant in syscall() functions + - remove all the 'M's from the syscall files + - remove support for the 'M' prefix from the syscall scripts + - retire SYF_ARGMASK, sy_narg is now back to just being an argument count Active child branches: - jhb_intr - MSI?