search for: st_mtimensec

Displaying 9 results from an estimated 9 matches for "st_mtimensec".

Did you mean: st_mtime_nsec
2023 Jan 03
1
mips64el stat/time/…? problem
...ode is roughly: // const char *opnd1 = "a"; // const char *opnd2 = "b"; // struct stat b1, b2; // int s; return (test_stat(opnd1, &b1) == 0 && (((s = test_stat(opnd2, &b2)) == 0 && mtimecmp(&b1, &b2) > 0) || s < 0)); // #define st_mtimensec st_mtim.tv_nsec // #define HAVE_ST_MTIMENSEC 1 static int mtimecmp(const struct stat *sb1, const struct stat *sb2) { if (sb1->st_mtime < sb2->st_mtime) return (-1); if (sb1->st_mtime > sb2->st_mtime) return (1); #if HAVE_ST_MTIMENSEC if (sb1->st_mtimensec < sb2->s...
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
...ime = st->st_atime; a->mtime = st->st_mtime; + a->ext_flags |= SSH2_FXE_EXTATTR_CTIME; + a->ctime = st->st_ctime; + a->ext_flags |= SSH2_FXE_EXTATTR_ATIMENSEC; + a->atimensec = st->st_atimensec; + a->ext_flags |= SSH2_FXE_EXTATTR_MTIMENSEC; + a->mtimensec = st->st_mtimensec; + a->ext_flags |= SSH2_FXE_EXTATTR_CTIMENSEC; + a->ctimensec = st->st_ctimensec; + a->ext_flags |= SSH2_FXE_EXTATTR_DEV; + a->dev = st->st_dev; + a->ext_flags |= SSH2_FXE_EXTATTR_INO; + a->ino = st->st_ino; + a->ext_flags |= SSH2_FXE_EXTATTR_NLINK; + a->nlink = st-...
2023 Jan 13
0
[klibc:master] mips64: Fix struct stat layout
...signed int st_pad0[3]; /* Reserved for st_dev expansion */ @@ -22,9 +20,14 @@ struct stat { off_t st_size; - struct timespec st_atim; - struct timespec st_mtim; - struct timespec st_ctim; + unsigned int st_atime; + unsigned int st_atimensec; + + unsigned int st_mtime; + unsigned int st_mtimensec; + + unsigned int st_ctime; + unsigned int st_ctimensec; unsigned int st_blksize; unsigned int st_pad2;
2025 Apr 19
1
NSD 4.12.0rc1 pre-release
..._t... yes checking for uint32_t... yes checking for uint64_t... yes checking for socklen_t... yes checking for sig_atomic_t... yes checking for ssize_t... yes checking for suseconds_t... yes checking for in_addr_t... yes checking for struct sockaddr_storage.ss_family... yes checking for struct stat.st_mtimensec... yes checking for struct stat.st_mtim.tv_nsec... yes checking for struct sockaddr_un.sun_len... yes checking build system type... x86_64-unknown-openbsd7.7 checking host system type... x86_64-unknown-openbsd7.7 checking for working chown... yes checking for fork... yes checking for vfork... yes c...
2025 Apr 16
4
NSD 4.12.0rc1 pre-release
Dear all, NSD 4.12.0rc1 pre-release is available: https://nlnetlabs.nl/downloads/nsd/nsd-4.12.0rc1.tar.gz sha256 b9085a3fd08b8318ac30715faf1c7698099781eb3520253774a46f74386342e9 pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.12.0rc1.tar.gz.asc This release introduces Prometheus metrics that can be compiled with `--enable-prometheus-metrics` and configured with `enable-metrics` (see
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...hecking for _pwrite64... yes checking for __pwrite64... no checking for open64... yes checking for _open64... yes checking for __open64... no checking for creat64... yes checking for prctl... no checking for getgrouplist... no checking for struct stat.st_mtim.tv_nsec... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtime_n... no checking for struct stat.st_umtime... no checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtime... no checking whether there is DOS flags support in the stat st...
2010 May 11
1
Samba 3.5.2 compile on AIX
...g for _pwrite64... no checking for __pwrite64... no checking for open64... yes checking for _open64... no checking for __open64... no checking for creat64... yes checking for prctl... no checking for getgrouplist... (cached) no checking for struct stat.st_mtim.tv_nsec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtime_n... yes checking for struct stat.st_umtime... no checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtime... no checking whether there is DOS flags support in the stat s...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: yes Checking whether fcntl locking is available : yes Checking whether fcntl lock supports open file description locks : no Checking for member st_mtim.tv_nsec in struct stat : yes Checking for member st_mtimensec in struct stat : no Checking for member st_mtimespec.tv_nsec in struct stat : no Checking for member st_mtime_n in struct stat : no Checking for member st_umtime in struct stat...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...g for _pwrite64... no checking for __pwrite64... yes checking for open64... yes checking for _open64... no checking for __open64... yes checking for creat64... yes checking for prctl... yes checking for good getgrouplist... no checking for struct stat.st_mtim.tv_nsec... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtime_n... no checking for struct stat.st_umtime... no checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtime... no checking whether there is DOS flags support in the stat st...