summaryrefslogtreecommitdiff
path: root/monitor_oncore.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-0/+1
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-16/+0
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* Fix cppcheck complaints about not enough parenthesis.Gary E. Miller2015-03-091-10/+10
| | | | | | | Change this: A & B ? 0 : 1 To this: (A & B) ? 0 : 1 No logic or functional change.
* Fix SiRF PPS offset precision in gpsmonGary E. Miller2015-02-021-0/+2
|
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-1/+1
| | | | All regression tests pass.
* "Not available" is too long and doesn't fit in window.Michael Tatarinov2014-05-201-1/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Be explicit when PPS is not available because the build used pps=no.Eric S. Raymond2013-11-171-0/+3
|
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
|
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-1/+2
|
* Fix an incorrect byte offset.Mick Durkin2013-10-171-1/+1
|
* The previous round of splint fixups was botched. Remedy this.Eric S. Raymond2011-10-101-4/+1
|
* const and splint cleanup.Eric S. Raymond2011-10-091-0/+5
|
* splint simplification and cleanup.Eric S. Raymond2011-02-041-7/+7
|
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-17/+17
| | | | | | With most machines being 64-bit now, the assumption that "word" = 16 bits and "long" = 32 bits is increasingly archaic. This commit removes it from our naming conventions.
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-3/+1
|
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-8/+0
|
* Take programmed oncore PPS offset into account. Name correction delay -> offset.Haakan Johansson2010-12-031-4/+4
| | | | Signed-off-by: Jon Schlueter <jon.schlueter@gmail.com>
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
|
* monitor_oncore.c: fix some old bugs and add survey to the status lineJon Schlueter2010-11-051-10/+11
|
* Reindent monitor mdules. Live test of gpsmon works.Eric S. Raymond2010-04-141-243/+233
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
|
* Tweaks to improve Oncore GPS PPS performance.Gary E. Miller2009-12-071-3/+24
| | | | >From Hakan Johansson.
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-25/+25
| | | | ...splint needs some pacifying. This is part 1. All regressions pass.
* more fixes from Hakan JohanssonChris Kuethe2009-07-221-7/+98
|
* Connect the oncore decoder to gpsmon, and fix some display errors.Chris Kuethe2009-07-181-5/+5
| | | | >From Hakan Johansson
* Oncore driver for gpsmon, from Hakan JohanssonChris Kuethe2009-07-181-0/+373