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

Konstantin Belousov kib at FreeBSD.org
Fri Feb 29 14:58:09 UTC 2008


kib         2008-02-29 14:58:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/compat/linux     linux_misc.c linux_misc.h 
  Log:
  MFC
  rev. 1.3 of linux_misc.h,
  rev. 1.217 of linux_misc.c:
  
  Sanitize arguments to linux_mremap().
  Check that only MREMAP_FIXED and MREMAP_MAYMOVE flags are specified.
  Check for the page alignment of the addr argument.
  
  Revision   Changes    Path
  1.214.2.1  +15 -0     src/sys/compat/linux/linux_misc.c
  1.2.2.1    +3 -0      src/sys/compat/linux/linux_misc.h


More information about the cvs-all mailing list