Age | Commit message (Expand) | Author |
2010-12-02 | Major shift: Fix execl*(), allow enabling/disabling pseudo withSEEBS_FORK_HACK |  Peter Seebach |
2010-12-02 | The pseudo_db.c file created tables (operations, etc.) in the logs |  Peter Seebach |
2010-12-02 | Major shift: All the id_t types have been reworked so that they |  Peter Seebach |
2010-11-18 | Messing with makewrappers: Move templating code out (for planned use |  Peter Seebach |
2010-11-17 | Add "Futures.txt" for notes about planned work. |  Peter Seebach |
2010-11-17 | First pass of some cleanups -- support moving a tracked directory from |  Peter Seebach |
2010-10-25 | Clean up makewrappers a bit. |  Peter Seebach |
2010-10-12 | Remove tabs from makewrappers. |  Peter Seebach |
2010-10-12 | Was missing copyright in new makewrappers. |  Peter Seebach |
2010-10-11 | Major change: Replace the shell-based makewrappers with a Python |  Peter Seebach |
2010-10-11 | Add the other *xattr() wrappers (all ENOTSUP) for consistency. |  Peter Seebach |
2010-10-06 | Add the fsetxattr wrapper to return ENOTSUP |  Mark Hatle |
2010-09-16 | The exec*() functions were inconsistent about the name of their first |  Peter Seebach |
2010-09-15 | In the WR Linux build system, we build host tools (including pseudo) |  Peter Seebach |
2010-09-08 | Fix mkfifoat() to not always fail |  Peter Seebach |
2010-09-02 | Add -Wl,-R$(SQLITE)/lib so we can find libsqlite3 if it wasn't |  Peter Seebach |
2010-09-02 | Wait, the man page says we give ERANGE for that, not ENAMETOOLONG. |  Peter Seebach |
2010-09-01 | A couple more int/size_t mismatch fixes. |  Peter Seebach |
2010-08-31 | Fix an error message which was mostly-harmless but still clearly a |  Peter Seebach |
2010-08-27 | We got bitten AGAIN by hard-coded lengths in memcmp, so we've swapped |  Peter Seebach |
2010-08-26 | The logic for updating LD_LIBRARY_PATH had a bug; if you had |  seebs |
2010-08-26 | While looking at a possible 64/32-bit clash (there wasn't one after |  seebs |
2010-08-26 | Almost had it! The problem is that because the save of |  seebs |
2010-08-25 | Initial attempt at fixing problems with SIGCHLD being blocked |  seebs |
2010-08-20 | Handle insane boundary condition for regcomp()/regexec() |  seebs |
2010-08-17 | Draft one effort at making unlink more robust and fixing an obvious |  seebs |
2010-08-16 | A few minor fixes: |  seebs |
2010-08-16 | Fix ld_preload/ld_library_path mixup |  Mark Hatle |
2010-08-12 | Whoops, const really does mean read-only on some targets. |  seebs |
2010-08-12 | Fix for libpseudo.so when using $(SUFFIX), correct a note in guts/README. |  seebs |
2010-08-11 | Document new variables. |  Peter Seebach |
2010-08-11 | Enable local variable cache |  Mark Hatle |
2010-08-11 | Add convenience rules for building individual pseudo components. |  Mark Hatle |
2010-08-11 | Enable execl, execle, execlp, execv, and execvp wrappers |  Mark Hatle |
2010-08-11 | Change the no pid to a debug message, instead of diagnostic. |  Mark Hatle |
2010-08-11 | Fix off by 4 error.. |  Mark Hatle |
2010-08-06 | Fix an exec program with an empty environment |  Mark Hatle |
2010-08-04 | Add new environment values to allow easy override of default locations |  Mark Hatle |
2010-08-04 | Allow CFLAGS to be set in the environment. |  Mark Hatle |
2010-08-04 | Fix parallel builds |  Mark Hatle |
2010-08-04 | Fix the Makefile |  Mark Hatle |
2010-07-30 | Update the changelog. |  Konrad Scherer |
2010-07-30 | Linking a file now does not unlink the contents of a file |  Konrad Scherer |
2010-07-30 | Add basic test harness to test pseudo |  Konrad Scherer |
2010-07-30 | Configure script now checks for sqlite3 version. |  Konrad Scherer |
2010-07-30 | Added .gitignore to clean up git status |  Konrad Scherer |
2010-06-29 | Whoops, remove a couple of extra debugging messages. |  Peter Seebach |
2010-06-29 | Fix suffix handling so the right thing happens when using |  Peter Seebach |
2010-06-28 | Remove PSEUDO_SUFFIX from source |  Peter Seebach |
2010-06-21 | Add mkstemp64(). Also, check in the man page for the NOSYMLINKEXP |  Peter Seebach |