summaryrefslogtreecommitdiff
path: root/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that the user has write permissions when opening a temp file.Wayne Davison2007-11-031-0/+1
* Adding Wesley Terpstra's lchmod()-equivalent that uses setattrlist().Wayne Davison2007-10-161-0/+11
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-4/+3
* Added a comment to the do_chmod() to mark it as a discouraged function.Wayne Davison2007-05-221-1/+1
* Adding the --fake-super option.Wayne Davison2007-04-241-0/+10
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Avoid a compiler warning about setting "len" without using it.Wayne Davison2006-11-211-4/+5
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-1/+1
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-26/+23
* Made a bunch of char* args const.Wayne Davison2006-01-291-9/+6
* Complicate the lseek64() function prototype because some systemsWayne Davison2005-09-031-0/+4
* - Don't call do_chmod() unless HAVE_CHMOD is defined.Wayne Davison2005-07-271-1/+12
* Use the new HAVE_LSEEK64 define.Wayne Davison2005-04-061-1/+1
* Don't check defined-ness of SIZEOF_OFF64_T.Wayne Davison2005-02-141-1/+1