aboutsummaryrefslogtreecommitdiffstats
path: root/ports
AgeCommit message (Expand)Author
2021-01-08ports/linux/xattr: add arm64 versions for xattr callsRoss Burton
2021-01-06ports: Add lchmod wrapper on linuxRichard Purdie
2020-10-09ports/linux: Add mksotemp64 wrapperRichard Purdie
2020-10-08ports/linux/statx: Fix path name mapping issueRichard Purdie
2020-10-08ports/linux/xattr: Fix NULL pointer dereferenceRichard Purdie
2020-10-08pseudo_client: Improve unlinked file descriptor trackingRichard Purdie
2020-10-08pseudo: Add support for ignoring pathsRichard Purdie
2020-08-27pseudo: fix renaming to selfJoe Slater
2020-07-20Handle OFD lock flagsStefan Agner
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 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
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
2018-04-13Fix symlink following errorsSeebs
2018-03-31initialize wrappers in syscall wrapperSeebs
2018-03-30Recently (2015) coreutils cp -Rp changed its behavior such that chmod()Seebs
2018-03-29Experimental syscall(2) wrapper.Seebs
2018-02-26Handle more mk*stemp* functions.Seebs
2018-02-15Handle O_TMPFILE more betterSeebs
2018-01-20Fix openat flag #ifdef typopseudo-1.9.0PSEUDO_1_9_0Seebs
2018-01-16Add statvfs wrapperSeebs
2018-01-16Handle long lines in /etc/groupSeebs
2018-01-16handle O_TMPFILE and linkat()Seebs
2017-02-24Don't try to record 0-length posix_acl_default xattrsSeebs
2016-12-12The setcap utility supplied by libcap is used to set capabilities on aSeebs
2016-10-29Experimentally try to make x32 workSeebs
2016-09-30Fix renameat (parallel to previous fix to rename)Seebs
2016-07-05Mark ports/unix/subports executableJoshua Lock
2016-05-18better handling of missing real_foo functionsPeter Seebach
2016-03-10add wrapper for bindPeter Seebach
2016-03-09make bash stop bullying mePeter Seebach
2016-03-02Server launch rework continued, probably finishedPeter Seebach
2016-01-22Fix mknod(...) with no file type bitsPeter Seebach
2015-09-22f*open*: Use more-correct mode.pseudo-1.7.4PSEUDO_1_7_4Peter Seebach
2015-09-04Don't have mkdirat set errno unintentionallyPeter Seebach
2015-09-03Finish (I hope) working around 0700 umasks.Peter Seebach
2015-09-01realpath: allocate memory when null pointer givenPeter Seebach
2015-08-24Small cleanups in passingPeter Seebach
2015-08-24xattrdb bug fixesPeter Seebach
2015-08-21Clean up some const stuffPeter Seebach
2015-08-21New option: Use extended attributes to store db values.Peter Seebach
2015-08-20Drop the allocation in pseudo_fix_path/pseudo_root_path/etc.Peter Seebach