summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
...
* A gallimaufry of small fixes:Eric S. Raymond2006-09-051-0/+4
* Fix typo in comment.Gary E. Miller2006-06-141-1/+1
* Fix problem that causes gpsd to hang in tcsetattr() when being run from gpsfake.Gary E. Miller2006-06-141-1/+2
* fixed width types now splint clean.Gary E. Miller2006-05-171-8/+12
* First pass at making the fixed width ints splint clean.Gary E. Miller2006-05-171-53/+53
* Some more fixed width changes to basic data structures.Gary E. Miller2006-05-171-15/+15
* Change Packet_t to use the standard fixed width types from the C99 inttypes.hGary E. Miller2006-05-171-8/+9
* Warning and splint cleanup.Eric S. Raymond2005-08-201-1/+1
* Garmin driver should not hide the WAAS satellite. The other drivers do not.Gary E. Miller2005-08-191-3/+1
* splint and error-message cleanup.Eric S. Raymond2005-08-031-2/+4
* Major change to packet parser -- it now returns the *first* packet recognized.Eric S. Raymond2005-08-021-1/+0
* Minor touch-ups.Gary E. Miller2005-08-021-11/+27
* Mostly fix garmin to work with new packet parse structure.Gary E. Miller2005-08-021-15/+53
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-16/+16
* 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
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-4/+4
* Big driver structure refactoring.Eric S. Raymond2005-07-081-1/+1
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-17/+17
* Quiet down splint.Eric S. Raymond2005-07-011-2/+2
* This is the fix I had been waiting for Gary to check in -- I hope.Eric S. Raymond2005-07-011-12/+20
* Try to fix some bugs introduced by FIONREAD removal.Eric S. Raymond2005-06-281-3/+3
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-20/+12
* Modify garmin code to remove calloc(). GarminBuffer is now in gps_device_t.Gary E. Miller2005-06-281-12/+14
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-3/+6
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-23/+23
* 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/+0
* Fix eph missing in garmin driver.Gary E. Miller2005-06-141-1/+1
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-0/+1
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-19/+2
* int to size_t conversions.Eric S. Raymond2005-06-101-3/+3
* Type cleanup.Eric S. Raymond2005-06-101-16/+16
* Zero splint warnings!Eric S. Raymond2005-06-081-1/+1
* 41 splint warnings.Eric S. Raymond2005-06-071-4/+4
* 78 splint warnings.Eric S. Raymond2005-06-071-3/+1
* 556 splint warnings. Found an error in the dsock handling with it.Eric S. Raymond2005-05-291-0/+2
* 560 splint errors.Eric S. Raymond2005-05-291-1/+2
* 680 splint warnings.Eric S. Raymond2005-05-271-3/+3
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-3/+5
* last obvious splint changes, the remaining 6 are splint delusionsGary E. Miller2005-05-271-2/+6
* more splint changesGary E. Miller2005-05-271-8/+11
* more lame splint fixesGary E. Miller2005-05-271-72/+82
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-2/+2
* Add trailing \n to log messages where needed.Eric S. Raymond2005-05-241-4/+4
* Cosmetic fixes.Eric S. Raymond2005-05-211-1/+1
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-1/+1
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-6/+6