aboutsummaryrefslogtreecommitdiffstats
path: root/ports
AgeCommit message (Expand)Author
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
2015-08-20Initial profiling implementation.Peter Seebach
2015-07-171.6.7: fix mkfifopseudo-1.6.7PSEUDO_1_6_7Peter Seebach
2015-07-16Allow fifosPeter Seebach
2014-10-03Possibly fix strange corruptionsPeter Seebach
2014-07-17linux/portdefs.h: fix non-x86 buildPeter Seebach
2014-07-11symbol version tweakspseudo-1.6.0PSEUDO_1_6_0Peter Seebach
2014-07-10make xattr work on DarwinSeebs
2014-06-13Don't follow symlinks for lutimes()Peter Seebach
2014-05-27Typo fixPeter Seebach
2014-05-27Honor umaskPeter Seebach
2014-05-16pseudo_has_unload: add functionPeter Seebach
2014-05-16Permissions handling tweaks (fchmodat, mask out write bits)Peter Seebach
2014-05-15fchmodat: don't pass AT_SYMLINK_NOFOLLOWseebs/xattrPeter Seebach
2014-04-24subports: Use right compilerPeter Seebach
2014-04-24Make configure handle xattr guessing (or specifying)Peter Seebach
2014-04-24Spell flag override correctly, rename flagsPeter Seebach
2014-04-22xattr support and other path stuff: reduce allocation and copyingPeter Seebach
2014-04-21Extended attributes: Intercept posix_acl_accessPeter Seebach
2014-04-21Initial draft xattr supportPeter Seebach
2014-01-23mkdir was storing/reporting modes with 0700 addedPeter Seebach
2014-01-23mknod apparently got broken a long time ago, fixedPeter Seebach
2013-06-25Change debugging to use flags rather than levelsPeter Seebach
2013-06-18Fix RHEL 4.7 compilation errorPeter Seebach
2013-02-17Darwin fixes for fsync changes, uninitialized variablePeter Seebach
2013-02-16If you don't want the answer, don't ask the question.Peter Seebach
2013-02-16allow pseudo to force asynchronous behaviorPeter Seebach
2013-02-13Fix linkat() again.pseudo-1.4.5PSEUDO_1_4_5Peter Seebach
2013-02-12Fix link() to work when chrootedpseudo-1.4.4PSEUDO_1_4_4Peter Seebach
2012-12-12bitrot and linkat() fixes for Darwin.SEEBS_TESTINGPeter Seebach
2012-12-12add linkat() implementationPeter Seebach
2012-08-09Fix up chroot damage caused by PSEUDO_STATBUF fixpseudo-1.4.1PSEUDO_1_4_1Peter Seebach
2012-08-02Remove the _plain thing, use PSEUDO_STATBUF everywhere.Peter Seebach
2012-03-28cleanup and fixesPeter Seebach
2012-03-27add popen() callPeter Seebach
2012-02-06The O_LARGEFILE value was getting merged into mode (where it wasPeter Seebach
2012-02-06Fix *at() function interface holesPeter Seebach
2011-11-02Rework the clone wrapper to add an intermediate function to resolve a defect.Mark Hatle
2011-11-02Implement PSEUDO_UNLOAD, replacing existing PSEUDO_RELOADED semantics.Mark Hatle
2011-06-09Fix realpath(name, NULL) when PSEUDO_DISABLED=1Peter Seebach
2011-06-06Improve system()Peter Seebach
2011-06-02Add system() wrapper to force setup of the pseudo environment. NotePeter Seebach
2011-05-31Change logic on file creation/chmod so that we only secretly mask inPeter Seebach