summaryrefslogtreecommitdiff
path: root/lib/utimens.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* utimens: remove dependency on dup2Paul Eggert2011-09-181-9/+4
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* utimens: work around glibc rounding bug on more platformsPaul Eggert2010-12-271-1/+1
* utimens: work around glibc rounding bug on older Linux kernelsPaul Eggert2010-12-271-5/+46
* fdutimens, fdutimensat: update signature, againEric Blake2010-09-171-20/+4
* utimens: avoid compiler warningAndreas Gruenbacher2010-04-281-2/+2
* utimens (fdutimens): ignore a negative FD, per contractAurelien Jarno2010-01-051-11/+12
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* utimens: avoid shadowing warningEric Blake2009-12-311-5/+8
* futimens, utimensat: work around ntfs-3g bugEric Blake2009-12-301-101/+44
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+1
* utimens: work around Linux ctime bugEric Blake2009-12-191-20/+133
* utimens: one more try at avoiding compiler warningEric Blake2009-12-141-2/+2
* utimens: fix compilation errorEric Blake2009-11-301-1/+2
* utimens: work around older Linux failure with symlinksEric Blake2009-11-251-8/+16
* utimens: fix regression on SolarisEric Blake2009-11-181-5/+9
* utimens: remove invalid futimesat callJim Meyering2009-11-081-7/+4
* utimens: fix use of futimens on older LinuxEric Blake2009-11-041-1/+1
* utimensat: work around Solaris 9 bugEric Blake2009-10-201-5/+11
* utimensat: new moduleEric Blake2009-10-161-1/+2
* utimens: let lutimens work on non-symlinksEric Blake2009-10-161-7/+11
* utimens: cache whether utimensat syscall worksEric Blake2009-10-161-48/+71
* futimens: new moduleEric Blake2009-10-101-0/+3
* utimens: introduce fdutimensEric Blake2009-10-101-1/+17
* utimens: add UTIME_NOW and UTIME_OMIT supportEric Blake2009-10-101-19/+141
* utimens: add lutimens interfaceEric Blake2009-10-101-0/+60
* utimens: validate futimens usageEric Blake2009-10-101-14/+16
* maint: minor cleanupsEric Blake2009-10-071-11/+1
* openat, utimens: whitespace cleanupEric Blake2009-10-071-39/+39
* errno: use consistentlyEric Blake2009-09-021-12/+2
* utimens.c: correct kernel bug work-aroundJim Meyering2008-06-091-4/+9
* utimens.c: work around a probable Linux kernel bugJim Meyering2008-06-051-0/+12
* Provide futimens/utimensat fallbacks for older kernels.Eric Blake2008-06-031-17/+26
* Prefer new POSIX 200x interfaces over futimesat.Eric Blake2008-05-291-71/+84
* Don't redefine __attribute__ without a need.Bruno Haible2008-01-131-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-4/+3
* * lib/utimens.c (gl_futimens): Rename from futimens,Jim Meyering2007-05-191-3/+3
* * MODULES.html.sh (Support for systems lacking POSIX:2001): NewPaul Eggert2007-01-181-1/+3
* Prefer fd < 0 to ! (0 <= fd).Paul Eggert2006-12-051-3/+3
* * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add aPaul Eggert2006-12-051-0/+17
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * getdate.y (__attribute__): Don't define if already defined.Paul Eggert2006-06-111-2/+4
* * utimens.c (futimens): glibc futimesat messes up if /procPaul Eggert2006-04-151-23/+29
* * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:Paul Eggert2005-10-301-11/+9
* Sync from coreutils.Paul Eggert2005-10-021-1/+15
* * utimens.c (ENOSYS): Define if not already defined.Paul Eggert2005-09-251-15/+40
* * lib/utimens.c (futimens): Use futimesat if available.Paul Eggert2005-09-231-3/+9
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (futimens): Account for the fact that futimesPaul Eggert2005-01-181-2/+19