CONTRIBUTING.rst: Add FreeBSD baseline update hints

This commit is contained in:
Sebastian Huber 2022-07-07 13:42:54 +02:00
parent f009252227
commit 52ec6ffbc2

View File

@ -386,6 +386,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
=====================================