1. 12 Feb, 2012 1 commit
    • Robert Sprowson's avatar
      Exports added. · c1be03eb
      Robert Sprowson authored
      SWI numbers and some bit fields for both C and assembler use.
      
      Version 0.38. Tagged as 'NetTime-0_38'
      c1be03eb
  2. 04 Feb, 2012 1 commit
    • Robert Sprowson's avatar
      Add SWI NetTime_States. · bfd029c0
      Robert Sprowson authored
      Makefile changed to use "CModule" fragment.
      Soak up some compiler warnings.
      Extralong functions removed.
      Use central header files in preference to local defines.
      A failure to register resources no longer leaves EventV and WordV claimed.
      
      Version 0.37. Tagged as 'NetTime-0_37'
      bfd029c0
  3. 17 Jan, 2005 1 commit
  4. 17 Oct, 2004 1 commit
    • Steve Revill's avatar
      Different change to the problems with servers without primary sync. · 7cd11600
      Steve Revill authored
      Detail:
        We now simply keep a flag indicating if we have ever seen the configured
        NTP server with primary sync. While the flag is FALSE, we will accept NTP
        responses more flexibly. For example, we ignore leap indicator of 3 or
        stratum of zero or greater than 14.
      Admin:
        Works as hoped with the servers at Customer A.
      
      Version 0.35. Tagged as 'NetTime-0_35'
      7cd11600
  5. 14 Oct, 2004 1 commit
    • Steve Revill's avatar
      Slight change to NTP behaviour. · c9f44c9d
      Steve Revill authored
      Detail:
        NetTime will accept NTP responses from servers which do not have
        primary sync until and after they gain it. It will not accept the
        response from a server whos stratum increases, for example when
        it loses primary sync.
      Admin:
        Tested on Iyonix and works as desired without breaking existing
        behaviour.
      
      Version 0.34. Tagged as 'NetTime-0_34'
      c9f44c9d
  6. 14 Jun, 2004 1 commit
  7. 19 May, 2004 1 commit
    • Kevin Bracey's avatar
      * Added support for non-IOMD, HAL-based platforms. · e58bcddd
      Kevin Bracey authored
      * Improved *NetTime_PollInterval to make sure next poll happens at
        the expected time.
      * On module init, no longer sets the time from the NVRAM if the current
        time seems sensible (ie >= 2003ish).
      * Sets the time NVRAM on shutdown (was only on packet reception).
      
      Version 0.32. Tagged as 'NetTime-0_32'
      e58bcddd
  8. 23 Jul, 2002 1 commit
  9. 25 Apr, 2002 1 commit
    • Steve Revill's avatar
      * Fixed all of the !Mk... files. · fafe09ae
      Steve Revill authored
        * Now builds with the latest TCPIPLibs.
      Detail:
        * All of the !Mk... files are required to pass TARGET into the makefile.
        * The new TCPIPLibs use the standard types.h from RISC_OSLib if it is
          available. This defines u_int32 types using int rather than long, which
          TCPIPLibs uses. Thus, NetTime needed a little tweaking to adjust for
          this change.
      Admin:
        Builds.
        Requires TCPIPLibs-5_42 or later.
      
      Version 0.30. Tagged as 'NetTime-0_30'
      fafe09ae
  10. 06 Oct, 2000 1 commit
    • Stewart Brodie's avatar
      Fixed CMHG header to contain correct SWI chunk information. · fa14f8f6
      Stewart Brodie authored
      Detail:
        A non-existent header file was being included to define the SWI chunk
          information.  This is no longer done.
        Build tidied up a bit.
      Admin:
        Built a ROM module and tested fake linking it.
        Built a RAM module (it'll fail due to lack of Messages file though)
      
      Version 0.29. Tagged as 'NetTime-0_29'
      fa14f8f6
  11. 08 Sep, 2000 1 commit
  12. 06 Sep, 2000 1 commit
    • David Cotton's avatar
      Now builds. Updated documentation. · 9a7444bb
      David Cotton authored
      Detail:
      	Last checkin did not include the file adst.o in the makefile, meaning
      that a routine was not being linked against.
      	Updated the Functional Specification with the latest changes.
      	c.module now uses the global countries header file to get Australia#s
      territory number, rather than using the hard-coded value of 29.
      Admin:
      	Tested.
      
      Version 0.26. Tagged as 'NetTime-0_26'
      9a7444bb
  13. 01 Aug, 2000 1 commit
    • Justin Fletcher's avatar
      Added Australian Rules DST. · d8ff45a8
      Justin Fletcher authored
      Detail:
        * If NetTime$DST is set to Australian, instead of European, the
          Australian rules for daylight saving time are applied.
      Admin:
        * Tested, and appears to work as expected.
        * Included documentation from Australian legislature detailing the
          changes for DST, and the special case for 2000. Not really required
          for projects at present, but useful to be correct nonetheless.
      
      Version 0.25. Tagged as 'NetTime-0_25'
      d8ff45a8
  14. 21 Jul, 2000 1 commit
    • John Beranek's avatar
      Bug fix for time server off smartcard · b016331f
      John Beranek authored
      Detail:
        Protocol auto determination when using a time server specified off
         a smart card was only being done if the time server on the
         smart card was a packed IP address.  If the time server was a
         string, auto determination wasn't being done.  Behaviour changed
         so that auto determination will be done for any smart card format.
      
      Admin:
        Tested on Customer F5 softload.
        Fixes Pace 1618
      
      
      Version 0.24. Tagged as 'NetTime-0_24'
      b016331f
  15. 20 Mar, 2000 1 commit
  16. 16 Mar, 2000 1 commit
  17. 15 Mar, 2000 1 commit
  18. 07 Mar, 2000 2 commits
    • Kevin Bracey's avatar
      27b0dd33
    • Kevin Bracey's avatar
      Added support for NTP, gradual time adjustment, configurable DST, and DHCP timezone. · 37c23db9
      Kevin Bracey authored
      Detail:
        If Inet$NTPServer is set, NetTime will use NTP (unicast SNTP, as per RFC2030).
        Otherwise it will use the UDP time protocol (it used to use TCP).
      
        NetTime will use the RTCAdjust algorithms to adjust the centisecond clock
        rate by +/-10% to get in step with the time server. By polling every 30
        minutes on a LAN, time will not deviate by more than 0.1 seconds once
        synchronised. It interoperates with RTCAdjust and the hardware RTC to ensure
        correct operation on a machine with RTC.
      
        NetTime has returned to polling every 30 minutes. This may defeat PPP
        timeouts - a suggested fix is to change PPP to only have TCP traffic keep the
        link up, or to have a separate user inactivity timeout (like Lazarus).
      
        The system variable NetTime$DST controls DST behaviour. Set to "European"
        (the default) to use European rules. Set it to something like
        "03-May-2000.01:00:00; 14-Sep-2000.01:00:00" to specify this year's start
        and end dates (in UTC). Set to "No" to make it leave DST alone.
      
        If a DHCP reply arrives while NetTime is loaded, it will check for the time
        offset option - if present, the timezone will be configured.
      
        New command *NetTime_Status gives information about the clock adjustments.
      
        NetTime attempts to start operation immediately on a non-dialup machine -
        removes the need for a *NetTime_Kick after softloading. *NetTime_Kick will
        still be required after, say, setting Inet$NTPServer manually.
      
      Admin:
        Tested on desktop systems and STBs. NTP operation on an NC will require a
        way of finding out an NTP server - possibly redefining TIME_SERVER smartcard
        tag to be NTP? Anycast operation may also be worth adding.
      
      Version 0.20. Tagged as 'NetTime-0_20'
      37c23db9
  19. 05 Jul, 1999 1 commit
    • David Cotton's avatar
      NetTime now looks at the Inet$TimeServer system variable before looking at the... · d0106600
      David Cotton authored
      NetTime now looks at the Inet$TimeServer system variable before looking at the NetTime$Server variable or the smartcard.
      
       	This fixes a bug where the server was not getting set if there was
      not a time server on the smartcard (or it was present but was not a valid
      DNS) as the Inet$TimeServer was not being looked at.
      
      Detail:
       	When attempting to locate a server to gain the time from, it now does
      it on the following order:
       	* Checks the Inet$TimeServer system variable first;
       	* If not present, checks the NetTime$Server system variable;
       	* If not present, finally attmepts to get the server off the
      smartcard.
      
      Admin:
       	Tested as a softload on an ethernet Customer M box.
      
      Version 0.16. Tagged as 'NetTime-0_16'
      d0106600
  20. 09 Jun, 1999 3 commits
  21. 08 Apr, 1999 1 commit
    • David Cotton's avatar
      Added a header file, debug.h, that is used to redefine some debuglib macros if... · 15d8090c
      David Cotton authored
      Added a header file, debug.h, that is used to redefine some debuglib macros if a non-debug build is being built. This is to allow the module to be built on machines where debuglib is not present.
      
      Validated by building both the old (v0.12) and new versions and ensuring that
      the non-debug versions were identical. Also checked that the debug version
      still built.
      
      Version 0.13. Tagged as 'NetTime-0_13'
      15d8090c
  22. 04 Mar, 1999 1 commit
  23. 13 Jan, 1999 1 commit
  24. 14 Dec, 1998 1 commit
  25. 01 Dec, 1998 2 commits
    • John Farrell's avatar
      Make debug soft-load module. · 1c6f541b
      John Farrell authored
      1c6f541b
    • John Farrell's avatar
      Make DNS lookup non-blocking: · 7812f862
      John Farrell authored
        New state (DNSWait) and internal transition (DoDNS) added.
        Machine now support internal transitions, and DoDNS is injected by
        transitions that previously called tryconnect() to start lookup.
        State DNSWait polls resolver every second while it returns EINPROGRESS.
        Resolver interface (dns.c) taken from Acorn FTP fetcher.
      
      Version 0.09. Tagged as 'NetTime-0_09'
      7812f862
  26. 24 Nov, 1998 5 commits
  27. 23 Nov, 1998 2 commits
  28. 21 Nov, 1996 1 commit