[Git][NTPsec/ntpsec][master] 2 commits: General cleanups

Matt Selsky (@selsky) gitlab at mg.gitlab.com
Wed Jun 9 00:53:02 UTC 2021



Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
57e25ace by Sanjeev Gupta at 2021-06-08T21:03:23+08:00
General cleanups

- - - - -
fccdaf51 by Sanjeev Gupta at 2021-06-08T21:09:30+08:00
Add reference to NTS RFC 8195

- - - - -


1 changed file:

- devel/hacking.adoc


Changes:

=====================================
devel/hacking.adoc
=====================================
@@ -94,9 +94,9 @@ Don't call get_systime() from non-main threads.
 We support some cases where systems are not fully POSIX compliant.
 This is an attempt to collect them.
 
-  MacOS (?? or something) doesn't support timer_create(2).
-  We work around that by using the older setitimer(2).
-  POSIX.1-2008 marks getitimer() and setitimer() obsolete.
+MacOS (?? or something) doesn't support timer_create(2).
+We work around that by using the older setitimer(2).
+POSIX.1-2008 marks getitimer() and setitimer() obsolete.
 
 
 Here are the non-standardized APIs that may be used:
@@ -127,7 +127,7 @@ cause buffer overruns and (all too often) exploitable security holes:
 * gmtime(), localtime(), asctime(), ctime(): use the reentrant *_r variants.
 * tmpnam(): use mkstemp() or tmpfile() instead.
 
-Do not rely on dirname() being reentrant, and assume it will modify
+Do not rely on dirname() being reentrant, and do assume it will modify
 (truncate) its argument. The Linux version is re-entrant, but this
 property is not portable.
 
@@ -464,8 +464,8 @@ that appears on a man page.
 
 All headers should be asymmetric Atx-style. Text wraps somewhere around
 column 72 (forget semantic writing) and unless otherwise noted refer to
-the January 2019 revision of the draft AsciiDoc Recommended
-link:https://asciidoctor.org/docs/asciidoc-recommended-practices/[Practices].
+the draft
+link:https://asciidoctor.org/docs/asciidoc-recommended-practices/[AsciiDoc Recommended Practices].
 
 === Version number
 
@@ -664,7 +664,7 @@ INIT:: Daemon setup
 LOG:: Log switching and debug levels
 MAC:: Message authentication hash computation
 MODE6:: Processing of Mode 6 requests
-NTS, NTSc, NTSs:: Network Time Security, RFC xxxx, NTSs=>server, NTSc=>client
+NTS, NTSc, NTSs:: Network Time Security, link:https://datatracker.ietf.org/doc/html/rfc8195[RFC 8195], NTSs=>server, NTSc=>client
 PROTO:: Protocol machine actions
 REFCLOCK:: Reference clock and driver actions
 RESTRICT:: Restrictions



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/7f11d60a9a3782d4f8bdf418eacb1d330b004d0f...fccdaf51941ac8ad5317a6aab87320f49816299a

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/compare/7f11d60a9a3782d4f8bdf418eacb1d330b004d0f...fccdaf51941ac8ad5317a6aab87320f49816299a
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20210609/212cbb35/attachment-0001.htm>


More information about the vc mailing list