| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a fulfilled TODO item, add some warning comments, | Eric S. Raymond | 2009-09-17 | 1 | -1/+12 |
* | Fold the probe_wakup method into the new generic lifetime-event hook. | Eric S. Raymond | 2009-09-13 | 1 | -4/+4 |
* | Guard some inclusions that splint doesn't like. | Eric S. Raymond | 2009-09-10 | 1 | -0/+2 |
* | Dyke out the remotegpsd code. | Eric S. Raymond | 2009-09-10 | 1 | -11/+0 |
* | Son of the Splint Cleanup. | Eric S. Raymond | 2009-09-10 | 1 | -4/+4 |
* | Bride of the Splint Cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-10 | 1 | -1/+1 |
* | Partial splint cleanup. All regression tests pass. | Eric S. Raymond | 2009-09-09 | 1 | -1/+1 |
* | Major rearrangement of device members in struct gpsdata_t... | Eric S. Raymond | 2009-08-23 | 1 | -15/+15 |
* | system call failure should be tested against -1, rather than "< 0" | Chris Kuethe | 2009-07-09 | 1 | -3/+3 |
* | a little bit of handy glue for network transported GNSS data | Chris Kuethe | 2009-07-09 | 1 | -1/+7 |
* | GPSD can now be a gpsd client | Chris Kuethe | 2009-07-05 | 1 | -0/+5 |
* | Defensive programming. | Eric S. Raymond | 2009-03-02 | 1 | -0/+2 |
* | Restore the logic for treating baud rate of 0 as "no change". | Eric S. Raymond | 2009-02-12 | 1 | -3/+10 |
* | All driver method tables are now const. | Eric S. Raymond | 2009-02-12 | 1 | -1/+1 |
* | More thorough suppression of subtype probes. | Eric S. Raymond | 2009-02-09 | 1 | -13/+15 |
* | better fix suggested by Greg Troxel | Chris Kuethe | 2009-01-26 | 1 | -1/+3 |
* | more paranoia | Chris Kuethe | 2009-01-26 | 1 | -1/+1 |
* | tcdrain before close of a GPS, because if there's any traffic waiting in the | Eric S. Raymond | 2009-01-09 | 1 | -0/+1 |
* | This diff goes most of the way to getting us splint-clean again. | Eric S. Raymond | 2009-01-05 | 1 | -2/+2 |
* | Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers... | Chris Kuethe | 2008-12-27 | 1 | -1/+2 |
* | whitespace fixes | Chris Kuethe | 2008-08-03 | 1 | -33/+33 |
* | Fix to allow compiling with --disable-pps to work. | Gary E. Miller | 2008-01-21 | 1 | -0/+2 |
* | Fix, 2nd try, too many PPS threads being started. | Gary E. Miller | 2008-01-21 | 1 | -1/+0 |
* | Prevent spawning more than one ntp/pps thread. This also fixes some process ... | Gary E. Miller | 2008-01-12 | 1 | -0/+7 |
* | Enrich the regression-test logs with more metainformation. | Eric S. Raymond | 2007-12-13 | 1 | -1/+2 |
* | Minor build and patches from the Gumstix crew. | Eric S. Raymond | 2007-12-13 | 1 | -1/+1 |
* | Refactoring step and fix to ntp interface. | Mick Durkin | 2007-12-08 | 1 | -0/+9 |
* | wrap the NTP SHM setup in the appropriate conditional | Chris Kuethe | 2007-07-27 | 1 | -0/+2 |
* | Two small fixes: | Mick Durkin | 2007-07-17 | 1 | -0/+3 |
* | Pull the device_readonly variable into the global context structure. | Eric S. Raymond | 2007-06-01 | 1 | -5/+3 |
* | splint cleanups, and move a static to wre it belongs in the driver structure. | Eric S. Raymond | 2007-06-01 | 1 | -0/+2 |
* | Change return ttype of gpsd_write to be what the Garmin driver was expecting; | Eric S. Raymond | 2007-06-01 | 1 | -5/+5 |
* | Neuter gpsd_write. | Chris Kuethe | 2007-04-06 | 1 | -0/+2 |
* | fix stupid think-o. from Antonio Eugenio Burriel | Chris Kuethe | 2007-03-18 | 1 | -1/+1 |
* | Gary reported a runtime link error. | Chris Kuethe | 2007-03-14 | 1 | -2/+2 |
* | committed from the wrong tree, so fix the "-b" flag. | Chris Kuethe | 2007-03-09 | 1 | -4/+4 |
* | Much as I hate to do this, add a command line flag (-b)... | Chris Kuethe | 2007-03-07 | 1 | -1/+3 |
* | Whoopsy - the fallback mode is always O_RDONLY | Chris Kuethe | 2007-01-18 | 1 | -1/+1 |
* | only open character devices read-write; | Chris Kuethe | 2007-01-18 | 1 | -4/+14 |
* | allow the speed search to proceed up to 115k2 | Chris Kuethe | 2006-12-26 | 1 | -1/+1 |
* | Eliminate redundant setting of CS7/CS8. All regression tests pass. | Eric S. Raymond | 2006-12-05 | 1 | -2/+0 |
* | Split the packet-sniffer internals out of the session structure. | Eric S. Raymond | 2006-11-30 | 1 | -4/+4 |
* | if we can't open the device read-write, try to open it read-only. gpsd is | Chris Kuethe | 2006-11-25 | 1 | -2/+5 |
* | Move the checking of probe functions... | Eric S. Raymond | 2006-11-17 | 1 | -30/+1 |
* | Interleave NMEA subtype probes with received packets. This seems to | Eric S. Raymond | 2006-11-07 | 1 | -1/+1 |
* | Sigh...avoid harmless but *annoying* name collision... | Eric S. Raymond | 2006-11-02 | 1 | -3/+3 |
* | Define uniform log level macros. | Eric S. Raymond | 2006-11-02 | 1 | -9/+10 |
* | Another small refactoring step. | Eric S. Raymond | 2006-11-01 | 1 | -0/+8 |
* | More pure refactoring. | Eric S. Raymond | 2006-11-01 | 1 | -0/+12 |
* | Pure refactoring. | Eric S. Raymond | 2006-11-01 | 1 | -0/+18 |