summaryrefslogtreecommitdiff
path: root/gpsdctl.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
|
* A gaggle of whitespace gaffs.Gary E. Miller2015-04-301-1/+1
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-8/+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.
* splint cleanup. Regression tests pass and PPS live-tests correctly.Eric S. Raymond2013-10-291-2/+2
|
* In gpsdctl: handle the unknown action.Michael Tatarinov2013-10-211-3/+7
|
* Allow gpsdctl to run as non-root.Eric S. Raymond2013-10-171-0/+4
|
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-1/+1
|
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-3/+3
| | | | Note there are some exit(2) instances we bneed to decide what to do with.
* Typo fix.Eric S. Raymond2012-05-111-1/+1
|
* Suppress more non-defects.Eric S. Raymond2012-05-101-0/+1
|
* Suppress Coverity false positives.Eric S. Raymond2012-05-101-0/+1
|
* Simplify and improve the C hotplug handler.Eric S. Raymond2011-08-081-8/+5
| | | | Hotplug tests pass. All regression tests pass. Codebase splints clean.
* splint cleanup.Eric S. Raymond2011-07-051-0/+2
|
* Compiler warning suppression.Eric S. Raymond2011-07-011-4/+5
|
* Make te default socket location available to all programs.Eric S. Raymond2011-06-291-1/+1
|
* Remove unused code.Eric S. Raymond2011-06-271-5/+1
|
* splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2011-06-271-0/+2
|
* Removed duplicate code.Michael Tatarinov2011-06-271-3/+4
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Factor out a function we'll probably reuse.Eric S. Raymond2011-06-261-42/+6
|
* Correct some documentation.Eric S. Raymond2011-06-261-2/+3
|
* Document some obscurities. All regression tests pass.Eric S. Raymond2011-06-251-0/+4
|
* No more Python in the hotplug sequence.Eric S. Raymond2011-06-251-0/+1
|
* gpsdctl add and remove both work.Eric S. Raymond2011-06-251-8/+11
|
* Experimental gpsdctl, first cut.Eric S. Raymond2011-06-251-0/+136