aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts
AgeCommit message (Expand)Author
2021-10-30ports/linux: Add wrapper for fcntl64()Richard Purdie
2021-09-10ports/linux/guts: Add closefrom support for glibc 2.34Richard Purdie
2021-09-09ports/linux/guts: Add close_range wrapper for glibc 2.34Richard Purdie
2021-09-09fcntl: Add support for fcntl F_GETPIPE_SZ and F_SETPIPE_SZMike Crowe
2021-02-15ports/linux: Add wrapper for fstatat/fstatat64 in glibc 2.33Richard Purdie
2021-01-06ports: Add lchmod wrapper on linuxRichard Purdie
2020-10-09ports/linux: Add mksotemp64 wrapperRichard Purdie
2020-07-20Handle OFD lock flagsStefan Agner
2019-08-02use *correct* flags for open/openat, also apply them for related statross/masterSeebs
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-03-29Experimental syscall(2) wrapper.Seebs
2018-02-15Handle O_TMPFILE more betterSeebs
2018-01-20Fix openat flag #ifdef typopseudo-1.9.0PSEUDO_1_9_0Seebs
2018-01-16Handle long lines in /etc/groupSeebs
2018-01-16handle O_TMPFILE and linkat()Seebs
2016-12-12The setcap utility supplied by libcap is used to set capabilities on aSeebs
2016-05-18better handling of missing real_foo functionsPeter 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-03Finish (I hope) working around 0700 umasks.Peter Seebach
2015-08-24xattrdb bug fixesPeter Seebach
2015-08-20Drop the allocation in pseudo_fix_path/pseudo_root_path/etc.Peter Seebach
2015-08-20Initial profiling implementation.Peter Seebach
2014-05-27Honor umaskPeter Seebach
2014-04-21Initial draft xattr supportPeter Seebach
2013-06-25Change debugging to use flags rather than levelsPeter Seebach
2013-02-16allow pseudo to force asynchronous behaviorPeter Seebach
2012-08-09Fix up chroot damage caused by PSEUDO_STATBUF fixpseudo-1.4.1PSEUDO_1_4_1Peter Seebach
2012-02-06The O_LARGEFILE value was getting merged into mode (where it wasPeter Seebach
2011-05-31Change logic on file creation/chmod so that we only secretly mask inPeter Seebach
2011-05-25Make ulckpwdf() report failuresSeebs
2011-03-25Merge in ports workPeter Seebach