dns response handling: ignore presence of wrong-type RRs
[musl] / src / stat /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-05-04 Rich Felkerprovide an internal namespace-safe __fstat
2022-05-02 Rich Felkeronly use fstatat and others legacy stat syscalls if...
2022-05-02 Rich Felkerprovide an internal namespace-safe __fstatat
2022-05-02 Rich Felkerdrop direct use of stat syscalls in fchmodat
2020-02-12 Rich Felkerfix remaining direct use of stat syscalls outside fstatat.c
2019-10-28 Rich Felkermake fstatat fill in old time32 stat fields too
2019-10-28 Rich Felkerdisable lfs64 aliases for remapped time64 functions
2019-07-29 Rich Felkerutimensat: add time64 syscall support, decouple 32...
2019-07-27 Rich Felkerfix and simplify futimesat fallback in utimensat
2019-07-21 Samuel Hollanduse the correct stat structure in the fstat path
2019-07-19 Rich Felkerfix inadvertent introduction of extern object stx
2019-07-19 Rich Felkerimplement fstatat with SYS_statx, conditional on unders...
2019-07-18 Rich Felkercleanup includes now that stat, lstat no longer make...
2019-07-18 Rich Felkerrestore property that fstat(AT_FDCWD) fails with EBADF
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-18 Rich Felkerrefactor all stat functions in terms of fstatat
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkermove and deduplicate declarations of __procfdname to...
2015-02-06 Rich Felkerfix failure of fchmodat to report EOPNOTSUPP in the...
2015-02-05 Rich Felkerfix fd leak race (missing O_CLOEXEC) in fchmodat
2014-07-18 Rich Felkerfix missing flags arg to fstatat syscall in fstat fallb...
2014-06-22 Rich Felkeradd __xmknod and __xmknodat abi-compat functions
2014-06-22 Rich Felkerconsolidate __xstat abi-compat functions into a single...
2014-05-30 Rich Felkeradditional fixes for linux kernel apis with old syscall...
2014-05-30 Rich Felkersupport linux kernel apis (new archs) with old syscalls...
2013-12-19 Rich Felkerfix failure of fchmod, fstat, fchdir, and fchown to...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-08-02 Rich Felkermake fchdir, fchmod, fchown, and fstat support O_PATH...
2013-08-02 Rich Felkerdebloat code that depends on /proc/self/fd/%d with...
2013-08-02 Rich Felkerwork around linux's lack of flags argument to fchmodat...
2013-07-19 Rich Felkerimprove [f]stat[v]fs functions, and possibly work aroun...
2013-05-16 Rich Felkerfix mknod and mknodat to accept large dev_t values
2012-12-06 rofl0radd obsolete futimesat()
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-06-01 Rich Felkeradd LSB ABI __xstat, etc. junk
2011-09-20 Rich Felkerfix statvfs.c to match new fsid_t definition
2011-09-20 Rich Felkerfix the definition of struct statvfs to match lsb abi
2011-04-06 Rich Felkerfix (hopefully) statvfs breakage on x86_64 that resulte...
2011-04-03 Rich Felkerfix statvfs syscalls (missing size argument)
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-27 Rich Felkerimplement futimens and utimensat
2011-02-18 Rich Felkeradd portable lchown (trivial to support and a few ancie...
2011-02-15 Rich Felkerfinish moving 32-bit-specific junk out of source files.
2011-02-12 Rich Felkerinitial check-in, version 0.5.0