Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2005 21:28:28 +0000 (UTC)
From:      Maxim Sobolev <sobomax@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 systm.h
Message-ID:  <200501252128.j0PLSSHE081956@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2005-01-25 21:28:28 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_misc.c 
    sys/kern             kern_time.c 
    sys/sys              systm.h 
  Log:
  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.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.164     +33 -64    src/sys/compat/linux/linux_misc.c
  1.113     +55 -34    src/sys/kern/kern_time.c
  1.222     +3 -0      src/sys/sys/systm.h



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