summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up and condition some code.Eric S. Raymond2005-05-151-1/+1
* Dead-code removal.release-2.23Eric S. Raymond2005-05-041-2/+0
* Testing works better if we compile with GARMIN_ENABLE and ZODAC_ENABLE on.Eric S. Raymond2005-04-301-6/+7
* Move the USB driver inventory early enough that the daemon is still root.Eric S. Raymond2005-04-291-19/+1
* Garmin driver updates shared context.Eric S. Raymond2005-04-111-0/+2
* More geoid tweaks.Gary E. Miller2005-04-011-5/+6
* Make geoid separation availble to the Garmin.Gary E. Miller2005-04-011-0/+4
* Fix more cast alignment issues.Gary E. Miller2005-04-011-22/+26
* First cut to fix cast alignment issue.Gary E. Miller2005-04-011-17/+31
* Gary misunderstood what the tag field is for. Eric S. Raymond2005-03-311-2/+1
* Garmin: fill in session->tag.Gary E. Miller2005-03-311-0/+1
* Garmin: restore GSV. This is needed for gpsdrive, etc.Gary E. Miller2005-03-301-0/+4
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-0/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-10/+10
* Garmin: revert last change, it broke ntpshm.Gary E. Miller2005-03-271-2/+2