CVS commit: src/usr.sbin/timed/timed

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:58 UTC 2023 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: use standard strncpy() idiom to completely zero a buffer, including explicitly nul the final char. found by GCC 12. To generate a diff of

CVS commit: src/usr.sbin/timed/timed

2023-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Aug 8 06:31:58 UTC 2023 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: use standard strncpy() idiom to completely zero a buffer, including explicitly nul the final char. found by GCC 12. To generate a diff of

CVS commit: src/usr.sbin/timed/timed

2022-10-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 16 16:58:54 UTC 2022 Modified Files: src/usr.sbin/timed/timed: globals.h Log Message: timed: fix typos in comments To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/timed/timed/globals.h Please

CVS commit: src/usr.sbin/timed/timed

2022-10-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 16 16:58:54 UTC 2022 Modified Files: src/usr.sbin/timed/timed: globals.h Log Message: timed: fix typos in comments To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/timed/timed/globals.h Please

CVS commit: src/usr.sbin/timed/timed

2022-10-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 16 16:44:15 UTC 2022 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed: fix typos in comments, remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/time

CVS commit: src/usr.sbin/timed/timed

2022-10-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 16 16:44:15 UTC 2022 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed: fix typos in comments, remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/time

CVS commit: src/usr.sbin/timed/timed

2022-10-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 16 16:37:16 UTC 2022 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed: remove unhandled getopt option -P No functional change, due to 'opterr = 0'. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.sbin/timed/timed

2022-10-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 16 16:37:16 UTC 2022 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed: remove unhandled getopt option -P No functional change, due to 'opterr = 0'. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.sbin/timed/timed

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 10:47:18 UTC 2021 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed(8): avoid hand-rolling arc4random_uniform To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/timed/timed/time

CVS commit: src/usr.sbin/timed/timed

2021-10-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Oct 31 10:47:18 UTC 2021 Modified Files: src/usr.sbin/timed/timed: timed.c Log Message: timed(8): avoid hand-rolling arc4random_uniform To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/timed/timed/time

CVS commit: src/usr.sbin/timed/timed

2021-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 18 14:16:50 UTC 2021 Modified Files: src/usr.sbin/timed/timed: networkdelta.c Log Message: Explicitly cast the long->float conversion since it is value-changing and produces clang warnings. To generate a diff of this c

CVS commit: src/usr.sbin/timed/timed

2021-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 18 14:16:50 UTC 2021 Modified Files: src/usr.sbin/timed/timed: networkdelta.c Log Message: Explicitly cast the long->float conversion since it is value-changing and produces clang warnings. To generate a diff of this c