aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-03-25Merge commit '96d8e7ce8b483e5cafd0449b9735e4714f41f20b' into PSEUDO_PORTS_REMIXPSEUDO_PORTS_REMIXPeter Seebach
2011-03-25Fix execvp crashPeter Seebach
2011-03-24Woo! Last obvious error fixed.Seebs
2011-03-24Darwin seems to be working for trivial casesSeebs
2011-03-24add changelogSeebs
2011-03-24Whle __xmknodat() takes a dev_t *dev, which must not be NULL, mknodat()Seebs
2011-03-24Ah-hah. Infinite recursion is NOT my friend.Seebs
2011-03-24First pass at using system getpwent() and friends. Not really working,Seebs
2011-03-24Various Darwin updates and code consistency fixes.Seebs
2011-02-18whoops, misspelled __fxstatatSeebs
2011-02-18More cleanup and moving things to generic unix portSeebs
2011-02-18Ports redesign plus some other stuff to be split out againPeter Seebach
2011-02-10Whoops! If LOCALSTATEDIR doesn't exist, and you invoke pseudoPeter Seebach
2011-02-09database initialization cleanup.Peter Seebach
2011-02-08Expand paths on exec.Peter Seebach
2011-02-01... and pseudodb needs -ldlpseudo-1.0PSEUDO_1_0Peter Seebach
2011-02-01Oh, sqlite needs -lpthread sometimesPeter Seebach
2011-02-01Add performance test (rough draft).Peter Seebach
2011-02-01Fix linkage issues due to missing -ldlPeter Seebach
2011-01-24Revert "Add a cache of the last object found in pseudo_op"Mark Hatle
2011-01-18Do not cache OP_EXEC callsMark Hatle
2011-01-14Automatically create state/prefix directoriesPeter Seebach
2011-01-13ChangeLog for previous fixPeter Seebach
2011-01-13Fixup: The path code could double-free.Peter Seebach
2010-12-17Fix the msg cache codeMark Hatle
2010-12-17When pseudo is disabled avoid directory processing...Mark Hatle
2010-12-16The maketables thing made it possible for some modules to get builtPeter Seebach
2010-12-16update docs to eliminate claims that we don't have chrootPeter Seebach
2010-12-16Change the file journal from PERSIST to OFFMark Hatle
2010-12-16Optimize the sql database indexes differently...Mark Hatle
2010-12-16Add a cache of the last object found in pseudo_opMark Hatle
2010-12-16Restructure the pseudo_op file identificationMark Hatle
2010-12-16Add sqlite call profilingMark Hatle
2010-12-16Restructure wrapfuncs.cMark Hatle
2010-12-13Further amend the system to enable/disable sudo during fork/exec.Mark Hatle
2010-12-132010-12-08:Mark Hatle
2010-12-07This is a merge of several commits from a tree which turned out toPeter Seebach
2010-12-02Major shift: Fix execl*(), allow enabling/disabling pseudo withPeter Seebach
2010-12-02The pseudo_db.c file created tables (operations, etc.) in the logsPeter Seebach
2010-11-30Major shift: All the id_t types have been reworked so that theyPeter Seebach
2010-11-18Messing with makewrappers: Move templating code out (for planned usePeter Seebach
2010-11-17Add "Futures.txt" for notes about planned work.Peter Seebach
2010-11-17First pass of some cleanups -- support moving a tracked directory fromPeter Seebach
2010-10-25Clean up makewrappers a bit.Peter Seebach
2010-10-12Remove tabs from makewrappers.Peter Seebach
2010-10-12Was missing copyright in new makewrappers.Peter Seebach
2010-10-11Major change: Replace the shell-based makewrappers with a PythonPeter Seebach
2010-10-11Add the other *xattr() wrappers (all ENOTSUP) for consistency.Peter Seebach
2010-10-06Add the fsetxattr wrapper to return ENOTSUPMark Hatle
2010-09-16The exec*() functions were inconsistent about the name of their firstPeter Seebach