/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.sbin/ntpd/
..
Makefile

use RMS for jitter. we're linking with enough libraries that libm is tiny. ok deraadt

11 лет назад
client.c

introduce log_ntp_addr() and use it where applicable, avoids a null pointer deref in constraint.c reported by bluhm@; ok millert@

3 года назад
config.c

If all addresses are numeric no use for dns probe; ok florian@ sthen@

6 лет назад
constraint.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
control.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
log.c

Forgotten va_copy/va_end; on some archs that is really needed. ok benno@

7 лет назад
log.h

including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther

5 лет назад
ntp.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
ntp.h

Correct denominators when converting NTP fixed point values to double and vice-versa; ok tb@

3 года назад
ntp_dns.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
ntp_msg.c

Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of the original ISC license that we use in OpenBSD. Done for files were Henning is the original author.

10 лет назад
ntpctl.8

improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;

3 года назад
ntpd.8

improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;

3 года назад
ntpd.c

Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour

2 года назад
ntpd.conf.5

improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;

3 года назад
ntpd.h

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
parse.y

Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.

5 лет назад
sensors.c

Also implement "trusted" for sensors; do not do constraint validation for these. ok deraadt@

7 лет назад
server.c

Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of the original ISC license that we use in OpenBSD. Done for files were Henning is the original author.

10 лет назад
util.c

introduce log_ntp_addr() and use it where applicable, avoids a null pointer deref in constraint.c reported by bluhm@; ok millert@

3 года назад