summaryrefslogtreecommitdiff
path: root/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Add FALLTHROUGH comment.Wayne Davison2022-03-131-1/+1
* Silence some symlink mode-change failures.Wayne Davison2022-01-171-1/+4
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Tweak atime/crtime code a bit more.Wayne Davison2021-10-101-16/+24
* Avoid spurious warning about "code" var not being initialized.Wayne Davison2021-10-101-2/+2
* Unify on "path" vs "fname" arg naming.Wayne Davison2021-10-101-26/+26
* Change do_lchmod() back to a swtich with some better ENOTSUP & ENOSYS logic.Wayne Davison2021-10-101-2/+12
* Enable --atimes on macOS.Wayne Davison2021-10-021-6/+10
* Check ro in set_create_time() for Cygwin too.Wayne Davison2021-10-021-3/+5
* Change do_chmod to always try lchmod() first (when possible).Wayne Davison2021-10-011-9/+2
* Support --crtimes on Cygwin.Wayne Davison2021-07-081-3/+35
* Work around glibc's lchmod() issue a better way.Wayne Davison2020-11-291-13/+21
* Use linkat() if availableWayne Davison2020-07-271-1/+5
* Add --crtimes option.Wayne Davison2020-07-221-0/+43
* Don't use UNUSED() when an arg is used sometimes.Wayne Davison2020-07-071-1/+3
* Some indentation fixes.Wayne Davison2020-06-131-2/+2
* Tweak a couple var names.Wayne Davison2020-06-131-4/+4
* Two sparse fixes from Yuxuan Shui.Wayne Davison2020-05-251-1/+1
* Update a few more copyright years.Wayne Davison2020-04-251-1/+1
* Change do_setattrlist_times() to use an stp arg.Wayne Davison2020-04-251-3/+3
* Change --set-notime to --open-noatime.Wayne Davison2020-04-231-2/+2
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-18/+48
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Fix --prealloc to keep file-size 0 when possible.Wayne Davison2019-01-151-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Add nanosecond mtime support for Mac OS X.Wayne Davison2017-08-311-0/+19
* Use S_BLKSIZE when multiplying st_blocks.Wayne Davison2016-10-151-1/+11
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-101-5/+60
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Return an error if a buffer overflows in do_mknod().Wayne Davison2013-10-271-6/+6
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Change stat order for better ELOOP determination.Wayne Davison2011-09-201-7/+6
* Be sure to use STRUCT_STAT.Wayne Davison2011-09-201-1/+1
* Make do_readlink() support fake-super w/o O_NOFOLLOW.Wayne Davison2011-09-191-1/+48
* Fix reading side of fake-symlink bug 7109.Wayne Davison2011-06-181-1/+1
* Set NO_SYMLINK_USER_XATTRS on linux. Fixes bug 7109.Wayne Davison2011-06-181-1/+1
* Applying the preallocate patch.Wayne Davison2011-04-041-0/+26
* Use ftruncate() at the end of a --sparse file.Wayne Davison2010-11-061-0/+16
* Move time setting to syscall.c and add syscall fallback.Wayne Davison2010-08-261-0/+74
* Always use lchmod() if it is available.Wayne Davison2009-12-311-5/+7
* Have --fake-super turn a symlink into a file whenWayne Davison2009-09-021-0/+41
* Better compiling if SUPPORT_LINKS is not defined.Wayne Davison2009-09-021-2/+4
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Changed d_name() to be a static inline function.Wayne Davison2008-03-211-9/+0
* Attempting to silence some more "checker" warnings.Wayne Davison2008-03-171-1/+1
* Fixed the itemizing of perms with -E.Wayne Davison2008-03-091-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Make do_chmod() report an error with -E.Wayne Davison2008-01-251-1/+2