Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 18:30:54 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324564 - head/sys/compat/freebsd32
Message-ID:  <201710121830.v9CIUsvS029279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Oct 12 18:30:54 2017
New Revision: 324564
URL: https://svnweb.freebsd.org/changeset/base/324564

Log:
  allow posix_fallocate in 32-bit compat capability mode
  
  Reported by:	kib
  MFC after:	2 weeks
  MFC with:	r324560
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/compat/freebsd32/capabilities.conf

Modified: head/sys/compat/freebsd32/capabilities.conf
==============================================================================
--- head/sys/compat/freebsd32/capabilities.conf	Thu Oct 12 18:00:29 2017	(r324563)
+++ head/sys/compat/freebsd32/capabilities.conf	Thu Oct 12 18:30:54 2017	(r324564)
@@ -200,6 +200,7 @@ pdkill
 freebsd32_pipe
 pipe2
 poll
+freebsd32_posix_fallocate
 freebsd32_pread
 freebsd32_preadv
 profil



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