aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-08add arm64 versions for xattrross/attrRoss Burton
2021-01-08support version overridesRoss Burton
2021-01-08XXX wrapper debugRoss Burton
2021-01-08makewrappers: fix Python 2 hangoverross/fixesRoss Burton
2021-01-08Fix some memory leaksRoss Burton
2021-01-08Disable deprecated function warningsRoss Burton
2021-01-08Silence switch block warningsRoss Burton
2021-01-08pseudo_util: don't overrun strings when looking for keysRoss Burton
2021-01-06ports: Add lchmod wrapper on linuxRichard Purdie
2020-12-16pseudo_client: Simplify pseudo_client_ignore_path_chroot()Peter Kjellerstedt
2020-12-16pseudo_client: Lessen indentation of pseudo_client_ignore_path_chroot()Peter Kjellerstedt
2020-11-29pseudo_client: Print PSEUDO_LOGFILE path in abort message on path mismatchesTomasz Dziendzielski
2020-10-09ports/linux: Add mksotemp64 wrapperRichard Purdie
2020-10-08ports/linux/statx: Fix path name mapping issueRichard Purdie
2020-10-08pseudo_client: Fix dirfd handling with empty pathsRichard Purdie
2020-10-08pseudo.c: Improve handling of entries with nlink == 0 in fd opsRichard Purdie
2020-10-08ports/linux/xattr: Fix NULL pointer dereferenceRichard Purdie
2020-10-08pseudo_client: Improve unlinked file descriptor trackingRichard Purdie
2020-10-08pseudo_client: Allow server to tell the client to abort() on path mismatchesRichard Purdie
2020-10-08pseudo: Add support for ignoring pathsRichard Purdie
2020-10-08pseudo.c: Stop using data from matching inodes but mismatched pathsRichard Purdie
2020-08-27pseudo: fix renaming to selfJoe Slater
2020-07-31db: Use WAL mode for on-disk databaseJoshua Watt
2020-07-20Handle OFD lock flagsStefan Agner
2020-06-26test: Added ACL testsJohannes Beisswenger
2020-06-26xattr: Fixed corrupting UID&GID when running setfacl -m on a directoryJohannes Beisswenger
2020-06-26On a tumbleweed system, "install X Y" was showing the error:Richard Purdie
2020-06-26pseudo_ipc.h: Fix enum typedefJacob Kroon
2020-06-26pseudo: On a DB fixup remove files that do not exist anymoreRicardo Ribalda
2020-06-26Pseudo changes the syscall access patterns which makes it incompatible withRichard Purdie
2020-06-26xattr: adjust for attr 2.4.48 releaseAlexander Kanavin
2020-06-26realpath.c: Remove trailing slashesRobert Yang
2020-06-26Add statx glibc/syscall supportRichard Purdie
2020-06-26maketables/wrappers: use Python 3Alexander Kanavin
2020-06-26pseudo: Handle too many files deadlockRichard Purdie
2020-06-26Increase the number of retries in pseudo due to occasional slowRichard Purdie
2019-08-02use *correct* flags for open/openat, also apply them for related statross/masterSeebs
2019-08-01handle O_NOFOLLOW in flags for open/openatSeebs
2019-05-15Add SPDX-License-Identifier: LGPL-2.1-only to filesRichard Purdie
2019-04-10fix warnings in renameat2Seebs
2019-04-10Try to handle blocking open.Seebs
2019-04-09don't renameat2 pleaseSeebs
2019-04-09partial fix (??) for an ownership corruption problemSeebs
2018-12-15pseudo_ipc.c: eliminate some code duplicationSeebs
2018-12-15Use MSG_NOSIGNAL if available.Seebs
2018-11-29add missing <stdint.h>Seebs
2018-09-20also make sure inodes are 64-bit values to SQLSeebs
2018-09-20fix gcc7 warningSeebs
2018-09-20attempt to handle large inode valuesSeebs
2018-04-13Fix symlink following errorsSeebs