summaryrefslogtreecommitdiff
path: root/timehint.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate effectively all uses of struct timeval.Eric S. Raymond2018-12-261-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-2/+2
* Adds Linux "fake PPS" detection and avoidance.Fred Wright2016-12-231-6/+9
* Makes MAGIC_HAT kludge optional.Fred Wright2016-12-221-2/+4
* Fix format string.Beat Bolli2016-12-111-1/+1
* Make the code fit the comment.Gary E. Miller2016-10-151-1/+1
* ntpd uses precision as a floor, so do not be conservative.Gary E. Miller2016-10-101-9/+9
* No need to escape the DARWIN defines.Gary E. Miller2016-09-071-1/+2
* Hack around FreeBSD stupidity.Gary E. Miller2016-09-071-0/+3
* Comment why time.h neededGary E. Miller2016-08-161-1/+1
* Fixups for NetBSDGary E. Miller2016-08-161-0/+1
* __DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.Gary E. Miller2016-08-161-0/+4
* nice() needs _XOPEN_SOURCE 500 definedGary E. Miller2016-08-151-0/+3
* Modify misleading comment on leap seconds.Gary E. Miller2016-07-191-2/+7
* Thinko fix.Eric S. Raymond2016-05-111-1/+1
* Im[p;ement and document /dev/gpsd0 side effect.Eric S. Raymond2016-05-101-2/+3
* Use MAGIC_HAT_GPS consistently.Eric S. Raymond2016-05-051-4/+5
* Autoconfiguration kluge for Raspberry Pi.Eric S. Raymond2016-04-251-0/+8
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-1/+1
* Rename PPS_M IN_FIXES to NTP_MIN_FIXESGary E. Miller2016-04-131-1/+1
* Bad NMEA time was still leaking, require 3 fixes for time.Gary E. Miller2016-04-051-2/+0
* Introduce the flag GOODTIME_IS...HTJ2016-03-221-1/+2
* Don't claim to be able to deliver a 3D fix in UBX timing mode.Eric S. Raymond2016-03-201-2/+0
* Trailing whitespace fixup.Gary E. Miller2015-04-301-15/+15
* Move ntpshm_put() logging to PROG from RAW.Gary E. Miller2015-04-011-1/+1
* Prefix all NTP logs with NTP:Gary E. Miller2015-04-011-6/+6
* Whoops, a pointer, not a pointer to a pointer.Gary E. Miller2015-04-011-6/+13
* Remove validations on /dev/pps0 time that can never work.Gary E. Miller2015-04-011-14/+20
* Do not double increment the last_fixtime.Gary E. Miller2015-04-011-13/+3
* non PPS typo in timehint.c (off by one on the } )Hal Murray2015-04-011-1/+1
* Eliminate some duplication code for timespec arithmetic.Eric S. Raymond2015-04-011-1/+1
* Stop making the assumption that device cycle time is 1 second in ppsthread.c.Eric S. Raymond2015-04-011-3/+13
* Further thread-monitor interface simplification.Eric S. Raymond2015-04-011-8/+2
* Thread monitor interface simplification.Eric S. Raymond2015-04-011-0/+4
* Another small step to /dev/ppsX. ppsthread now looping fine, no time yet.Gary E. Miller2015-03-311-8/+15
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-33/+3
* More offerings to the splint god.Gary E. Miller2015-03-281-1/+9
* Remove unnedded splint over ride.Gary E. Miller2015-03-251-1/+1
* Add root device name to PPS debug output.Gary E. Miller2015-03-191-3/+6
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-1/+1
* Comment fix.Eric S. Raymond2015-03-111-1/+1
* Add a lst minute check in chrony send to validate leap notify.Gary E. Miller2015-03-101-2/+15
* chronfd doesn't belong in the thread context, move it back out to session.Eric S. Raymond2015-03-081-8/+8
* Break timespec_str out of gpsutils.c.Eric S. Raymond2015-03-081-0/+1
* Decouple (mostly) the PPS thread-monitor from the session structure.Eric S. Raymond2015-03-081-4/+6
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-29/+29
* Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.Eric S. Raymond2015-03-071-10/+10
* Begin factoring out ntplib.Eric S. Raymond2015-03-071-0/+440