[Git][NTPsec/ntpsec][display-fix] 51 commits: tests:/lpfunc: test to see if inline is a problem with NetBSD.

Ian Bruene gitlab at mg.gitlab.com
Fri Apr 14 21:50:54 UTC 2017


Ian Bruene pushed to branch display-fix at NTPsec / ntpsec


Commits:
42d378d3 by Gary E. Miller at 2017-04-13T18:44:54-07:00
tests:/lpfunc: test to see if inline is a problem with NetBSD.

- - - - -
8665e778 by Gary E. Miller at 2017-04-13T18:44:54-07:00
ntp_io: add missing default cases.

- - - - -
d9ead3aa by Gary E. Miller at 2017-04-13T18:44:54-07:00
ntpd; add missing default case, fix a bad exit() code.

- - - - -
a7976858 by Gary E. Miller at 2017-04-13T18:44:54-07:00
Add missing trivial default cases to switches.

- - - - -
8becd568 by Gary E. Miller at 2017-04-13T18:51:28-07:00
Add some more trivial default cases to switches.

- - - - -
1368224b by Gary E. Miller at 2017-04-13T19:01:13-07:00
Fix missing default in switch statements.

- - - - -
af273154 by Gary E. Miller at 2017-04-13T19:04:11-07:00
Add missing trivial default cases.

- - - - -
8b22acc0 by Gary E. Miller at 2017-04-13T19:10:02-07:00
Fix (almost) last missing default case issues.

Once again Bison has a bug, so -Wswitch-default can not be used
by default.

- - - - -
65c8b87f by Gary E. Miller at 2017-04-13T19:18:04-07:00
waf: Set -Wshadow, -Winit-self on by default if available.

- - - - -
2a233d34 by Gary E. Miller at 2017-04-13T19:28:40-07:00
tests/lfpfunc: Add more output for NetBSD failure.

- - - - -
e40a9ac4 by Gary E. Miller at 2017-04-13T19:46:30-07:00
refclock_magnavox: Fix several discards 'const' qualifier

And traded for a fewer number of same.

- - - - -
01b8bb33 by Gary E. Miller at 2017-04-13T19:51:36-07:00
Fix many discards 'const' qualifier.

No tradeoffs.

- - - - -
8e75f667 by Gary E. Miller at 2017-04-13T20:00:10-07:00
refclock_magnavox: fix recently added discards const issues.

- - - - -
b2b76506 by Gary E. Miller at 2017-04-13T20:15:24-07:00
ntp_io: fix two casts.

- - - - -
dae3a2d3 by Gary E. Miller at 2017-04-13T20:19:49-07:00
ntp_packetstamp: fix discards const.

- - - - -
6751793b by Gary E. Miller at 2017-04-13T21:05:56-07:00
ntp_io: function too big to inline.

- - - - -
c8d0aeb9 by Gary E. Miller at 2017-04-13T21:07:48-07:00
waf: Use -Winline by default if available.

- - - - -
3b798346 by Gary E. Miller at 2017-04-13T21:12:36-07:00
waf: enable -Winit-self and -Wwrite-strings by default if available

- - - - -
e3b9f3bf by Gary E. Miller at 2017-04-13T21:19:56-07:00
waf: Use -Wmultichar by default if available

- - - - -
5be68d84 by Gary E. Miller at 2017-04-13T21:23:36-07:00
waf: Use -Winvalid-pch by default if available.

- - - - -
db8c9456 by Gary E. Miller at 2017-04-13T21:27:01-07:00
waf: Use -Wimplicit-function-declaration by default if available.

- - - - -
cf07e3e5 by Gary E. Miller at 2017-04-13T21:30:47-07:00
waf: Enable -Wdisabled-optimization by default if available

- - - - -
1d40226e by Hal Murray at 2017-04-13T21:51:51-07:00
Big DNS cleanup

- - - - -
2cdbdc8e by Hal Murray at 2017-04-14T00:01:01-07:00
Add a few --enable-debug

- - - - -
20d23140 by Hal Murray at 2017-04-14T00:10:38-07:00
Fix a few warnings

- - - - -
7f61608b by Matt Selsky at 2017-04-14T07:24:01+00:00
Add basic gitlab CI jobs

- - - - -
72346a76 by Hal Murray at 2017-04-14T01:31:57-07:00
Fix a few more warnings.

- - - - -
6919cfdf by Hal Murray at 2017-04-14T02:23:54-07:00
Remove define of HAS_ROUTING_SOCKET - never referenced

- - - - -
268e97cc by Hal Murray at 2017-04-14T02:28:37-07:00
Fix another shadow warning: stime in ntpd/ntp_util.c

- - - - -
bac8b43f by Gary E. Miller at 2017-04-14T09:48:24-07:00
ntp_proto: hack around recent breakage.

- - - - -
b3ca45c7 by Gary E. Miller at 2017-04-14T09:59:03-07:00
ntp_scanner: fix discards const issue.

- - - - -
e47345d0 by Gary E. Miller at 2017-04-14T10:02:16-07:00
refclock_shm: fix discards volatile warning.

- - - - -
0a21d22c by Gary E. Miller at 2017-04-14T10:05:48-07:00
ntpfrob/jitter: fix discards const issue

- - - - -
ae83fd9e by Gary E. Miller at 2017-04-14T10:15:47-07:00
ntp_proto: fix dscards const warning.

- - - - -
56caa9ba by Gary E. Miller at 2017-04-14T10:32:43-07:00
refclock_jjy: fix last discards const issue.

- - - - -
61980b1b by Gary E. Miller at 2017-04-14T10:36:46-07:00
waf: use -Wcast-qual and -Wcast-align always, if available.

- - - - -
12af50ea by Gary E. Miller at 2017-04-14T10:43:01-07:00
ntp_proto: fix bad format signedness

- - - - -
64c1272f by Gary E. Miller at 2017-04-14T10:44:39-07:00
ntp_proto: convert implicit cast to explicit.

- - - - -
7284f3c3 by Gary E. Miller at 2017-04-14T10:46:19-07:00
ntp_proto: fix format signedness issue

- - - - -
19f0e93d by Gary E. Miller at 2017-04-14T10:52:12-07:00
waf: use -Wdisabled-optimization and -Wformat-security by default

Only if available.

- - - - -
88be996a by Gary E. Miller at 2017-04-14T11:34:39-07:00
ntpd: add missing option cases.

'b' and 'r' options can never work as they aare not in ALL_OPTIONS.

- - - - -
dbb6baec by Gary E. Miller at 2017-04-14T11:45:36-07:00
waf: fix waf help about debug options.

- - - - -
a794256b by Gary E. Miller at 2017-04-14T12:57:17-07:00
ntpd: print error message, and fail, for obsolete -b and -r.

The broadcast options removed a while ago.

- - - - -
faf099c1 by Gary E. Miller at 2017-04-14T13:48:26-07:00
waf: drop -Wformat-nonliteral, default to -Wmissing-declarations

-Wformat-nonliteral complains about a feaature ntpd uses a lot.
-Wmissing-declarations now on by default.

- - - - -
5e8b5332 by Gary E. Miller at 2017-04-14T13:52:48-07:00
waf: Use -Wpacked by default, if available.

- - - - -
43d4d762 by Gary E. Miller at 2017-04-14T13:58:37-07:00
waf: Test for -fstack-protector-all use by default if exists.

Formerly it was set by compiler name.

- - - - -
772957ca by Gary E. Miller at 2017-04-14T14:07:59-07:00
waf: fix broken -Wsuggest-attribyte=[noreturn|pure] debug only

This used to work...

- - - - -
01631f71 by Ian Bruene at 2017-04-14T16:32:09-05:00
Fixed 0.000, and filt* display errors. Added relevant tests.

- - - - -
d5593102 by Ian Bruene at 2017-04-14T16:32:09-05:00
Fixed fake digit problem. Scaling functions refuse to scale if inapplicable.

- - - - -
713ad39c by Ian Bruene at 2017-04-14T16:40:45-05:00
Merge branch 'display-fix' of gitlab.com:NTPsec/ntpsec into display-fix

Merge commit.

- - - - -
10213109 by Ian Bruene at 2017-04-14T16:50:25-05:00
Cleaning up after rebase merge

- - - - -


30 changed files:

- + .gitlab-ci.yml
- devel/ifdex-ignores
- − include/intreswork.h
- include/ntp.h
- + include/ntp_dns.h
- − include/ntp_intres.h
- include/ntp_io.h
- − include/ntp_worker.h
- − include/ntp_workimpl.h
- include/ntpd.h
- libjsmn/jsmn.c
- − libntp/ntp_intres.c
- − libntp/ntp_worker.c
- libntp/pymodule.c
- libntp/socktoa.c
- libntp/statestr.c
- − libntp/work_thread.c
- libntp/wscript
- libparse/clk_meinberg.c
- libparse/clk_trimtsip.c
- libparse/parse.c
- ntpd/ntp_config.c
- ntpd/ntp_control.c
- ntpd/ntp_io.c
- ntpd/ntp_packetstamp.c
- ntpd/ntp_peer.c
- ntpd/ntp_proto.c
- ntpd/ntp_sandbox.c
- ntpd/ntp_scanner.c
- ntpd/ntp_timer.c


The diff was not included because it is too large.


View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/cd43255aa130cfb127c8ca0d11b9ba74a93d138f...1021310955be850609c18fd7afd603e2f0e06b68

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/cd43255aa130cfb127c8ca0d11b9ba74a93d138f...1021310955be850609c18fd7afd603e2f0e06b68
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/20170414/d3c9653c/attachment.html>


More information about the vc mailing list