summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stupid error in timeval/timespec rounding macros.Gary E. Miller2010-12-111-2/+2
* Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-111-34/+92
|\
| * When PPS is built, try to use, but do not require, librt.Gary E. Miller2010-12-111-1/+1
| * A half step moving from gettimeofday() to clock_gettime()Gary E. Miller2010-12-111-3/+16
| * Move more time variables from timeval to timespec.Gary E. Miller2010-12-111-17/+22
| * Cleanup timespec and timeval normalization code with macros.Gary E. Miller2010-12-111-15/+33
| * More macro madness to clean up timeval/timespec handling.Gary E. Miller2010-12-111-7/+9
| * Improve conversion of timespec to timevalGary E. Miller2010-12-101-8/+15
| * Allow for multiple chrony sockets.Gary E. Miller2010-12-101-6/+14
| * Use a better path for chrony.sockGary E. Miller2010-12-101-1/+7
* | Merge branch 'master' of ssh://git.berlios.de/gitroot/gpsdEric S. Raymond2010-12-111-7/+8
|\ \ | |/
| * Looks for timepps.h in the right place.Gary E. Miller2010-12-101-7/+8
* | Code splints clean except for endiabbess stuff in driver_garmin.c.Eric S. Raymond2010-12-081-2/+1
|/
* More partial splint cleanup.Eric S. Raymond2010-12-081-18/+16
* Old position odf struct sample was giving splint indigestion.Eric S. Raymond2010-12-081-9/+8
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-081-2/+2
* Take programmed oncore PPS offset into account. Name correction delay -> offset.Haakan Johansson2010-12-031-0/+12
* Allow oncore devices in postion hold mode to deliver PPS data to ntpshm.Haakan Johansson2010-12-031-2/+16
* Combine calls to ntpshm_pps. Use chrony socket if KPPS is in use or not.Haakan Johansson2010-12-031-21/+34
* Try to fix Gary's build with PPS.Eric S. Raymond2010-12-021-0/+4
* Use isfinite() rather than obsoilete finite().Eric S. Raymond2010-12-021-4/+4
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* trailing whitespace cleanupJon Schlueter2010-11-061-1/+1
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-1/+1
* tv_usec != tv_nsec, make adjustment for chrony SOCK.Gary E. Miller2010-08-121-2/+2
* The kernel PPS now seems to be talking to chrony SOCK driver.Gary E. Miller2010-08-121-8/+12
* Don't write to chrony if crony socket not open.Gary E. Miller2010-08-111-3/+10
* Add comments on chrony SOCK behaviorGary E. Miller2010-08-101-0/+2
* Now can write chrony SOCK style time.Gary E. Miller2010-08-101-8/+15
* Open the chrony socket for nSec resolution kernel pps.Gary E. Miller2010-08-101-0/+20
* First bit at adding chrony SOCK driver compatibility.Gary E. Miller2010-08-101-1/+13
* Fix a small typo in last kernel pps change.Gary E. Miller2010-08-101-1/+1
* Compute kernel PPS cycle and duration.Gary E. Miller2010-08-101-2/+22
* The kernel PPS init now automatically finds the /dev/pps? Gary E. Miller2010-08-041-10/+15
* Another small step at automatically finding the proper kernel pps device.Gary E. Miller2010-08-041-8/+18
* Tweak the kernel PPS edge selection logic.Gary E. Miller2010-08-031-9/+10
* First cut at automatic edge detetion for kernel pps.Gary E. Miller2010-08-021-0/+10
* More kernel_pps. Fine tune the config for another required header.Gary E. Miller2010-07-311-3/+10
* Final tweak for a clean read of /sys/class/pps/pps?/pathGary E. Miller2010-07-211-1/+4
* Reading the contents of /sys/class/pps/pps?/path now to find right /dev/pps? Gary E. Miller2010-07-211-3/+11
* First pass at reading /sys/class/pps to find /dev/pps? matching our /dev/GPS. Gary E. Miller2010-07-211-10/+34
* Kernel PPS comment tweaks.Gary E. Miller2010-07-211-2/+1
* Refactor kernel PPS a bit. Gary E. Miller2010-07-211-27/+45
* Fix bad comment. Add more work todo for kernel PPSGary E. Miller2010-07-211-1/+3
* A note on how to find the magic path for the kernel PPS interface.Gary E. Miller2010-07-211-0/+2
* Hide the kernel PPS code when timepps.h not found.Gary E. Miller2010-07-201-2/+3
* Linux kernel PPS now drives ntpd.Gary E. Miller2010-07-201-2/+10
* Now getting real useable data from linux kernel PPS.Gary E. Miller2010-07-201-3/+10
* Can now init linux kernel PPS, but only by hardcoding a magic dev path.Gary E. Miller2010-07-201-7/+14
* Kernel PPS compiles, mostly there, but it does not work yet.Gary E. Miller2010-07-201-19/+37