summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* splint/cppcheck/coverity cleanup.Eric S. Raymond2014-08-211-2/+8
* Attempt to recover from EBADF in the main select.Eric S. Raymond2014-08-181-0/+10
* Fix PPS with large offsets.Miroslav Lichvar2014-08-171-2/+3
* IPV6_TCLASS is 61 on Hurd, not 67.Bernd Zeimetz2014-05-241-1/+1
* Revert "Work around a Hurd problem revealed by test building."Eric S. Raymond2014-05-221-2/+0
* Work around a Hurd problem revealed by test building.Eric S. Raymond2014-05-221-0/+2
* Accesses to subscriber_t->fd should be synchronizedWolfgang Ocker2014-05-171-2/+24
* Make gpsd build on hurd again.Bernd Zeimetz2014-01-271-0/+8
* gpsd: rip out ECN markingDave Taht2014-01-041-1/+1
* gpsd: add TOS and ECN supportDave Taht2014-01-041-1/+16
* Fix problem with devices query to control socketSimon Dawson2014-01-031-1/+1
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-0/+1
* splint fixups - no logic changes.Eric S. Raymond2013-11-241-0/+2
* Don't keep cap_sys_time capability.Miroslav Lichvar2013-11-221-27/+0
* Drop also supplementary groups when dropping privileges.Miroslav Lichvar2013-11-221-0/+4
* Guarantee that PPS threads are reaped when GPSD is signaled.Eric S. Raymond2013-11-171-15/+18
* Try to ensure that threads don't keep running after gpsd is signalled.Eric S. Raymond2013-11-171-0/+4
* Introduce new LOG_CLIENT looging level.Eric S. Raymond2013-11-161-5/+5
* Revert "Don't condition out thread locks when PPS disabled..."Eric S. Raymond2013-11-151-0/+2
* Don't condition out thread locks when PPS disabled, gpsmon will need them.Eric S. Raymond2013-11-151-2/+0
* Change the PPS bar over to a JSON drift message.Eric S. Raymond2013-11-141-16/+12
* ppsbar -> pps.Eric S. Raymond2013-11-131-1/+1
* Clean up an obsolete comment and redundant #ifdef.Eric S. Raymond2013-11-131-6/+0
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-7/+11
* Make interpretation of the split24 flag propperly per-subscriber.Eric S. Raymond2013-11-101-0/+6
* PPS events now show in gpsmon runb through the daemon.Eric S. Raymond2013-11-091-0/+12
* Fix inexplicably inserted whitespace.Eric S. Raymond2013-11-091-4/+2
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+1
* Remove code which Coverity correctly calls out as statically dead.Eric S. Raymond2013-11-061-5/+1
* splint cleanup.Eric S. Raymond2013-11-061-1/+5
* Fix compiler warnings with clang 4.2 on OS X 10.7.5Beat Bolli2013-11-061-2/+2
* Sets precision inside ntpshm_put().Michael Tatarinov2013-11-061-2/+1
* Simplify the PPS hook.Michael Tatarinov2013-11-061-2/+1
* ntpshm_pps() is gone.Michael Tatarinov2013-11-061-5/+19
* C variables are case insensitive, but still nice to have matching case.Gary E. Miller2013-11-051-1/+1
* Suppress JSON notifications to clients who haven't enabled them.Eric S. Raymond2013-11-051-2/+2
* Use timedrift_t for all hook arguments.Eric S. Raymond2013-11-031-4/+5
* There is no longer any reason that > 1 PPS threads can't run.Eric S. Raymond2013-11-021-6/+3
* Eliminate an enable flag that always gets set true.Eric S. Raymond2013-11-021-3/+1
* Namespace cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-021-3/+3
* Finish decoupling the PPS watcher code from NTP shared-segment management.Eric S. Raymond2013-11-021-1/+4
* Clarify an obscurity.Eric S. Raymond2013-11-011-0/+4
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-4/+4
* Eliminate the race in KPPS thread startup.Eric S. Raymond2013-10-311-8/+0
* Move NTP link activation from device stash time to device open time.Eric S. Raymond2013-10-311-16/+16
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-13/+10
* Revert "All four combinations of ntpshm=[on|off] and chrony=[on|off] now build."Eric S. Raymond2013-10-301-5/+1
* All four combinations of ntpshm=[on|off] and chrony=[on|off] now build.Eric S. Raymond2013-10-301-1/+5
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-10/+13
* splint cleanup. Regression tests pass and PPS live-tests correctly.Eric S. Raymond2013-10-291-0/+2