From owner-cvs-src@FreeBSD.ORG Thu Apr 21 22:00:11 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB61316A4CE; Thu, 21 Apr 2005 22:00:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D02B43D45; Thu, 21 Apr 2005 22:00:11 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3LM0BHw058167; Thu, 21 Apr 2005 22:00:11 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3LM0BPq058166; Thu, 21 Apr 2005 22:00:11 GMT (envelope-from ps) Message-Id: <200504212200.j3LM0BPq058166@repoman.freebsd.org> From: Paul Saab Date: Thu, 21 Apr 2005 22:00:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/compat/linux linux_misc.c src/sys/kern kern_time.c src/sys/sys syscallsubr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 22:00:11 -0000 ps 2005-04-21 22:00:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/linux linux_misc.c sys/kern kern_time.c sys/sys syscallsubr.h Log: MFC: Split out kernel side of {get,set}itimer(2) into two parts: the first that pops data from the userland and pushes results back and the second which does actual processing. Use the latter to eliminate stackgap in the linux wrappers of those syscalls. Revision Changes Path 1.160.2.6 +33 -64 src/sys/compat/linux/linux_misc.c 1.108.2.6 +55 -34 src/sys/kern/kern_time.c 1.11.2.7 +4 -0 src/sys/sys/syscallsubr.h