summaryrefslogtreecommitdiff
path: root/zodiac.c
Commit message (Expand)AuthorAgeFilesLines
* Port hack for OpebBSD; base code on C99 round()/roundf().Eric S. Raymond2005-06-111-1/+1
* New version of bits.h with fixed-width types for cross-architecture portability.Eric S. Raymond2005-06-101-8/+1
* OpenBSD port change: round[f] -> rint[f].Eric S. Raymond2005-06-101-1/+1
* Do some int to size_t conversions we didn't catch the first time around.Eric S. Raymond2005-06-101-3/+3
* Type cleanup.Eric S. Raymond2005-06-101-1/+1
* Zero splint warnings!Eric S. Raymond2005-06-081-1/+1
* 41 splint warnings.Eric S. Raymond2005-06-071-5/+6
* 560 splint errors.Eric S. Raymond2005-05-291-111/+117
* 680 splint warnings.Eric S. Raymond2005-05-271-5/+6
* 698 splint warnings.Eric S. Raymond2005-05-271-2/+2
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-7/+6
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-5/+8
* More fast Zodiac fixes, 1156 splint errors.Eric S. Raymond2005-05-271-20/+23
* 1318 splint warnings.Eric S. Raymond2005-05-271-2/+2
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-4/+4
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-2/+2
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-5/+2
* Support R=2.Eric S. Raymond2005-05-241-3/+7
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-1/+1
* Add trailing \n to log messages where needed.Eric S. Raymond2005-05-241-15/+15
* Various driver fixes and cleanups from Rob Janssen.Eric S. Raymond2005-05-221-19/+53
* Pass along, or compute, TDOP and GDOP.Eric S. Raymond2005-05-221-0/+2
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-1/+1
* OpenBSD port patch.Eric S. Raymond2005-05-181-1/+1
* Signedness and scaling fixes for the Zodiac driver.Eric S. Raymond2005-05-171-16/+19
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-13/+13
* Fixes from Rob Janssen: PPS integration, Zodiac bug fix, Makefile.am cleanup.Eric S. Raymond2005-05-131-2/+3
* Remove some unused code, suggested by Rob Janssen.Eric S. Raymond2005-05-111-2/+0
* Fixes for the Zodiac driver. Beginning of PPS patch (conditioned out).Eric S. Raymond2005-05-091-4/+41
* Fixes from Rob Janssen.Eric S. Raymond2005-04-301-1/+1
* Testing works better if we compile with GARMIN_ENABLE and ZODAC_ENABLE on.Eric S. Raymond2005-04-301-1/+1
* OK, let's try this again. Only you can prevent malicious buffer overruns!Eric S. Raymond2005-03-311-2/+2
* Limit some field widths...Eric S. Raymond2005-03-301-1/+1
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-1/+1
* Make the code for converting GMT dates independent of Unix time-zone weirdness.Eric S. Raymond2005-03-281-1/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-9/+9
* Oops, fix the time-extraction code.Eric S. Raymond2005-03-261-30/+27
* Add a sentence_time member...Eric S. Raymond2005-03-261-9/+10
* Use Zodiac's UTC fields, assuming that they have leap-second correction.Eric S. Raymond2005-03-261-2/+9
* Reduce the burden on drivers by doing fix copying for them.Eric S. Raymond2005-03-251-4/+1
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-2/+4
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-2/+2
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-1/+2
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-9/+8
* Take the broken-out dates out of the session structure.Eric S. Raymond2005-03-221-7/+0
* Sentence length and tag reporting is now done by the driver.Eric S. Raymond2005-03-221-5/+7
* Second step in library refactoring.Eric S. Raymond2005-03-221-1/+4
* Big structure reorganization.Eric S. Raymond2005-03-221-37/+34
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-3/+0
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-1/+0