summaryrefslogtreecommitdiff
path: root/sirfmon.c
Commit message (Collapse)AuthorAgeFilesLines
* change various PI macros to GPS_PIChris Kuethe2008-07-201-12/+10
|
* Rename big-endian bit extraction macros.Eric S. Raymond2008-07-151-46/+46
|
* splint cleanups, including a tweak to Makefile.am...Eric S. Raymond2007-05-311-2/+2
| | | | | | ...to make sure that gpsd.h is always regenerated when splint or other tools want to see C sources.
* Fixed three minor errors discovered by Coverity scan.Eric S. Raymond2007-05-311-2/+3
|
* MID2 time is GPS, not UTC. Chris Kuethe2007-01-241-1/+1
| | | | | Noticed while helping a colleague figure out whether or not he wanted to use leap seconds in his timezone files.
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1
| | | | | We may need to revisit this if 'n' when we get around to supporting ipv6.
* a better way to use ncurses, if you've got it.Chris Kuethe2006-12-151-1/+5
|
* Fix a build bug reported by Greg Troxel.Eric S. Raymond2006-12-151-1/+1
|
* Add a needed header.Eric S. Raymond2006-10-271-0/+1
|
* More splint cleanup.Eric S. Raymond2006-10-271-0/+5
|
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* Partial splint cleanup.Eric S. Raymond2006-10-261-2/+2
|
* fix argument to perrorChris Kuethe2006-09-281-1/+1
|
* rename sbasvec to dgpsvec which more accurately describes what it's used for.Chris Kuethe2006-09-281-2/+2
|
* Display improvements for DGPS statusChris Kuethe2006-09-281-4/+6
|
* properly toggle the navigation paramters displayChris Kuethe2006-09-251-4/+9
|
* Adjust cursor position properly when writing Almanac Received flagChris Kuethe2006-09-251-1/+1
|
* Forgot to update the test when I fixed the printout of dgps statusChris Kuethe2006-09-251-1/+1
|
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* Fix the documentation of the SBAS corrections message...Chris Kuethe2006-09-191-6/+16
| | | | | ...and adjust parser accordingly. Also add descriptive tags to a few of the messages I saw going past my receiver.
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+1
|
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-1/+1
| | | | | | | GPSD is now free from the often-misused strcat, strcpy and sprintf. Future code should not use unbounded string functions. Glibc users, please verify that the integrated strlcat and strlcpy are correctly linked in.
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-2/+2
|
* Rebuild regression test for gcc 4.0.0 under x86_64.Eric S. Raymond2005-12-191-0/+4
| | | | Merge in Cygwin port patches.
* More splint cleanup.Eric S. Raymond2005-07-301-0/+2
|
* Implement -F properly, and fix a bug reported by Wolfgang.Eric S. Raymond2005-07-301-10/+10
|
* Complain rather than try to write to a close fd silently.Eric S. Raymond2005-07-291-1/+3
|
* The retry change was not smart.Eric S. Raymond2005-07-291-10/+9
|
* Parity computation and splint cleanup.Eric S. Raymond2005-07-281-2/+2
|
* More visible hunting as Wolfgang Rupprecht suggested.Eric S. Raymond2005-07-281-9/+10
|
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
| | | | | ...because the NMEA driver sets them in different places. Add satellite-picture parsing to Evermore driver.
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-3/+3
|
* Prep work for 16-channel receivers; silence a warning about PPS initialization.Eric S. Raymond2005-06-221-3/+1
|
* More improvements in sirfmon legends.Eric S. Raymond2005-06-201-1/+3
|
* Splint cleanup; also, label some things more informatively.Eric S. Raymond2005-06-201-16/+17
|
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-1/+0
|
* Experimentally putting splint in strict mode turned up some grubby bits.Eric S. Raymond2005-06-101-1/+1
|
* Make sirfmon use the bits macros.Eric S. Raymond2005-06-091-57/+55
|
* Teach sirfmon to use bits.h.Eric S. Raymond2005-06-091-82/+78
|
* Oops. Log the actual data, not random garbage off the buffer end.Eric S. Raymond2005-06-081-1/+2
|
* Add logging command to sirfmon.Eric S. Raymond2005-06-081-1/+29
|
* 75 splint warnings with all -unrecog directives removed.Eric S. Raymond2005-06-071-3/+5
|
* 199 splint warnings.Eric S. Raymond2005-05-301-14/+26
|
* 560 splint errors.Eric S. Raymond2005-05-291-140/+140
|
* 680 splint warnings.Eric S. Raymond2005-05-271-1/+3
|
* 698 splint warnings.Eric S. Raymond2005-05-271-32/+49
|
* 879 splint warnings.Eric S. Raymond2005-05-271-9/+13
|
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-51/+54
|
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-3/+3
|
* 1318 splint warnings.Eric S. Raymond2005-05-271-54/+56
|