aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-12-02Major shift: Fix execl*(), allow enabling/disabling pseudo withSEEBS_FORK_HACKPeter Seebach
2010-12-02The pseudo_db.c file created tables (operations, etc.) in the logsPeter Seebach
2010-12-02Major 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
2010-09-15In the WR Linux build system, we build host tools (including pseudo)Peter Seebach
2010-09-08Fix mkfifoat() to not always failPeter Seebach
2010-09-02Add -Wl,-R$(SQLITE)/lib so we can find libsqlite3 if it wasn'tPeter Seebach
2010-09-02Wait, the man page says we give ERANGE for that, not ENAMETOOLONG.Peter Seebach
2010-09-01A couple more int/size_t mismatch fixes.Peter Seebach
2010-08-31Fix an error message which was mostly-harmless but still clearly aPeter Seebach
2010-08-27We got bitten AGAIN by hard-coded lengths in memcmp, so we've swappedPeter Seebach
2010-08-26The logic for updating LD_LIBRARY_PATH had a bug; if you hadseebs
2010-08-26While looking at a possible 64/32-bit clash (there wasn't one afterseebs
2010-08-26Almost had it! The problem is that because the save ofseebs
2010-08-25Initial attempt at fixing problems with SIGCHLD being blockedseebs
2010-08-20Handle insane boundary condition for regcomp()/regexec()seebs
2010-08-17Draft one effort at making unlink more robust and fixing an obviousseebs
2010-08-16A few minor fixes:seebs
2010-08-16Fix ld_preload/ld_library_path mixupMark Hatle
2010-08-12Whoops, const really does mean read-only on some targets.seebs
2010-08-12Fix for libpseudo.so when using $(SUFFIX), correct a note in guts/README.seebs
2010-08-11Document new variables.Peter Seebach
2010-08-11Enable local variable cacheMark Hatle
2010-08-11Add convenience rules for building individual pseudo components.Mark Hatle
2010-08-11Enable execl, execle, execlp, execv, and execvp wrappersMark Hatle
2010-08-11Change the no pid to a debug message, instead of diagnostic.Mark Hatle
2010-08-11Fix off by 4 error..Mark Hatle
2010-08-06Fix an exec program with an empty environmentMark Hatle
2010-08-04Add new environment values to allow easy override of default locationsMark Hatle
2010-08-04Allow CFLAGS to be set in the environment.Mark Hatle
2010-08-04Fix parallel buildsMark Hatle
2010-08-04Fix the MakefileMark Hatle
2010-07-30Update the changelog.Konrad Scherer
2010-07-30Linking a file now does not unlink the contents of a fileKonrad Scherer
2010-07-30Add basic test harness to test pseudoKonrad Scherer
2010-07-30Configure script now checks for sqlite3 version.Konrad Scherer
2010-07-30Added .gitignore to clean up git statusKonrad Scherer
2010-06-29Whoops, remove a couple of extra debugging messages.Peter Seebach
2010-06-29Fix suffix handling so the right thing happens when usingPeter Seebach
2010-06-28Remove PSEUDO_SUFFIX from sourcePeter Seebach
2010-06-21Add mkstemp64(). Also, check in the man page for the NOSYMLINKEXPPeter Seebach