From owner-p4-projects@FreeBSD.ORG Fri Jul 28 20:24:31 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 70BF016A4E5; Fri, 28 Jul 2006 20:24:31 +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 4DDDC16A4DF for ; Fri, 28 Jul 2006 20:24:31 +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 0E61F43D45 for ; Fri, 28 Jul 2006 20:24:31 +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 k6SKOUhj083522 for ; Fri, 28 Jul 2006 20:24:30 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6SKOU5l083519 for perforce@freebsd.org; Fri, 28 Jul 2006 20:24:30 GMT (envelope-from jhb@freebsd.org) Date: Fri, 28 Jul 2006 20:24:30 GMT Message-Id: <200607282024.k6SKOU5l083519@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 102684 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 20:24:31 -0000 http://perforce.freebsd.org/chv.cgi?CH=102684 Change 102684 by jhb@jhb_mutex on 2006/07/28 20:24:02 Update. Affected files ... .. //depot/projects/smpng/sys/notes#92 edit Differences ... ==== //depot/projects/smpng/sys/notes#92 (text+ko) ==== @@ -73,13 +73,13 @@ recursion) and panic if we try to sleep with any held to provide a cheaper 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 - + 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 +- syscall fixes + - make nfssvc less hackish + + done + - untested + - fix audit events for syscalls in modules + + done + - untested Active child branches: - jhb_intr - MSI?