From owner-p4-projects@FreeBSD.ORG Sat Jul 9 16:18:51 2005 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 6DEEB16A420; Sat, 9 Jul 2005 16:18:51 +0000 (GMT) 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 457DA16A41C for ; Sat, 9 Jul 2005 16:18:51 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E8143D46 for ; Sat, 9 Jul 2005 16:18:51 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j69GIopX069841 for ; Sat, 9 Jul 2005 16:18:50 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j69GIoJd069838 for perforce@freebsd.org; Sat, 9 Jul 2005 16:18:50 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 9 Jul 2005 16:18:50 GMT Message-Id: <200507091618.j69GIoJd069838@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 79841 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: Sat, 09 Jul 2005 16:18:52 -0000 http://perforce.freebsd.org/chv.cgi?CH=79841 Change 79841 by rwatson@rwatson_zoo on 2005/07/09 16:18:09 Move lmount() to the end of the system call entry list, rather than retaining a collision with the reserved OpenBSD system cal number range. Affected files ... .. //depot/projects/trustedbsd/sebsd/sys/kern/syscalls.master#15 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/sys/kern/syscalls.master#15 (text+ko) ==== @@ -510,9 +510,6 @@ 294 AUE_NULL UNIMPL nosys 295 AUE_NULL UNIMPL nosys 296 AUE_NULL UNIMPL nosys -296 AUE_MOUNT NOIMPL { int lmount(char *type, char *path, \ - int flags, caddr_t data, \ - struct mac *mac_p); } ; XXX 297 is 300 in NetBSD 297 AUE_NULL MCOMPAT4 { int fhstatfs( \ const struct fhandle *u_fhp, \ @@ -795,6 +792,9 @@ int param_size); } 456 AUE_NULL MSTD { int __mac_get_fs(const char *path_p, \ struct mac *mac_p); } +457 AUE_MOUNT NOIMPL { int lmount(char *type, char *path, \ + int flags, caddr_t data, \ + struct mac *mac_p); } ; Please copy any additions and changes to the following compatability tables: ; sys/compat/freebsd32/syscalls.master