Module Name:src
Committed By: christos
Date: Sat Oct 10 13:41:14 UTC 2020
Modified Files:
src/external/bsd/ntp/dist/libntp: work_fork.c
Log Message:
Wait for the asynchronous dns resolver child to be done (and close the
socket descriptors) before returning. Otherwise we mi
Module Name:src
Committed By: christos
Date: Fri May 29 20:15:14 UTC 2020
Modified Files:
src/external/bsd/ntp/dist/libntp: timexsup.c
Log Message:
Add explicit casts
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/dist/libntp/timexsup.c
Module Name:src
Committed By: christos
Date: Wed Dec 2 02:04:06 UTC 2015
Modified Files:
src/external/bsd/ntp/dist/libntp: authkeys.c
Log Message:
Don't bother calling log for values <= 1... XXX: should use ilog() instead.
Fixes vax.
To generate a diff of this commit:
c
Module Name:src
Committed By: christos
Date: Mon Jul 20 15:35:00 UTC 2015
Modified Files:
src/external/bsd/ntp/dist/libntp: work_fork.c
Log Message:
we set SIGCHLD to SIG_IGN so we are not going to generate zombies so it
will be an error to wait.
To generate a diff of th
Module Name:src
Committed By: christos
Date: Fri Jul 17 15:17:07 UTC 2015
Modified Files:
src/external/bsd/ntp/dist/libntp: work_fork.c
Log Message:
PR/50048: Martin Husemann: Avoid reaping the child twice by setting c->pid = 0
after the wait.
To generate a diff of this
Module Name:src
Committed By: kardel
Date: Tue Apr 1 17:34:44 UTC 2014
Modified Files:
src/external/bsd/ntp/dist/libntp: atouint.c
Log Message:
remove stray 'return 0;' that effectively disabled atouint().
Hi Christos!
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: kardel
Date: Mon Jan 20 19:03:33 UTC 2014
Modified Files:
src/external/bsd/ntp/dist/libntp: work_fork.c
Log Message:
fix voluntary self-destruct (kill(0, SIGUP)) after successful int_res run and
interface change
To generate a diff of this c
Module Name:src
Committed By: joerg
Date: Thu Jan 2 21:35:19 UTC 2014
Modified Files:
src/external/bsd/ntp/dist/libntp: timetoa.c
Log Message:
Avoid pointer operations on the format string.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd
Module Name:src
Committed By: joerg
Date: Thu Jan 2 18:26:03 UTC 2014
Modified Files:
src/external/bsd/ntp/dist/libntp: prettydate.c
Log Message:
Use separate variables for the format strings to get working format
string checking with both GCC and Clang.
To generate a d
Module Name:src
Committed By: pgoyette
Date: Tue Dec 31 21:37:01 UTC 2013
Modified Files:
src/external/bsd/ntp/dist/libntp: ntp_intres.c
Log Message:
Remove duplicate/old declaration of 'host' now that we allocate it on stack.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Tue Dec 31 20:56:29 UTC 2013
Modified Files:
src/external/bsd/ntp/dist/libntp: ntp_intres.c
Log Message:
pointless to call alloca for a 1K path string... Just allocate it on the stack!
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: kardel
Date: Sun Jun 19 15:58:07 UTC 2011
Modified Files:
src/external/bsd/ntp/dist/libntp: ntp_lineedit.c
Log Message:
fix lineedit functionality. ntpq and friends would just exit on empty lines
which is not intended - there is a quit command
12 matches
Mail list logo