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