From owner-cvs-all@FreeBSD.ORG Fri Nov 7 13:09:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242EE16A4CE; Fri, 7 Nov 2003 13:09:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC6943F85; Fri, 7 Nov 2003 13:09:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA7L9JXJ082750; Fri, 7 Nov 2003 13:09:19 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA7L9Jda082749; Fri, 7 Nov 2003 13:09:19 -0800 (PST) (envelope-from jhb) Message-Id: <200311072109.hA7L9Jda082749@repoman.freebsd.org> From: John Baldwin Date: Fri, 7 Nov 2003 13:09:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/linux syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 21:09:20 -0000 jhb 2003/11/07 13:09:19 PST FreeBSD src repository Modified files: sys/alpha/linux syscalls.master Log: Sync MP safe flags with global syscalls.master for the first time. This includes read(), write(), close(), setuid(), getuid(), linux_ptrace(), linux_kill(), setpgid(), dup(), pipe(), getgid(), osf1_sigprocmask(), umask(), getpgrp(), linux_setgroups(), linux_getgroups(), dup2(), setpriority(), osf1_sigreturn(), osf1_sigsuspend(), osf1_gettimeofday(), setreuid(), setregid(), setgid(), setsid(), osf1_sigaction(), getpgid(), linux_getsid(), osf1_sysinfo(), linux_clone(), mlock(), munlock(), mlockall(), munlockall(), sched_setparam(), sched_getparam(), linux_sched_setscheduler(), linux_sched_getscheduler(), linux_sched_get_priority_max(), linux_sched_get_priority_min(), setresuid(), getresuid(), linux_rt_sigaction(), linux_rt_sigprocmask(), linux_rt_sigsuspend(), gettimeofday(), linux_getitimer(), linux_setitimer(), getrusage(), setresgid(), getresgid(). Revision Changes Path 1.53 +52 -52 src/sys/alpha/linux/syscalls.master