summaryrefslogtreecommitdiff
path: root/ntpshmmon.c
Commit message (Expand)AuthorAgeFilesLines
* ntpshmmon: Fix program name to not include full path of program.Gary E. Miller2018-12-201-3/+7
* ntpshmmon: Add -o option to repalce Seen@ with Offset.Gary E. Miller2018-12-201-9/+28
* ntpshmmon: Pur usage options in alpha order.Gary E. Miller2018-12-201-1/+1
* ntpshmmon: Add -? option to print usage and exit.Gary E. Miller2018-12-201-13/+15
* ntpmon: header was 81 chars long, now 80, to fit in a terminal window.Gary E. Miller2018-12-201-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Whitespace cleanups related to recent changes.Fred Wright2017-02-201-4/+7
* Explicit marking of ignoring fprintf() resultRobert Norris2017-02-201-7/+7
* sys/ipc.h needs _XOPEN_SOURCEGary E. Miller2016-08-151-0/+4
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-151-2/+7
* Add missing include.Gary E. Miller2016-08-091-0/+1
* Try to prevent ntpshmmon from writing a short record on interrupt.Eric S. Raymond2016-07-161-0/+7
* Minor fix to ntpshmmon data header.Eric S. Raymond2016-07-131-1/+1
* Restore the original output format of ntpshmmon.Eric S. Raymond2016-07-131-2/+2
* Fix formatting of ntpshmmon to match recent output change.Gary E. Miller2016-06-171-1/+1
* Make ntpshmmon take less CPUGary E. Miller2016-06-171-3/+9
* Only read the system clock for tvc is we are going to use it.Gary E. Miller2016-06-161-0/+2
* Expand the -h option in ntpshmmon.Gary E. Miller2016-06-151-2/+11
* Fix double counting in ntpshmmonGary E. Miller2016-06-151-22/+38
* Add include for safe_atof().Gary E. Miller2016-04-051-0/+1
* Cleanup: atof() -> safe_atof()Gary E. Miller2016-04-051-1/+1
* Remove duplicate definition of timespec_diff_ns()Gary E. Miller2015-06-041-5/+1
* Fix overflow issue on 32 bit binaries.Gary E. Miller2015-06-031-1/+1
* ntpshmmon overflowed diff time on 32 bit hosts.Gary E. Miller2015-06-031-5/+11
* Print ntpshmmon banner as comment to follow specMiroslav Lichvar2015-05-071-1/+1
* More trailing whitespace fixups.Gary E. Miller2015-04-301-2/+2
* Line up the column headings betterGary E. Miller2015-04-011-1/+1
* Document ntpshmmon structure and add heading to outputGary E. Miller2015-04-011-0/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-10/+0
* splint cleanup. Fixes for minor but real issues...Eric S. Raymond2015-03-281-1/+1
* Rate-limit ntpshmmon properly, and make the limit settable.Eric S. Raymond2015-03-171-3/+12
* Appeasement cast for 32-bit maxhines.Eric S. Raymond2015-03-141-3/+3
* Fix minor bug in ntpshmmon uncovered by Coverity.Eric S. Raymond2015-03-131-19/+13
* Begin factoring out ntplib.Eric S. Raymond2015-03-071-4/+4
* Tell ntpshhmon to merely snoop SHM updates, not consume them.Eric S. Raymond2015-03-031-1/+1
* splint cleanup. All regression tests pass.Eric S. Raymond2015-03-021-4/+4
* Added -n and -t termination options to ntpshmmon.Eric S. Raymond2015-03-021-7/+18
* Generqte -V messages in a uniform way.Eric S. Raymond2015-03-021-2/+2
* Add -V option to ntpshmmon.Eric S. Raymond2015-03-021-2/+8
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-271-0/+127