Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Note that gpsd timespec normalize is different then ntpd's. | Gary E. Miller | 2015-04-28 | 1 | -0/+2 |
| | |||||
* | Escape %% broken in my 3e6f9bea2b343e485a066db1483bd8037eeb04f7 | Gary E. Miller | 2015-04-28 | 1 | -2/+2 |
| | | | | | My ignorance of Python shows. Now I now % is a special char in strings... | ||||
* | Added shmclear Added shmclean production. | Eric S. Raymond | 2015-04-28 | 1 | -0/+12 |
| | |||||
* | Use correct size of segment for shared-mem export | Zbigniew Chyla | 2015-04-28 | 1 | -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 assignment | Zbigniew Chyla | 2015-04-28 | 1 | -3/+1 |
| | |||||
* | Copy structs using assignment, not memcpy(). | Zbigniew Chyla | 2015-04-28 | 7 | -16/+9 |
| | |||||
* | Openhub now 301 redirects http to https ; save a RTT while browsing | Sanjeev Gupta | 2015-04-28 | 16 | -16/+16 |
| | |||||
* | http 301 redirects to https ; save time by changing target | Sanjeev Gupta | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Fix broken link. | Sanjeev Gupta | 2015-04-28 | 1 | -1/+1 |
| | | | | Please check, how did this survive so long: https://www.mainframe.cx/cgi-bin/gps_report.cgi | ||||
* | Remove End-of-line whitespace | Sanjeev Gupta | 2015-04-28 | 1 | -14/+14 |
| | |||||
* | Generalise WAAS to SBAS and update text. | Sanjeev Gupta | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Remove End-of-line whitespace | Sanjeev Gupta | 2015-04-28 | 1 | -8/+8 |
| | |||||
* | Generalise WAAS to SBAS in documentation. | Sanjeev Gupta | 2015-04-28 | 1 | -12/+13 |
| | |||||
* | Remove unneeded imports from webgps.py | Sanjeev Gupta | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | Remove lots of dead links. | Sanjeev Gupta | 2015-04-18 | 1 | -43/+0 |
| | |||||
* | Remove dead links. | Sanjeev Gupta | 2015-04-18 | 1 | -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 mode | Sanjeev Gupta | 2015-04-18 | 1 | -0/+14 |
| | |||||
* | Correct definitions of cold start, warm start, etc | Sanjeev Gupta | 2015-04-18 | 1 | -11/+10 |
| | |||||
* | Define TTFF | Sanjeev Gupta | 2015-04-18 | 1 | -6/+7 |
| | |||||
* | Typos. | Sanjeev Gupta | 2015-04-18 | 1 | -3/+3 |
| | |||||
* | DGPS accuracy impacts position *and* time. | Sanjeev Gupta | 2015-04-18 | 1 | -0/+3 |
| | |||||
* | Add info on SBAS coverage areas | Sanjeev Gupta | 2015-04-18 | 1 | -25/+12 |
| | |||||
* | DGPS rewrite. DGPS is a superset of GBAS and SBAS. | Sanjeev Gupta | 2015-04-18 | 1 | -9/+19 |
| | |||||
* | End of line spaces, no semantic change | Sanjeev Gupta | 2015-04-16 | 1 | -16/+16 |
| | |||||
* | Update SA removal | Sanjeev Gupta | 2015-04-16 | 1 | -2/+5 |
| | |||||
* | Broken anchor | Sanjeev Gupta | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | Fix DGPS section. | Greg Troxel | 2015-04-15 | 1 | -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 Troxel | 2015-04-15 | 1 | -5/+5 |
| | |||||
* | Use the term "GPS receiver" rather than "sensor". | Greg Troxel | 2015-04-15 | 1 | -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 Troxel | 2015-04-15 | 1 | -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. Raymond | 2015-04-15 | 1 | -0/+8 |
| | |||||
* | Remove dead link for now, will fix | Sanjeev Gupta | 2015-04-14 | 1 | -0/+2 |
| | |||||
* | Correct how DGPS works, and types (SBAS, GBAS) | Sanjeev Gupta | 2015-04-14 | 1 | -6/+7 |
| | |||||
* | Typo, refracts, not reflects | Sanjeev Gupta | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | "We call GNSS GPS" patch train | Sanjeev Gupta | 2015-04-14 | 1 | -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 handling | Eric S. Raymond | 2015-04-14 | 1 | -0/+3 |
| | |||||
* | Revert weirdness caused by d302a714f3b3735062ce9c9fc6cdd9d0e74f43f6 | Gary E. Miller | 2015-04-13 | 1 | -1/+1 |
| | | | | netlib_connectsock() lost the underscore. | ||||
* | Add Google Webmaster Tools verification. | Gary E. Miller | 2015-04-13 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsd | Eric S. Raymond | 2015-04-13 | 9 | -178/+556 |
|\ | | | | | | | | | Conflicts: gpscap.ini | ||||
| * | Automate revision date in *.html.in files. | Gary E. Miller | 2015-04-13 | 4 | -4/+5 |
| | | |||||
| * | Add some SEO to the hardware page. | Gary E. Miller | 2015-04-13 | 2 | -4/+4 |
| | | |||||
| * | Make hardware.html build again. | Gary E. Miller | 2015-04-13 | 1 | -2/+4 |
| | | |||||
| * | Add regression for mt3339 | Gary E. Miller | 2015-04-13 | 2 | -0/+321 |
| | | |||||
| * | Remove trailing whitespace | Gary E. Miller | 2015-04-13 | 1 | -50/+50 |
| | | |||||
| * | Add Adafruit Ultimate GPS. | Gary E. Miller | 2015-04-13 | 1 | -0/+27 |
| | | |||||
| * | Add BN-880 | Gary E. Miller | 2015-04-13 | 1 | -0/+23 |
| | | |||||
| * | Alphabetize chipsets | Gary E. Miller | 2015-04-13 | 1 | -132/+136 |
| | | |||||
| * | Fix URL. | Gary E. Miller | 2015-04-13 | 1 | -1/+1 |
| | | |||||
| * | Add info for Sure OEM Board, works very well | Sanjeev Gupta | 2015-04-13 | 1 | -0/+26 |
| | | | | | | | | Signed-off-by: Gary E. Miller <gem@rellim.com> | ||||
* | | Add info for Sure OEM Board, works very well | Sanjeev Gupta | 2015-04-12 | 1 | -0/+26 |
|/ |