summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-2019-45/+54
* Support code for querying validity of fix fields.Eric S. Raymond2006-08-202-0/+68
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-1915-101/+107
* Sync gps.1 with gps.xmlGary E. Miller2006-08-181-87/+105
* Enable 'j' command in cgps.Eric S. Raymond2006-08-188-88/+101
* Obey the warnings of lint and cc because they know C better than you do.Chris Kuethe2006-08-183-0/+117
* Use OpenBSD's nmea(4) line discipline.Chris Kuethe2006-08-182-0/+15
* A gpsd with no protocols is an invalid configuration; make configure fail. Chris Kuethe2006-08-182-11/+14
* There is no --enable-zodiac configure option...Chris Kuethe2006-08-181-1/+1
* Disable RTCM-104 unless a protocol with half a chance of understanding itChris Kuethe2006-08-181-0/+3
* strchr returns char *, so test it against NULL (a pointer)Chris Kuethe2006-08-181-4/+4
* strchr returns char *, so test it against NULL (a pointer) not 0 (an integer)Chris Kuethe2006-08-181-1/+1
* strchr returns char *, and NULL if it can't find what was sought.Chris Kuethe2006-08-181-2/+2
* strchr returns char *, so test it against NULL (a pointer) not 0 (an integer)Chris Kuethe2006-08-181-2/+1
* It makes no sense to compile a gpsd with no protocols defined.Chris Kuethe2006-08-181-0/+9
* Fix the J option support.Eric S. Raymond2006-08-181-4/+4
* Better fix to strchr returning NULLChris Kuethe2006-08-181-7/+9
* revert. this breaks the satellite list.Chris Kuethe2006-08-181-3/+1
* Version bump. I don't think we're in Kansas^W 2.33 any more, Toto.Chris Kuethe2006-08-181-1/+1
* avoid a segfault if strchr returns NULL.Chris Kuethe2006-08-181-1/+3
* SiRF name cleanup.Chris Kuethe2006-08-1716-72/+72
* True North requires NMEA support, and fix the erroneous iTalk descriptionChris Kuethe2006-08-171-1/+3
* Allow this to compile when only the SiRF protocol is enabledChris Kuethe2006-08-171-0/+4
* Add a note on the regression-drift problem.Eric S. Raymond2006-08-161-2/+3
* Introduce NTRIP configuration option.Eric S. Raymond2006-08-163-1/+21
* Various small documentation fixes.Eric S. Raymond2006-08-164-13/+21
* Jerome Cornet's cleaner fix for the Earthmate.Eric S. Raymond2006-08-162-8/+16
* Robin Johnson's fixes for udev support.Eric S. Raymond2006-08-162-15/+27
* Reduce gpsd's default footprint by about 10MB.Eric S. Raymond2006-08-161-2/+4
* Note fix to Gentoo startup problem.Eric S. Raymond2006-08-161-0/+2
* Remove bogus requirement of command-line argument.Eric S. Raymond2006-08-161-10/+4
* Kluge to make pre-2003 Earthmates with EARTHA handshake work again.Eric S. Raymond2006-08-161-0/+7
* We don't have a HACKING file any moreChris Kuethe2006-08-141-1/+1
* We don't have a HACKING file any moreChris Kuethe2006-08-141-1/+0
* Added buffer policy switch.Eric S. Raymond2006-08-145-51/+151
* Fix missing semicolon. From Robin L Darroch on gpsd-devChris Kuethe2006-08-121-1/+1
* Prevent cgpxlogger from logging non-fixes. From Robin L Darroch on gpsd-dev.Chris Kuethe2006-08-041-0/+1
* HTMLize the HACKING file.Eric S. Raymond2006-07-318-1089/+1240
* Eliminate use of fuser(1) from gpsfake.Eric S. Raymond2006-07-298-45/+332
* Note a compiler bug. Fix typos.Eric S. Raymond2006-07-283-24/+35
* Fix typo pointed out my Marshall Crocker.Eric S. Raymond2006-07-261-1/+1
* Merge Eivind Tagseth's patch for limiting memory utilization on SBCs.Eric S. Raymond2006-07-263-19/+89
* Add udev support.Eric S. Raymond2006-07-261-25/+6
* Documentation fixes. Add Tilman's udev stuff.Eric S. Raymond2006-07-265-3/+44
* Debian init files from Tilman Koschnick <til@subnetz.org>.Eric S. Raymond2006-07-263-0/+78
* Avoid a nasty bug when reclaiming fds.Eric S. Raymond2006-07-251-1/+1
* Fix breakage in a test, handle faking a port for regression Eric S. Raymond2006-07-254-16/+23
* Pipe (-p) option split into -1 and -p options. New test added.Eric S. Raymond2006-07-236-9/+192
* Do a better job of catching invocation errors.Eric S. Raymond2006-07-231-1/+6
* This version of gpsfake is OK with the -p option.Eric S. Raymond2006-07-231-2/+4