summaryrefslogtreecommitdiff
path: root/lib/replace/system/filesys.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-21lib/replace: add renameat2() replacementStefan Metzmacher1-0/+29
2022-08-15lib/replace: add a replacement for openat2() that returns ENOSYSStefan Metzmacher1-0/+35
2022-08-02lib:replace: Only include <sys/mount.h> on non-Linux systemsAndreas Schneider1-1/+3
2022-08-02Revert "lib:replace: Remove <sys/mount.h> from filesys.h"Andreas Schneider1-0/+4
2022-07-29lib:replace: Remove <sys/mount.h> from filesys.hAndreas Schneider1-4/+0
2020-12-16CI: add samba-no-opathRalph Boehme1-0/+4
2019-12-18lib/replace: prefer <sys/xattr.h> over <attr/xattr.h>Ralph Boehme1-3/+3
2019-12-12lib/replace: work around an API conflict between ncurses and XFS xattr APIRalph Boehme1-6/+4
2019-02-17replace: remove needless vxfs header file checkBjörn Jacke1-8/+0
2018-11-28replace: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-4/+4
2018-07-03build: bundle and reduce huge number of EA function testsBjörn Jacke1-23/+4
2014-09-19replace: Fix includes of unistd.hMartin Schwenke1-0/+3
2014-04-17lib: Change uid_wrapper to preloadable version.Andreas Schneider1-11/+0
2012-06-16attr: Look for attr/attributes.h too.Jelmer Vernooij1-0/+2
2012-06-03librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett1-0/+8
2012-06-02lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett1-8/+8
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-0/+56
2012-04-18replace: added ENOATTR define if undefinedAndrew Tridgell1-0/+8
2011-10-27replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider1-0/+11
2011-09-08lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc...Stefan Metzmacher1-0/+4
2010-05-30libreplace: include sys/file.h only when availableBjörn Jacke1-0/+2
2009-09-15libreplace: white space cleanupsBjörn Jacke1-8/+8
2009-04-20Cope with the fact that only _mkdir() exists on Windows and that itJelmer Vernooij1-0/+4
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+182