summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of a stray bracket.Eric S. Raymond2006-11-011-1/+0
* Add a comment and initializer (so far not used)...Eric S. Raymond2006-11-011-0/+14
* Clean up a saved_baud use.Eric S. Raymond2006-11-011-2/+2
* When gpsctrl is given no arguments, it IDs the selected device and exits.Eric S. Raymond2006-11-011-1/+1
* Drivers have to explicitly set the driver_mode field when they do a switch...Eric S. Raymond2006-11-011-4/+5
* document message 29Chris Kuethe2006-11-011-0/+4
* Enable raw tracker data if the port speed is high enough.Chris Kuethe2006-11-011-2/+2
* Improved version of code for shipping a firmware version.Eric S. Raymond2006-10-311-1/+1
* Enable clients to display the GPS type.Eric S. Raymond2006-10-311-0/+1
* Rename some methods for clarity.Eric S. Raymond2006-10-301-3/+3
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-3/+3
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-5/+5
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
* Stop using a hand-rolled hexdump.Chris Kuethe2006-10-241-6/+1
* quell compiler warning in the case of --disable-reconfigureChris Kuethe2006-10-101-0/+2
* add the sirf-specific reconfiguration inhibitorChris Kuethe2006-10-021-0/+12
* Initialize "mask" sooner, and do it only once.Chris Kuethe2006-09-231-3/+1
* off-by-one in statistics channel printer.Chris Kuethe2006-09-221-1/+1
* Document two more messages, and adjust the debug level.Chris Kuethe2006-09-221-3/+11
* Document a few more message typesChris Kuethe2006-09-211-1/+27
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* forgot to update the message sizeChris Kuethe2006-09-191-1/+1
* Fix the description of message 27... finally.Chris Kuethe2006-09-191-4/+5
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-38/+38
* 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
* SiRF name cleanup.Chris Kuethe2006-08-171-5/+5
* Better fix to allow compilation with --disable-ntpshm.Chris Kuethe2006-05-171-2/+0
* allow compilation with --disable-ntpshmChris Kuethe2006-05-171-0/+2
* More optimization tweaks and cleanup.Eric S. Raymond2005-08-201-8/+8
* Minor optimization using internal statics, thanks to Remco for the reminder.Eric S. Raymond2005-08-201-2/+2
* Minor changes to SiRF initialization.Eric S. Raymond2005-08-171-0/+12
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-1/+1
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
* Make sure sirf.c contains documentation for message 27.Eric S. Raymond2005-07-301-0/+40
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-29/+29
* More interface narrowing.Eric S. Raymond2005-07-251-2/+12
* Narrow an interface.Eric S. Raymond2005-07-251-1/+1
* Documentation fixes and another EverMore patch.Eric S. Raymond2005-07-221-0/+4
* Factor out subframe interpretation so EverMore can use it.Eric S. Raymond2005-07-201-99/+4
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-13/+4
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+3
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-1/+1
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-0/+2
* Big driver structure refactoring.Eric S. Raymond2005-07-081-24/+37
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Various documentation fixes.Eric S. Raymond2005-07-071-1/+0
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-29/+29