From b4977a4f42310f9dc6ba3524d5b3bd636a9c74dd Mon Sep 17 00:00:00 2001 From: Ka Ho Ng Date: Thu, 18 Mar 2021 09:31:30 +0800 Subject: [PATCH] Document __FreeBSD_version 1400006 Sponsored by: The FreeBSD Foundation Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D29312 --- .../content/en/books/porters-handbook/versions/chapter.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/versions/chapter.adoc b/documentation/content/en/books/porters-handbook/versions/chapter.adoc index 59fbb1b4fe..201081035c 100644 --- a/documentation/content/en/books/porters-handbook/versions/chapter.adoc +++ b/documentation/content/en/books/porters-handbook/versions/chapter.adoc @@ -71,6 +71,11 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |gitref:45eabf5754ac1d291bd677fdf29f59ce4bbc2c8f[repository="src",length=12] |February 17, 2021 |14.0-CURRENT after changing the API of `ptrace(2)` `PT_GETDBREGS`/`PT_SETDBREGS` on arm64. + +|1400006 +|gitref:c96151d33509655efb7fb26768cb56a041c176f1[repository="src",length=12] +|March 17, 2021 +|14.0-CURRENT after adding sndstat(4) enumeration ioctls. |=== [[versions-13]]