summaryrefslogtreecommitdiff
path: root/zodiac.c
Commit message (Expand)AuthorAgeFilesLines
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-9/+9
* Add little-endian macros to bits.h. More fixes for the DBUS problem.Eric S. Raymond2005-07-181-0/+2
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-0/+2
* We know how to scale error estimates now.Eric S. Raymond2005-07-081-5/+5
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-6/+6
* Big driver structure refactoring.Eric S. Raymond2005-07-081-8/+13
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Quiet splint.Eric S. Raymond2005-07-051-1/+1
* Add status mode setting to Zodiac driver.Eric S. Raymond2005-07-041-1/+8
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-9/+9
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-3/+3
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-17/+17
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-1/+1
* Various small cleanups.Eric S. Raymond2005-06-151-2/+1
* Add Zodiac log to regression test.Eric S. Raymond2005-06-131-0/+6
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-27/+7
* 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