From: ftigeot Date: Fri, 26 Oct 2012 17:38:48 +0000 (-0700) Subject: Forgot O_DIRECTORY and O_CLOEXEC X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/d91290235ee59260011ff9070eb5564c308a9012 Forgot O_DIRECTORY and O_CLOEXEC --- diff --git a/release32/index.mdwn b/release32/index.mdwn index aca931e2..52d342d1 100644 --- a/release32/index.mdwn +++ b/release32/index.mdwn @@ -101,6 +101,7 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * Make PAWS robust against segement reordering * Asynchronize TCP's pru_rcvd; improve performance. * ACPICA update (submitted by Magliano Andrea) +* Added O_DIRECTORY and O_CLOEXEC support to open(2) > ### Hardware changes