cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c src/sys/kern kern_event.c src/sys/sys event.h syscallsubr.h

Paul Saab ps at FreeBSD.org
Wed Jun 29 18:08:32 GMT 2005


ps          2005-06-29 18:08:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/compat/freebsd32 freebsd32_misc.c 
    sys/kern             kern_event.c 
    sys/sys              event.h syscallsubr.h 
  Log:
  MFC:
  Wrap copyin/copyout for kevent so the 32bit wrapper does not have
  to malloc nchanges * sizeof(struct kevent) AND/OR nevents *
  sizeof(struct kevent) on every syscall.
  
  Revision   Changes    Path
  1.23.2.9   +66 -49    src/sys/compat/freebsd32/freebsd32_misc.c
  1.79.2.9   +51 -44    src/sys/kern/kern_event.c
  1.26.2.4   +5 -0      src/sys/sys/event.h
  1.11.2.13  +3 -3      src/sys/sys/syscallsubr.h


More information about the cvs-src mailing list