Lines Matching +full:local +full:- +full:timers
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
11 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
16 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate -->
18 …e problems. This port may help as a starting point for similar ports to real-time OS's and other e…
24 export CC="cc386 -nostdlib -m486 -DCPU=I80486 -I/usr/wind/target/h"
30 ln -s ../signal.h
31 ln -s ../time.h
32 ln -s socket.h sockio.h
33 ln -s ../selectLib.h select.h
34 ln -s ../timers.h
40 <pre> sed -e 's%main.*()%vxmain()%' configure > configure.vxnew
44 …e maths library (-lm) in the <tt>./ntpd/Makefile.am</tt> file change the line <tt>ntpd_LDADD = $(L…
46 …<p>The ./configure.in file needed to be altered to allow for a host-target configuration to take p…
52 <li>The Linking flags have -r added to allow for relinking into the vxWorks kernel
57 <li>POSIX timers have been added.
58 …./libntp/machines.c</tt>. Where possible the defines for these have been kept non-vxWorks specific.
67 ../configure --target=arch-wrs-vxworks
70 …<p>Options I normally use are the <tt>--disable-all-clocks --enable-LOCAL-CLOCK</tt> flags. The pr…
79 ntpdate ("-b", "192.168.0.245")
80 sp(ntpd, "-c", "/export/home/casey/ntp/ntp.conf")
81 ntpdc("-c", "monlist", "192.168.0.244")
82 ntpq("-c", "peers", "192.168.0.244")