cvs commit: src/sys/compat/linux linux_misc.c src/sys/kern kern_time.c src/sys/sys syscallsubr.h

Paul Saab ps at FreeBSD.org
Thu Apr 21 15:00:11 PDT 2005


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


More information about the cvs-src mailing list