/freebsd/contrib/ntp/util/ |
H A D | tickadj.c | 60 txc.tickadj = i; 101 txc.time_tick, txc.tickadj); 159 printf("tick = %ld\ntick_adj = %ld\n", txc.time_tick, txc.tickadj); in main() 252 int tickadj, ktickadj; /* HMS: Why isn't this u_long? */ in main() local 385 readvar(fd, tickadj_offset, &tickadj); in main() 389 tickadj /= (1000L * HZ); in main() 394 (void) printf("KERNEL %s = %d nsec\n", K_TICKADJ_NAME, tickadj); in main() 398 tickadj += 999; in main() 399 tickadj /= 1000; in main() 404 tickadj = 0; in main() [all …]
|
H A D | README | 31 "I could not get a tickadj of less than 40 us to work on a RS6000. 34 The tickadj.c program can be used to read and set various kernel 35 parameters affecting NTP operations. See the tickadj page in the HTML 36 documentation for further details. tickadj will be built if configure
|
H A D | Makefile.in | 100 testrs6000$(EXEEXT) tg$(EXEEXT) tg2$(EXEEXT) tickadj$(EXEEXT) \ 236 tickadj_SOURCES = tickadj.c 237 tickadj_OBJECTS = tickadj.$(OBJEXT) 269 ./$(DEPDIR)/tickadj.Po ./$(DEPDIR)/timetrim.Po \ 293 sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c 296 pps-api.c precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c \ 936 tickadj$(EXEEXT): $(tickadj_OBJECTS) $(tickadj_DEPENDENCIES) $(EXTRA_tickadj_DEPENDENCIES) 937 @rm -f tickadj$(EXEEXT) 966 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tickadj.Po@am__quote@ # am--include-marker 1262 -rm -f ./$(DEPDIR)/tickadj [all...] |
H A D | Makefile.am | 9 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
|
/freebsd/contrib/ntp/html/hints/ |
H A D | rs6000 | 13 xntp and tickadj was also modified so that the value of tickadj is read 14 form the kernel and can be set by tickadj. For now I would not set 15 tickadj below 40 us.
|
H A D | a-ux | 83 /bin/echo " setting tick and tickadj..." 84 /usr/local/etc/tickadj -t 16672 -a 54 103 o 'tickadj' is also called. This does two things: changes the 106 of 'tickadj' which the the amount that is added or subtracted 107 from 'tickadj' when adjtime() is called. 124 A/UX's default value of 'tickadj' is 1666 which is too big for 126 values then the recommended value of 9 for 'tickadj' (although not 128 when adjusting the clock. Even with semi-large values of 'tickadj' 187 I like larger values of 'tickadj'.
|
H A D | sun4 | 7 binary. Without this change it is necessary to use the tickadj program 10 The tickadj option will work in all cases except when the kernel has
|
H A D | sgi | 1 adjtime, tick and tickadj: 29 have used a value of 150usec/tick for the tickadj value. 42 seem to compromise the above choices for tick and tickadj.
|
H A D | solaris.xtra.S99ntpd | 8 /usr/local/bin/tickadj -s
|
H A D | decosf1 | 11 I have run xntpd, xntpdc, xntpres, ntpq, ntpdate, and tickadj under
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | manual.txt | 8 <li class='inline'><a href='tickadj.html'><tt>tickadj</tt> - set time-related kernel variables</a><…
|
/freebsd/contrib/ntp/sntp/loc/ |
H A D | redhat | 16 tickadj,sbin,8
|
H A D | debian | 16 tickadj,sbin,8
|
H A D | legacy | 16 tickadj,bin,1
|
H A D | solaris | 16 tickadj,sbin,1m
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 453 # nlist stuff is only needed for tickadj. 759 [struct clockinfo for tickadj], 768 return pc->tickadj; 856 # kvm_open() is only used by tickadj. Also see above. 1373 [for a minimum recommended value of tickadj], 1390 [Should we recommend a minimum value for tickadj?]) 3183 [s read /dev/kmem for tick and/or tickadj] 3325 [the name of 'tickadj' in the kernel], 3334 ans=tickadj 3343 ans=tickadj 3639 [tickadj], global() optenable [all...] |
H A D | TODO | 102 --enable-tickadj=80
|
H A D | CommitLog-4.1.0 | 760 * html/tickadj.htm: 912 * util/tickadj.c: 3258 * html/tickadj.htm: 3734 * configure.in (ac_cv_make_tickadj): Don't make tickadj starting 3782 * util/tickadj.c 4344 * ntpdc/ntpdc.c, ntpq/ntpq.c, ntptrace/ntptrace.c, util/tickadj.c, 4467 * util/ntptime.c, til/tickadj.c: Likewise. 4520 * util/tickadj.c: Linux Patches 4594 * util/tickadj.c (getoffsets): Define kernels[] only if used. 4683 html/refclock.htm, html/release.htm, html/tickadj.htm, [all …]
|
H A D | config.h.in | 1401 /* Should we recommend a minimum value for tickadj? */ 1522 /* Preset a value for 'tickadj'? */
|
H A D | ChangeLog | 1994 * tickadj may need to be linked with PTHREAD_LIBS. 1997 * When linking, ntp_keygen and tickadj need $(LIBM). 2558 * [Bug 1861] tickadj build failure using uClibc. 2580 * [Bug 1846] MacOSX: debug symbol not found by propdelay or tickadj. 2751 * Enable tickadj-like taming of wildly off-spec Windows clock using 3455 * Enable tickadj-like taming of wildly off-spec Windows clock using 4639 * Fix the #include order in tickadj.c for picky machines. 5124 * tickadj cleanup
|
H A D | configure | 1852 --enable-kmem s read /dev/kmem for tick and/or tickadj 1856 --enable-tickadj=VALUE s force a value for 'tickadj' 28165 # nlist stuff is only needed for tickadj. 28861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking struct clockinfo for tickadj" >&5 28862 printf %s "checking struct clockinfo for tickadj... " >&6; } 28877 return pc->tickadj; 29083 # kvm_open() is only used by tickadj. Also see above. 30257 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a minimum recommended value of tickadj" >&5 30258 printf %s "checking for a minimum recommended value of tickadj [all...] |
/freebsd/contrib/ntp/scripts/calc_tickadj/ |
H A D | calc_tickadj.in | 21 my ($fl) = `tickadj`;
|
H A D | calc_tickadj-opts.def | 57 @code{tickadj} program from ntp package. If this doesn't work you can specify
|
H A D | invoke-calc_tickadj.texi | 36 @code{tickadj} program from ntp package. If this doesn't work you can specify
|
/freebsd/usr.sbin/ntp/doc/ |
H A D | Makefile | 21 sntp.html stats.html tickadj.html warp.html xleave.html
|