[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Miod Vallat <miod_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Fri, 10 Nov 2006 12:19:50 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: miod_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2006/11/10 12:19:50
Modified files:
sys/arch/m88k/m88k: trap.c
Log message:
Fetch syscall arguments beyond r9 with copyin() from the userland stack,
instead of having the userland syscall code put the first three locations
from the stack in r10-r12.
This will speed-up most of the system calls (but mmap) once these fetches
are removed, in a few weeks from now.
Visit your host, monkey.org