Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2011 20:49:13 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/vm vm_extern.h vm_mmap.c
Message-ID:  <201107102049.p6AKnaOF010234@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-07-10 20:49:13 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_extern.h vm_mmap.c 
  Log:
  SVN rev 223914 on 2011-07-10 20:49:13Z by kib
  
  Extract the code to translate VM error into errno, into an exported
  function vm_mmap_to_errno(). It is useful for the drivers that implement
  mmap(2)-like functionality, to be able to return error codes consistent
  with mmap(2).
  
  Sponsored by:   The FreeBSD Foundation
  No objections from:     alc
  MFC after:      1 week
  
  Revision  Changes    Path
  1.101     +1 -0      src/sys/vm/vm_extern.h
  1.255     +7 -0      src/sys/vm/vm_mmap.c



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