summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Note that gpsd timespec normalize is different then ntpd's.Gary E. Miller2015-04-281-0/+2
|
* Escape %% broken in my 3e6f9bea2b343e485a066db1483bd8037eeb04f7Gary E. Miller2015-04-281-2/+2
| | | | | My ignorance of Python shows. Now I now % is a special char in strings...
* Added shmclear Added shmclean production.Eric S. Raymond2015-04-281-0/+12
|
* Use correct size of segment for shared-mem exportZbigniew Chyla2015-04-281-3/+3
| | | | | | | | | | | The gpsd exports data to clients via shared-memory using struct shmexport_t, which contains both a copy of struct gps_data_t and additional fields. However, when allocating shared memory via shmget(), it was passing sizeof(struct gps_data_t) as size of the whole segment. The bug may cause gpsd crash in case the size of gps_data_t is equal to or slightly smaller than a multiple of PAGE_SIZE.
* Replace overly complex memcpy with struct assignmentZbigniew Chyla2015-04-281-3/+1
|
* Copy structs using assignment, not memcpy().Zbigniew Chyla2015-04-287-16/+9
|
* Openhub now 301 redirects http to https ; save a RTT while browsingSanjeev Gupta2015-04-2816-16/+16
|
* http 301 redirects to https ; save time by changing targetSanjeev Gupta2015-04-281-1/+1
|
* Fix broken link.Sanjeev Gupta2015-04-281-1/+1
| | | | Please check, how did this survive so long: https://www.mainframe.cx/cgi-bin/gps_report.cgi
* Remove End-of-line whitespaceSanjeev Gupta2015-04-281-14/+14
|
* Generalise WAAS to SBAS and update text.Sanjeev Gupta2015-04-281-1/+1
|
* Remove End-of-line whitespaceSanjeev Gupta2015-04-281-8/+8
|
* Generalise WAAS to SBAS in documentation.Sanjeev Gupta2015-04-281-12/+13
|
* Remove unneeded imports from webgps.pySanjeev Gupta2015-04-281-1/+1
|
* Remove lots of dead links.Sanjeev Gupta2015-04-181-43/+0
|
* Remove dead links.Sanjeev Gupta2015-04-181-3/+4
| | | | | Sjould one search for them? Or since Google can find information on how every part of GNSS works, not bother?
* Correctly define autonomous and A-GPS modeSanjeev Gupta2015-04-181-0/+14
|
* Correct definitions of cold start, warm start, etcSanjeev Gupta2015-04-181-11/+10
|
* Define TTFFSanjeev Gupta2015-04-181-6/+7
|
* Typos.Sanjeev Gupta2015-04-181-3/+3
|
* DGPS accuracy impacts position *and* time.Sanjeev Gupta2015-04-181-0/+3
|
* Add info on SBAS coverage areasSanjeev Gupta2015-04-181-25/+12
|
* DGPS rewrite. DGPS is a superset of GBAS and SBAS.Sanjeev Gupta2015-04-181-9/+19
|
* End of line spaces, no semantic changeSanjeev Gupta2015-04-161-16/+16
|
* Update SA removalSanjeev Gupta2015-04-161-2/+5
|
* Broken anchorSanjeev Gupta2015-04-161-2/+2
|
* Fix DGPS section.Greg Troxel2015-04-151-10/+16
| | | | | | | Differential works by transmitting pseudorange errors, not position errors. While trying to avoid too much detail, make the point that all unmodeled errors end up in the mix; DGPS doesn't specifically estimate extra delay separately from clock errors and orbit errors.
* s/GPS sensor/GPS receiver/Greg Troxel2015-04-151-5/+5
|
* Use the term "GPS receiver" rather than "sensor".Greg Troxel2015-04-151-7/+8
| | | | | | | Avoid referring to WGS84 geoid and getting into the whole ellipsoid/geoid bit, because that's way too complicated for the first paragraph. Hold my nose and leave "mean sea level" (in modern height, there's no such thing).
* Declare that we intend to be careful about GNSS/GPS.Greg Troxel2015-04-151-12/+15
| | | | | | | Explain that we aren't going to change code (this seems beyond obvious). Explain that there is residual GPS-instead-of-GNSS in the docs. Explain the occasional loose usage of GPS for GNSS, avoiding legitimizing it and also avoiding being overly critical.
* Make gpsmon's behavor on extended NMEA devices a bit less obscure.Eric S. Raymond2015-04-151-0/+8
|
* Remove dead link for now, will fixSanjeev Gupta2015-04-141-0/+2
|
* Correct how DGPS works, and types (SBAS, GBAS)Sanjeev Gupta2015-04-141-6/+7
|
* Typo, refracts, not reflectsSanjeev Gupta2015-04-141-1/+1
|
* "We call GNSS GPS" patch trainSanjeev Gupta2015-04-141-17/+36
| | | | | Fix definitions and usage, and correct explanation of how it works Dead links being detected, will fix in later pass
* # Work arount a minor bug in InstallSharedLib() link handlingEric S. Raymond2015-04-141-0/+3
|
* Revert weirdness caused by d302a714f3b3735062ce9c9fc6cdd9d0e74f43f6Gary E. Miller2015-04-131-1/+1
| | | | netlib_connectsock() lost the underscore.
* Add Google Webmaster Tools verification.Gary E. Miller2015-04-131-0/+2
|
* Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsdEric S. Raymond2015-04-139-178/+556
|\ | | | | | | | | Conflicts: gpscap.ini
| * Automate revision date in *.html.in files.Gary E. Miller2015-04-134-4/+5
| |
| * Add some SEO to the hardware page.Gary E. Miller2015-04-132-4/+4
| |
| * Make hardware.html build again.Gary E. Miller2015-04-131-2/+4
| |
| * Add regression for mt3339Gary E. Miller2015-04-132-0/+321
| |
| * Remove trailing whitespaceGary E. Miller2015-04-131-50/+50
| |
| * Add Adafruit Ultimate GPS.Gary E. Miller2015-04-131-0/+27
| |
| * Add BN-880Gary E. Miller2015-04-131-0/+23
| |
| * Alphabetize chipsetsGary E. Miller2015-04-131-132/+136
| |
| * Fix URL.Gary E. Miller2015-04-131-1/+1
| |
| * Add info for Sure OEM Board, works very wellSanjeev Gupta2015-04-131-0/+26
| | | | | | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* | Add info for Sure OEM Board, works very wellSanjeev Gupta2015-04-121-0/+26
|/