1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-20 16:47:15 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
a56b6e0b0f Initial commit 2015-03-07 23:29:12 +01:00
db0abbb4c8 Mark needless return(bla) with a macro so we can shut up FlexeLint 2015-01-16 21:32:35 +00:00
449dc16d47 A bit of signed/unsigned cleanup work. 2015-01-16 21:21:15 +00:00
76ccc26b27 Portability improvements:
grep -q is non portable

avoid IP_RECVDSTADDR until we need it

Spotted by:	Ronan Flood
2015-01-16 20:17:35 +00:00
3da3e4bde3 Add signal detection to TODO and time_unix.c and use this to let
SIGHUP restart processing in ntimed-client.

Have the NTP_filter clear state and the PLL start over when
TB_generation changes.

Simplify the NTP_PeerSet code with respect to real/simulated peers, and
add some preliminary scaffolding for the server maintenance code.
2015-01-11 19:44:54 +00:00
4eb6fde3b7 Capitalize the be[bits]{enc,dec}() functions to avoid colliding
with the system provided version in NetBSD.

The irony is not lost on me:  I created that family of functions
myself: https://svnweb.freebsd.org/base?view=revision&revision=113005
2015-01-09 10:55:38 +00:00
27ca509920 Pass the expected socket family into UdpTimedRx() so it can pick the
right socket, rather than listening on both.

Implement TODO_Cancel()

Only wake the time_unix task when needed.

Fix sockaddr comparison for IPv6[1]

Grap userland timestamp, in case SCM_TIMESTAMP* does not work/isn't
available.[1]

Undefined timestamp fix for simfile reading[1]

Minor fixes from github

[1] From Ronan Flood
2015-01-09 10:44:47 +00:00
9caeb38a6f Use nan("") instead of NAN macro, in the hope that ancient CentOS
likes that better.
2015-01-04 15:44:17 +00:00
f0007519ab Minor consistency stuff discovered on OS/X 2015-01-04 15:18:51 +00:00
7346057b62 Detect if make(1) is GNU make, to avoid confusing debian kFreeBSD. 2015-01-04 14:45:53 +00:00
69f9d9edea Add #includes for OpenBSD and NetBSD compat.
Danglish-out-stompification from github pull requests.
2015-01-04 14:45:53 +00:00
2b66507dac Merge pull request #18 from dfc/fixcase
Fix ntimed-client case in README
2015-01-04 12:21:14 +00:00
55f0e20180 Merge pull request #20 from bazzargh/patch-1
typo: remeber->remember
2015-01-04 12:20:49 +00:00
94e6c4b1ef Merge pull request #22 from bradh/patch-1
Spelling fix
2015-01-04 12:20:31 +00:00
eb7db0adcd Fix IPv6 by wrapping UDP in a struct. 2015-01-04 12:05:26 +00:00
0980105e6b Update ocx_stdio.c
Trivial typo fix.
2014-12-31 19:53:35 +11:00
29dbf981ed typo: remeber->remember 2014-12-24 14:23:09 +00:00
ae838cbe66 Fix ntimed-client case in README 2014-12-23 15:53:00 -05:00
5863c482e4 Merge pull request #16 from cspiegel/master
Add closing va_end() call.
2014-12-23 00:11:24 +00:00
1d9ef25f59 Add closing va_end() call. 2014-12-22 10:50:25 -08:00
ba67c5bdcc Merge pull request #7 from michiel3/master
Fix RST parsing error in email address
2014-12-22 08:37:53 +00:00
cc179ffa62 Merge pull request #3 from allanjude/patch-1
Fix typo in README (Fix more Danglish)
2014-12-22 08:37:35 +00:00
47e919c88c Merge pull request #4 from feld/patch-1
Update param_tbl.h (Fix Danglish)
2014-12-22 08:37:03 +00:00
219efb9bec Fix RST parser error in email address 2014-12-21 19:27:33 -08:00
3bc587cf10 Update param_tbl.h
typos
2014-12-21 19:21:39 -06:00
e2bd586712 Fix typo in README
Aren't was misspelled
2014-12-21 20:04:37 -05:00
f3810d710b Fix some printf-format issues. 2014-12-21 22:56:50 +00:00
45af90e98a First preview release. 2014-12-21 22:31:18 +00:00