Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2005 22:00:10 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_misc.c src/sys/kern kern_time.c src/sys/sys syscallsubr.h
Message-ID:  <200504212200.j3LM0BPq058166@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504212200.j3LM0BPq058166>