summaryrefslogtreecommitdiff
path: root/ntpshm.c
Commit message (Expand)AuthorAgeFilesLines
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-1/+0
* More configure simplification.Eric S. Raymond2010-12-141-12/+3
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-2/+0
* Good news and bad news about kernel PPS.Gary E. Miller2010-07-201-2/+5
* FIXME -> FIX-ME, so I can walk through these without tripping over autotools.Eric S. Raymond2010-04-261-2/+2
* ntpshm.c reindented. Requires live testing.Eric S. Raymond2010-04-141-66/+68
* Dial back logging a tadGary E. Miller2010-04-121-1/+1
* More ntpshm_put() changes.Gary E. Miller2010-04-121-0/+1
* Add some debugging and fixes to new ntpshm_pps() wrapper.Gary E. Miller2010-04-121-1/+3
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
* A bit more shared memory debug info in the comments.Gary E. Miller2010-02-191-0/+3
* Add a bit more shm debug info in the commentsGary E. Miller2010-02-191-1/+11
* Use %zd to print size_t value rather than assuming size_t is long.Greg Troxel2010-02-011-2/+2
* Patch to allow gpsd to reliably work with ntpd when gpsd is not run as root. Gary E. Miller2010-01-251-18/+44
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-3/+8
* Get rid of u_char, and some splint cleanup.Eric S. Raymond2009-12-311-1/+1
* Add a good comment that gpsd CAN talk to ntpd as non-root.Gary E. Miller2009-12-231-2/+14
* Try to be smarter about SHM permissions when starting as non-root.Gary E. Miller2009-12-231-3/+19
* WHoops, make last patch compile.Gary E. Miller2009-12-221-1/+1
* Remove unneccessary root test. Gary E. Miller2009-12-221-3/+10
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Sorry, make the last patch compile.Gary E. Miller2009-11-181-2/+3
* Fix PPS precision at -16.Gary E. Miller2009-11-181-4/+7
* Make fudge explicit in ntpshm_put(), and log it..Gary E. Miller2009-11-171-3/+9
* Splint cleanup.Eric S. Raymond2009-11-161-1/+3
* Tweak a log message.Gary E. Miller2009-11-151-1/+1
* Shut up splint. Per Hakan Johansson.Gary E. Miller2009-11-151-2/+3
* Get current second from the last GPS timestamp.Gary E. Miller2009-11-141-13/+24
* More PPS cleanupGary E. Miller2009-11-141-32/+18
* Improve error messages for shmget() failures.Gary E. Miller2009-11-131-3/+3
* Change logging in ntpshm_pps() so now all PPS logs are prefixed with PPS.Gary E. Miller2009-11-131-4/+5
* Added some comments to explain the ntpd algorithmGary E. Miller2009-11-121-0/+29
* Håkan Johansson writes:Eric S. Raymond2009-11-111-0/+2
* Merge Håkan Johansson's patch to allow ntpsh as non-root.Eric S. Raymond2009-11-111-1/+4
* Revert Miroslav Lichvar's PPS patch of 27 Aug on Gary Miller's advice.Eric S. Raymond2009-11-041-18/+24
* Bride Of the Son Of Splint Cleanup.Eric S. Raymond2009-09-101-1/+5
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-1/+1
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-1/+1
* Miroslav Lichvar <mlichvar@redhat.com> had this to say:Eric S. Raymond2009-08-271-24/+14
* fix format warningChris Kuethe2009-01-061-2/+2
* Fix, 2nd try, too many PPS threads being started. Gary E. Miller2008-01-211-0/+4
* minor changes to pacify splintMick Durkin2007-10-181-2/+2
* Sync the structure with what ntpd expects.Chris Kuethe2007-08-211-1/+1
* Sigh...avoid harmless but *annoying* name collision...Eric S. Raymond2006-11-021-2/+2
* Define uniform log level macros.Eric S. Raymond2006-11-021-6/+6
* Revert an overzealous search/replace.Gary E. Miller2006-11-011-1/+1
* Add some more PPS logging.Gary E. Miller2006-11-011-1/+3
* Fix libgpsd(3) so it's usable when ntpshm_init() has not been called.Eric S. Raymond2006-10-301-3/+2