Home
last modified time | relevance | path

Searched refs:ntp (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/ntp/
H A Dntp.mk11 NTP_SITE = https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-$(NTP_VERSION_MAJOR)
15 NTP_CPE_ID_VENDOR = ntp
18 NTP_SELINUX_MODULES = ntp
85 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTP_KEYGEN) += util/ntp-keygen
86 NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTP_WAIT) += scripts/ntp-wait/ntp-wait
99 $(INSTALL) -m 644 package/ntp/ntpd.etc.conf $(TARGET_DIR)/etc/ntp.conf
106 $(INSTALL) -D -m 755 package/ntp/S48sntp $(TARGET_DIR)/etc/init.d/S48sntp
112 $(INSTALL) -D -m 755 package/ntp/S49ntp $(TARGET_DIR)/etc/init.d/S49ntp
116 $(INSTALL) -D -m 644 package/ntp/ntpd.service $(TARGET_DIR)/usr/lib/systemd/system/ntpd.service
H A Dntp.hash1 # From http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p15.tar.gz.md5
2 md5 e1e6b23d2fc75cced41801dbcd6c2561 ntp-4.2.8p15.tar.gz
4 sha256 f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19 ntp-4.2.8p15.tar.gz
H A Dntpd.etc.conf1 server 0.pool.ntp.org iburst
2 server 1.pool.ntp.org iburst
3 server 2.pool.ntp.org iburst
4 server 3.pool.ntp.org iburst
H A DConfig.in2 bool "ntp"
8 http://www.ntp.org/
23 bool "ntp-keygen"
30 Compile ntp with support for a SHM clock attached through
34 bool "ntp-wait"
37 ntp-wait waits until the locally running ntpd is in state 4
H A D0004-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch9 or 64Kb set by ntp should be good in glibc these days.
12 …enembedded/meta-openembedded/blob/master/meta-networking/recipes-support/ntp/ntp/0001-libntp-Do-no…
H A D0002-ntp-syscalls-fallback.patch1 inline ntp syscalls fallback
4 https://bugs.ntp.org/show_bug.cgi?id=769
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/
H A Dntp_4.2.8p15.bb6 HOMEPAGE = "http://support.ntp.org"
13 SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \
14 file://ntp-4.2.4_p6-nano.patch \
19 file://ntp.conf \
74 NTP_USER_HOME ?= "/var/lib/ntp"
77 --shell /bin/false --user-group ntp"
97 install -m 644 ${WORKDIR}/ntp.conf ${D}${sysconfdir}
103 chown ntp:ntp ${D}${NTP_USER_HOME}
113 sed -i '1s,#!.*perl,#! ${bindir}/env perl,' ${D}${sbindir}/ntp-wait
114 sed -i '/use/i use warnings;' ${D}${sbindir}/ntp-wait
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/
H A Dvolatiles.ntpsec1 d ntp ntp 0755 @NTP_USER_HOME@ none
2 d ntp ntp 0755 /var/log/ntpstats none
3 f ntp ntp 0644 /var/log/ntpd.log none
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trans.c90 struct xfs_trans *ntp; in xfs_trans_dup() local
94 ntp = kmem_cache_zalloc(xfs_trans_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
99 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()
100 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
101 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()
102 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
103 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
104 ntp->t_firstblock = NULLFSBLOCK; in xfs_trans_dup()
109 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
115 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
[all …]
H A Dxfs_trans_dquot.c75 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo() argument
85 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()
92 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
96 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/
H A Ddhcpcd_9.4.1.bb35 # ntp conflicts with chrony
36 PACKAGECONFIG[ntp] = "--with-hook=ntp, , ,ntp"
37 PACKAGECONFIG[chrony] = "--with-hook=ntp, , ,chrony"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A Dntpd18 test -x $DAEMON -a -r /etc/ntp.conf || exit 0
42 …start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -u ntp:ntp -p $…
H A Dntpd.service8 ExecStart=/usr/sbin/ntpd -u ntp:ntp -p /run/ntpd.pid -g
H A Dreproducibility-fixed-path-to-posix-shell.patch1 --- ntp-4.2.8p12.original/sntp/libopts/m4/libopts.m4 2018-11-12 17:54:57.747220846 +1300
2 +++ ntp-4.2.8p12/sntp/libopts/m4/libopts.m4 2018-11-12 18:00:50.626211641 +1300
H A Dntp.conf4 driftfile /var/lib/ntp/drift
H A D0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch9 or 64Kb set by ntp should be good in glibc these days.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/
H A Dntpsec_1.2.1.bb73 NTP_USER_HOME ?= "/var/lib/ntp"
78 cp -r ${S}/etc/ntp.d ${D}${sysconfdir}
114 --shell /bin/false --user-group ntp"
119 SYSTEMD_SERVICE:${PN} = "ntpd.service ntp-wait.service"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/
H A Dpackagegroup-meta-networking.bb220 ntp ntpdate sntp ntpdc ntpq ntp-tickadj ntp-utils \
269 # Use ntp and not chrony or ntimed
/OK3568_Linux_fs/buildroot/support/testing/tests/core/test_selinux/br2_external/package/selinux-test/
H A Dselinux-test.mk7 SELINUX_TEST_SELINUX_MODULES = ntp tor
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Dchrony.conf6 pool 0.openembedded.pool.ntp.org iburst
/OK3568_Linux_fs/kernel/kernel/time/
H A DMakefile3 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.SNTP16 2. Only the 1st NTP server IP, in the option ntp-servers of DHCP, will
H A DREADME.dns53 bfin> dns pool.ntp.org ntpserverip
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/
H A Dchrony_4.2.bb83 --with-ntp-era=$(shell date -d '1970-01-01 00:00:00+00:00' +'%s') \
142 RCONFLICTS:${PN} = "ntp ntimed"
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-armhf/customization/package-lists/
H A Dlinaro.list.chroot127 ntp

12