summaryrefslogtreecommitdiff
path: root/ppsthread.c
Commit message (Expand)AuthorAgeFilesLines
...
* Stringer warning when KPPS not available.Gary E. Miller2015-03-301-3/+10
* Don't throw the baby out with the bathwater.Gary E. Miller2015-03-301-225/+354
* Remove dead code found by scan-build in ppsthread.c.Eric S. Raymond2015-03-301-2/+0
* Make TIOCMIWAIT PPS work again.Eric S. Raymond2015-03-301-353/+226
* Fix a truncated PPS log message.Gary E. Miller2015-03-291-1/+2
* Do not try to use time_pps_getcap() if no pps_handle.Gary E. Miller2015-03-291-1/+5
* Beat the splint beast into submission.Eric S. Raymond2015-03-291-12/+17
* Last splint thing in ppsthread.cGary E. Miller2015-03-281-1/+1
* ppsthread.c is splint clean, but one thing. YMMV.Gary E. Miller2015-03-281-30/+49
* work around incorrect definition of struct timespec in splint 3.12Eric S. Raymond2015-03-281-0/+6
* Remove the last of no longer needed splint cruft from ppsthread.cGary E. Miller2015-03-251-34/+2
* Remove unneeded splint overridesGary E. Miller2015-03-251-13/+0
* Brain damaged pps-gpio sometimes never fills in PPS clear timestamp.Gary E. Miller2015-03-251-1/+9
* add yet a tad more PPS trace logging.Gary E. Miller2015-03-251-0/+9
* Remove unneeded -#ifndef S_SPLINT_SGary E. Miller2015-03-251-9/+8
* Splint fixes.Gary E. Miller2015-03-251-10/+4
* Fix another nit that bothers splint.Gary E. Miller2015-03-251-1/+1
* Make cppcheck happy, reduce scope of pther_errGary E. Miller2015-03-251-1/+2
* gpsd no longer needs TIOCMIWAIT if it has RFC2783 PPS_CANWAITGary E. Miller2015-03-251-10/+45
* Pull out RFC2783 edge finding into a new function: get_edge_rfc2783()Gary E. Miller2015-03-251-194/+269
* Clean up a binary and.Gary E. Miller2015-03-241-1/+1
* ppsthread.c broken on non-LinuxHal Murray2015-03-241-1/+1
* Fix segfault in split off TIOCMIWAIT support.Gary E. Miller2015-03-241-1/+1
* Move TIOMCIWAIT to its own function.Gary E. Miller2015-03-241-83/+126
* Remove a bit of temporary debug logging.Gary E. Miller2015-03-241-3/+0
* Disable the new PPS_CANWAIT code to allow shipping the ppsthread changes.Gary E. Miller2015-03-231-3/+4
* If we have PPS_CANWAIT, no need for TIOCMIWAITGary E. Miller2015-03-231-92/+122
* Comment typosGary E. Miller2015-03-211-1/+1
* Move istty() and PPS caps tests to where they are needed.Gary E. Miller2015-03-201-14/+50
* init_kernel_pps() has no need to know if device is a tty.Gary E. Miller2015-03-201-10/+8
* Doc & interface cleanup of ppsthread code. PPS observed live.Eric S. Raymond2015-03-201-5/+8
* Add code to handle less than perfect RFC2783 drivers.Gary E. Miller2015-03-201-38/+59
* Remove redundant define.Gary E. Miller2015-03-201-1/+0
* PPS_TSFMT_TSPEC is the default, make it obvious.Gary E. Miller2015-03-201-1/+3
* Tell time_pps_setparam() what version API to use.Gary E. Miller2015-03-191-0/+2
* Improve logging of time_pps_setparams() and time_pps_getcap()Gary E. Miller2015-03-191-5/+5
* Add root device name to PPS debug output.Gary E. Miller2015-03-191-44/+89
* Drop an unneeded root check.Gary E. Miller2015-03-191-6/+3
* It only makes sense to look for 1PPS on DCE signals. Add an explanation.Eric S. Raymond2015-03-181-2/+19
* In ppsthread.c, add TIOCM_RTS to the PPS mask.Eric S. Raymond2015-03-171-1/+1
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-2/+2
* In ppsthread.c, ensure errno thread-safety. All regression tests pass.Eric S. Raymond2015-03-111-0/+1
* Simplify the thread-monitor interface.Eric S. Raymond2015-03-111-15/+12
* Remove a redundancy.Eric S. Raymond2015-03-111-3/+3
* Take a whack at addressing pre-existing /dev/ppsN devices.Eric S. Raymond2015-03-111-56/+64
* splint cleanup of new code.Eric S. Raymond2015-03-081-2/+3
* ppsthread.c is now fully decoupled from the libgpsd_core.c structures.Eric S. Raymond2015-03-081-1/+51
* Break timespec_str out of gpsutils.c.Eric S. Raymond2015-03-081-0/+1
* Eliminate timestamp-T use from PPS thread code.Eric S. Raymond2015-03-081-12/+13
* Clean up minor ppsthread.c dependencies. No code changes.Eric S. Raymond2015-03-081-2/+4