summaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
...
* More information on MMSIs for the AIVDM document.Eric S. Raymond2013-11-141-2/+29
|
* u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-091-1/+1
|
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-095-19/+19
|
* Packaging fix for RHEL/Centos.Brian Bieber2013-11-081-0/+0
|
* Update the client applications list.Eric S. Raymond2013-11-081-28/+28
|
* Extensive review by Jaap WiniusSanjeev Gupta2013-11-071-9/+23
| | | | | - Language cleaned and corrected - gnuplot section slightly expanded
* Correct attribution emailSanjeev Gupta2013-11-071-2/+1
|
* Proof read onlySanjeev Gupta2013-11-071-0/+3
| | | | - Added asciidoc header for consistency
* Proof read onlySanjeev Gupta2013-11-071-5/+9
| | | | | | | - Version number changed - Spelling made consistent - Minor formatting change - Added asciidoc note for consistency
* Terminological fixesSanjeev Gupta2013-11-061-12/+19
| | | | | | | | The canonical way to label the shm0 timestamp is in-band message time. Converted to new term. Also clarified as per Greg's comment that we are not attempting to correct 1PPS offset.
* Typo fix onlySanjeev Gupta2013-11-061-1/+1
|
* Terminological adjustment.Eric S. Raymond2013-11-062-7/+8
|
* Terminological fix.Eric S. Raymond2013-11-061-3/+2
|
* Initial draft; how to estimate time1 offsetSanjeev Gupta2013-11-061-0/+160
| | | | | | This is based on Andy Walls et al. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Correct an NMEA sentence name.Eric S. Raymond2013-11-061-2/+2
|
* Nit in the time howto.Gary E. Miller2013-11-051-1/+1
|
* Improve chrony examples in time howto.Miroslav Lichvar2013-11-041-34/+15
| | | | | | | | | | | | | | | - recommended place for the drift file is in /var/lib - set the example offset value to 0.420 to correspond with the ntpd example configuration - explain the delay setting - drop prefer as it's usually better to let chronyd pick the best source - show working SOCK in the example chronyc sources output - add refid values - don't mention noprefer as it's not a supported option - don't use PPS source with SHM and SOCK at the same time - don't mention chronyd in ntpd tuning section, chrony has it's own section for determining the offset value and the awk script doesn't work with the chrony logs anyway
* Move some installation instructions to a better location.Eric S. Raymond2013-11-041-0/+5
|
* Clean up the new HOWTO section slightly.Eric S. Raymond2013-11-031-14/+18
|
* Hal Murray's explanations of how ntpd drift worksSanjeev Gupta2013-11-031-3/+75
| | | | | Differentiate between accuracy and stability, and explain how ntpd looks at short term drifts.
* Explanation from Hal Murray.Eric S. Raymond2013-11-031-2/+9
|
* A fine point from Andy Walls.Eric S. Raymond2013-11-031-0/+3
|
* gpsmon display of PPS events is now a public feature.Eric S. Raymond2013-11-022-5/+13
|
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-5/+14
| | | | | | | Because it might be going to chrony. Or something else. No logic changes, just name changes and one new derived #define, TIMEHINT_ENABLE.
* Typo fix.Eric S. Raymond2013-10-311-1/+1
|
* www: Typo fixesChristian Gagneraud2013-10-312-2/+2
| | | | | Signed-off-by: Christian Gagneraud <chgans@gna.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-14/+5
| | | | We'll have to sneak up on this change more slowly.
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-5/+14
| | | | | | | | | | | | | ntp_offset becomes time_offset. There is a new config symbol CHRONY_ENABLE; most time service code is npw controlled by TIMESERVICE_ENABLE. The file ntpshm.c becomes timeexport.c This change is not complete. More disentanglement has to be done inside timeexport.c itself; at the moment enabling one but not both of ntpshm or chrony will probably break its compile. The point of getting this commit out is so Gary will see the new baseline code ASAP. All regression tests pass.
* Documentation typo fixes.Eric S. Raymond2013-10-291-2/+2
|
* asciidoc markup fix.Eric S. Raymond2013-10-291-2/+2
|
* HOWTO markup fixes.Eric S. Raymond2013-10-281-0/+13
|
* Remove fossil duplicative section title.Eric S. Raymond2013-10-281-2/+0
|
* Fix duplicative section title.Eric S. Raymond2013-10-261-12/+14
|
* Remove ntpd-specific language from a section that applies also to chrony.Eric S. Raymond2013-10-261-7/+5
|
* First minor tweaks to setup instructions from the live test.Eric S. Raymond2013-10-251-5/+11
|
* The word "hopefully" is a kiss of death to decent writing.Eric S. Raymond2013-10-251-5/+5
|
* Many polishing changes to the Time Service HOWTO, mostly from Sanjeev Gupta.Eric S. Raymond2013-10-251-33/+47
|
* Try for a better account of NTP time error.Eric S. Raymond2013-10-251-12/+26
|
* Time Service HOWTO is nearly ready to be shipped.Eric S. Raymond2013-10-252-1/+6
|
* Polishing changes. Good analogy for wobble from Sanjeev Gupta.Eric S. Raymond2013-10-251-15/+24
|
* No longer a draft; now nearly final and being polished.Eric S. Raymond2013-10-251-5/+5
|
* Polishing and a bit of rearrangement on the HOWTO.Eric S. Raymond2013-10-251-44/+60
|
* Time Service HOWTO polishing.Eric S. Raymond2013-10-241-26/+34
|
* Minor correction of number.Eric S. Raymond2013-10-241-2/+2
|
* Flesh out the chrony part of the howto. More to do.Gary E. Miller2013-10-251-20/+65
|
* Harlan Stenn <stenn@ntp.org> correctly point out this needs to referenceGary E. Miller2013-10-241-4/+5
| | | | NTPv4 and not NPTv4.
* Update the hardware database; add a regression test for the GR601-W.Eric S. Raymond2013-10-241-1/+1
|
* Time service issues with single-core systems.Eric S. Raymond2013-10-241-6/+12
|
* Tweaks to the time howto. Added more chrony detail.Gary E. Miller2013-10-241-77/+129
|
* Minor fixes.Beat Bolli2013-10-231-10/+10
|