summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-3/+3
* a little bit of handy glue for network transported GNSS dataChris Kuethe2009-07-091-1/+7
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-0/+5
* Defensive programming.Eric S. Raymond2009-03-021-0/+2
* Restore the logic for treating baud rate of 0 as "no change".Eric S. Raymond2009-02-121-3/+10
* All driver method tables are now const.Eric S. Raymond2009-02-121-1/+1
* More thorough suppression of subtype probes.Eric S. Raymond2009-02-091-13/+15
* better fix suggested by Greg TroxelChris Kuethe2009-01-261-1/+3
* more paranoiaChris Kuethe2009-01-261-1/+1
* tcdrain before close of a GPS, because if there's any traffic waiting in theEric S. Raymond2009-01-091-0/+1
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-2/+2
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-1/+2
* whitespace fixesChris Kuethe2008-08-031-33/+33
* Fix to allow compiling with --disable-pps to work.Gary E. Miller2008-01-211-0/+2
* Fix, 2nd try, too many PPS threads being started. Gary E. Miller2008-01-211-1/+0
* Prevent spawning more than one ntp/pps thread. This also fixes some process ...Gary E. Miller2008-01-121-0/+7
* Enrich the regression-test logs with more metainformation.Eric S. Raymond2007-12-131-1/+2
* Minor build and patches from the Gumstix crew.Eric S. Raymond2007-12-131-1/+1
* Refactoring step and fix to ntp interface.Mick Durkin2007-12-081-0/+9
* wrap the NTP SHM setup in the appropriate conditionalChris Kuethe2007-07-271-0/+2
* Two small fixes:Mick Durkin2007-07-171-0/+3
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-5/+3
* splint cleanups, and move a static to wre it belongs in the driver structure.Eric S. Raymond2007-06-011-0/+2
* Change return ttype of gpsd_write to be what the Garmin driver was expecting;Eric S. Raymond2007-06-011-5/+5
* Neuter gpsd_write. Chris Kuethe2007-04-061-0/+2
* fix stupid think-o. from Antonio Eugenio BurrielChris Kuethe2007-03-181-1/+1
* Gary reported a runtime link error. Chris Kuethe2007-03-141-2/+2
* committed from the wrong tree, so fix the "-b" flag. Chris Kuethe2007-03-091-4/+4
* Much as I hate to do this, add a command line flag (-b)...Chris Kuethe2007-03-071-1/+3
* Whoopsy - the fallback mode is always O_RDONLYChris Kuethe2007-01-181-1/+1
* only open character devices read-write; Chris Kuethe2007-01-181-4/+14
* allow the speed search to proceed up to 115k2 Chris Kuethe2006-12-261-1/+1
* Eliminate redundant setting of CS7/CS8. All regression tests pass.Eric S. Raymond2006-12-051-2/+0
* Split the packet-sniffer internals out of the session structure. Eric S. Raymond2006-11-301-4/+4
* if we can't open the device read-write, try to open it read-only. gpsd isChris Kuethe2006-11-251-2/+5
* Move the checking of probe functions... Eric S. Raymond2006-11-171-30/+1
* Interleave NMEA subtype probes with received packets. This seems to Eric S. Raymond2006-11-071-1/+1
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-3/+3
* Define uniform log level macros.Eric S. Raymond2006-11-021-9/+10
* Another small refactoring step.Eric S. Raymond2006-11-011-0/+8
* More pure refactoring.Eric S. Raymond2006-11-011-0/+12
* Pure refactoring. Eric S. Raymond2006-11-011-0/+18
* Make it possible to disable reconfiguration.Eric S. Raymond2006-10-301-2/+3
* Rename some methods for clarity.Eric S. Raymond2006-10-301-7/+7
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-0/+4
* Fix another bug in the wakeup logic. Document the move to lesstif better.Eric S. Raymond2006-10-271-3/+3
* Switch us to using lesstif rather than OpenMotif, as OpenMotif won't shipEric S. Raymond2006-10-271-1/+1
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* OK, I'm slow today.Eric S. Raymond2006-10-261-4/+15
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+4