summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-07 13:42:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-07 14:22:54 +0200
commit731ec09ae09a6c3406bc5c315010343bfada8cad (patch)
tree1f08b20b98315e882308975872c88f5fce3ae39a
parentuser-space: Request FreeBSD bitset API (diff)
downloadrtems-libbsd-731ec09ae09a6c3406bc5c315010343bfada8cad.tar.bz2
CONTRIBUTING.rst: Add FreeBSD baseline update hints
-rw-r--r--CONTRIBUTING.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 04593cf6..4a49df56 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -463,6 +463,17 @@ In general, provide empty header files and do not guard includes.
For new code use
`STYLE(9) <http://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=9>`_.
+Update FreeBSD Baseline
+=======================
+
+Perform the following steps to do a FreeBSD baseline update:
+
+* Update ``__FreeBSD_version`` in ``rtemsbsd/include/machine/rtems-bsd-version.h``
+
+* Update the namespace header file.
+
+* Review all code blocks with the ``REVIEW-AFTER-FREEBSD-BASELINE-UPDATE`` tag.
+
Automatically Generated FreeBSD Files
=====================================