index
:
delta/gpsd.git
master
vla-removal
git.savannah.gnu.org: git/gpsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
timehint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds Linux "fake PPS" detection and avoidance.
Fred Wright
2016-12-23
1
-6
/
+9
*
Makes MAGIC_HAT kludge optional.
Fred Wright
2016-12-22
1
-2
/
+4
*
Fix format string.
Beat Bolli
2016-12-11
1
-1
/
+1
*
Make the code fit the comment.
Gary E. Miller
2016-10-15
1
-1
/
+1
*
ntpd uses precision as a floor, so do not be conservative.
Gary E. Miller
2016-10-10
1
-9
/
+9
*
No need to escape the DARWIN defines.
Gary E. Miller
2016-09-07
1
-1
/
+2
*
Hack around FreeBSD stupidity.
Gary E. Miller
2016-09-07
1
-0
/
+3
*
Comment why time.h needed
Gary E. Miller
2016-08-16
1
-1
/
+1
*
Fixups for NetBSD
Gary E. Miller
2016-08-16
1
-0
/
+1
*
__DARWIN_C_LEVEL and _DARWIN_C_SOURCE to silence some warnings.
Gary E. Miller
2016-08-16
1
-0
/
+4
*
nice() needs _XOPEN_SOURCE 500 defined
Gary E. Miller
2016-08-15
1
-0
/
+3
*
Modify misleading comment on leap seconds.
Gary E. Miller
2016-07-19
1
-2
/
+7
*
Thinko fix.
Eric S. Raymond
2016-05-11
1
-1
/
+1
*
Im[p;ement and document /dev/gpsd0 side effect.
Eric S. Raymond
2016-05-10
1
-2
/
+3
*
Use MAGIC_HAT_GPS consistently.
Eric S. Raymond
2016-05-05
1
-4
/
+5
*
Autoconfiguration kluge for Raspberry Pi.
Eric S. Raymond
2016-04-25
1
-0
/
+8
*
PPSTIME -> NTPTIME
Gary E. Miller
2016-04-24
1
-1
/
+1
*
Rename PPS_M IN_FIXES to NTP_MIN_FIXES
Gary E. Miller
2016-04-13
1
-1
/
+1
*
Bad NMEA time was still leaking, require 3 fixes for time.
Gary E. Miller
2016-04-05
1
-2
/
+0
*
Introduce the flag GOODTIME_IS...
HTJ
2016-03-22
1
-1
/
+2
*
Don't claim to be able to deliver a 3D fix in UBX timing mode.
Eric S. Raymond
2016-03-20
1
-2
/
+0
*
Trailing whitespace fixup.
Gary E. Miller
2015-04-30
1
-15
/
+15
*
Move ntpshm_put() logging to PROG from RAW.
Gary E. Miller
2015-04-01
1
-1
/
+1
*
Prefix all NTP logs with NTP:
Gary E. Miller
2015-04-01
1
-6
/
+6
*
Whoops, a pointer, not a pointer to a pointer.
Gary E. Miller
2015-04-01
1
-6
/
+13
*
Remove validations on /dev/pps0 time that can never work.
Gary E. Miller
2015-04-01
1
-14
/
+20
*
Do not double increment the last_fixtime.
Gary E. Miller
2015-04-01
1
-13
/
+3
*
non PPS typo in timehint.c (off by one on the } )
Hal Murray
2015-04-01
1
-1
/
+1
*
Eliminate some duplication code for timespec arithmetic.
Eric S. Raymond
2015-04-01
1
-1
/
+1
*
Stop making the assumption that device cycle time is 1 second in ppsthread.c.
Eric S. Raymond
2015-04-01
1
-3
/
+13
*
Further thread-monitor interface simplification.
Eric S. Raymond
2015-04-01
1
-8
/
+2
*
Thread monitor interface simplification.
Eric S. Raymond
2015-04-01
1
-0
/
+4
*
Another small step to /dev/ppsX. ppsthread now looping fine, no time yet.
Gary E. Miller
2015-03-31
1
-8
/
+15
*
Retire splint from our set of static analyzers.
Eric S. Raymond
2015-03-30
1
-33
/
+3
*
More offerings to the splint god.
Gary E. Miller
2015-03-28
1
-1
/
+9
*
Remove unnedded splint over ride.
Gary E. Miller
2015-03-25
1
-1
/
+1
*
Add root device name to PPS debug output.
Gary E. Miller
2015-03-19
1
-3
/
+6
*
splint/cppcheck/coverity prerelease cleanup.
Eric S. Raymond
2015-03-13
1
-1
/
+1
*
Comment fix.
Eric S. Raymond
2015-03-11
1
-1
/
+1
*
Add a lst minute check in chrony send to validate leap notify.
Gary E. Miller
2015-03-10
1
-2
/
+15
*
chronfd doesn't belong in the thread context, move it back out to session.
Eric S. Raymond
2015-03-08
1
-8
/
+8
*
Break timespec_str out of gpsutils.c.
Eric S. Raymond
2015-03-08
1
-0
/
+1
*
Decouple (mostly) the PPS thread-monitor from the session structure.
Eric S. Raymond
2015-03-08
1
-4
/
+6
*
gpsd-report() -> gpsd_log()
Eric S. Raymond
2015-03-07
1
-29
/
+29
*
Factor PPS-related members of struct gps_device_t into a pps_thread_t structure.
Eric S. Raymond
2015-03-07
1
-10
/
+10
*
Begin factoring out ntplib.
Eric S. Raymond
2015-03-07
1
-0
/
+440