summaryrefslogtreecommitdiff
path: root/gpsd.xml
Commit message (Collapse)AuthorAgeFilesLines
* Alphabetize options in gpsd man page.Gary E. Miller2017-06-301-31/+31
|
* Add the -r option to gpsd.Larry Boyd2017-06-301-0/+9
| | | | | | | | -r allows gpsd to use the time from a GPS even if the GPS has no valid fix. This is useful on devices like the Raspberry Pi that have not battery backed RTC, but have a GPS with a battery backed RTC. Signed-off-by: Gary E. Miller <gem@rellim.com>
* Updates library manpage list.Robert Norris2017-02-081-1/+1
| | | | | | Man page for libgpsd no longer exists. Replace with libgpsmm which does. Signed-off-by: Fred Wright <fw@fwright.net>
* Im[p;ement and document /dev/gpsd0 side effect.Eric S. Raymond2016-05-101-0/+19
|
* Xcess whitespace removal.Gary E. Miller2015-04-301-7/+7
|
* Add mention of /dev/pps in gpsd man page.Gary E. Miller2015-04-021-1/+10
|
* Cite RFC 7159 as an applicable standard where appropriate.Eric S. Raymond2015-04-011-0/+3
|
* Documentation update.Eric S. Raymond2015-02-101-10/+11
|
* Implement and document GPSD_SHM_KEY environment variable.Eric S. Raymond2015-02-091-0/+9
|
* Graceful shutdown qwhen hotplug-driven and out of devices and subscribers.Eric S. Raymond2015-02-061-1/+8
|
* Minor documentation updates.Eric S. Raymond2014-08-221-1/+1
|
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-1/+1
|
* Trivial markup fix.Eric S. Raymond2013-10-171-1/+1
|
* Transplant some sections of gpsd(8) to the new HOWTO.Eric S. Raymond2013-10-171-139/+17
|
* First, very early cut at a time service HOWTO.Eric S. Raymond2013-10-171-1/+1
|
* Make clear -n is not really optional for ntp/chrony usage and thatGary E. Miller2013-09-171-4/+3
| | | | not using -n is almost never usefull.
* Another language tweak.Eric S. Raymond2013-09-161-1/+1
|
* Documentation suggestion by Peter da Silva.Eric S. Raymond2013-09-151-1/+2
|
* Typo fix.Eric S. Raymond2013-05-211-1/+1
|
* typo fix.Bernd Zeimetz2012-05-221-1/+1
|
* Speklling fixes from Jon Schleuter.Eric S. Raymond2012-05-101-2/+2
|
* Merge branch 'master' of git://git.sv.gnu.org/gpsdReinhard Arlt2012-05-101-2/+2
|\
| * Typo fix in doc.Gary E. Miller2012-05-091-2/+2
| | | | | | | | Patch by: Beat Bolli <bbolli@ewanet.ch>
* | typo fixed.Reinhard Arlt2012-05-091-1/+1
|/
* Hardware table entry for Macx-1.Eric S. Raymond2012-05-091-2/+2
|
* Explain a race condition.Eric S. Raymond2012-05-071-6/+24
|
* First cut at documenting NMEA2000 device initialization.Eric S. Raymond2012-05-021-0/+13
|
* Document NMEA2000 support.Eric S. Raymond2012-04-251-11/+12
|
* Anotehr doc fix for chrony usage.Gary E. Miller2012-04-031-0/+6
|
* Fix documentation error in chrony usage.Gary E. Miller2012-04-031-1/+1
|
* Added support for SDDBT sentences from a depth sounder.Eric S. Raymond2012-03-091-5/+7
| | | | All regression tests pass, including the new one for the sounder.
* Update list of NMEA sentences recognized.Eric S. Raymond2012-03-091-1/+1
|
* Fixing spelling error.Bernd Zeimetz2011-12-011-1/+1
| | | | Thanks to Debian's lintian :)
* gpsd man page changes for ntp config. From: Michael TatarinovGary E. Miller2011-10-111-0/+12
|
* Another applicable standard.Eric S. Raymond2011-10-051-0/+4
|
* No links to proprietary "standards" while our open stuff has no stable home.Eric S. Raymond2011-10-011-16/+12
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-3/+2
| | | | This was the easy part. Remaining removals will require more decisions.
* Re-enable the & and ! control-socket commands.Eric S. Raymond2011-09-211-2/+0
|
* Enable packet sniffer to recognize ECDIS NMEA packets with $EC leader.Eric S. Raymond2011-09-081-4/+5
| | | | This was a user feature request. All regression tests pass.
* The -N option no longer drops privileges.Eric S. Raymond2011-08-191-2/+8
| | | | | | | | | | The price is that only devices specified on the gpsd commmand line will do PPS, because the calls to set line discipline stop being available after we drop privileges. In practice, this shouldn't be a problem, as PPS devices ar RS232 ports that can't be hotplugged and thus *must* be specified on the command line. All regression tests pass.
* Comment out documentation corresponding to features just disabled.Eric S. Raymond2011-06-271-0/+2
|
* Add proper crossreferences on the manual pages.Eric S. Raymond2011-06-271-0/+1
|
* Mark VERSION and WATCH with a remote attribute when passed from slaves.Eric S. Raymond2011-06-221-9/+0
|
* Document a limitation of passthrough mode.Eric S. Raymond2011-06-221-0/+8
|
* Path-rewrite for JSON packets works. All regression tests pass.Eric S. Raymond2011-06-211-1/+13
|
* Remove commented-out documentation for an obsolete option.Eric S. Raymond2011-06-021-2/+0
|
* Split the JSON protocol dcumentation out of gpsd(8).Eric S. Raymond2011-03-281-2159/+64
| | | | Also, fully document the DBUS and shared-memory interfaces.
* DEVICE::activated becomes an ISO8601 timestamp.Eric S. Raymond2011-03-241-4/+5
|
* Document order constraints better.Eric S. Raymond2011-03-221-4/+13
|
* Emit "mode" before its dependent attributes in TPV, and timestamps with .3f.Eric S. Raymond2011-03-221-11/+15
| | | | Required a regression-test rebuild.