Age | Commit message (Expand) | Author | Files | Lines |
2014-04-21 | update copyright date | Peter Seebach | 1 | -1/+1 |
2013-02-16 | allow pseudo to force asynchronous behavior | Peter Seebach | 1 | -1/+1 |
2011-03-25 | Merge in ports work | Peter Seebach | 138 | -3468/+0 |
2011-02-08 | Expand paths on exec. | Peter Seebach | 3 | -3/+9 |
2010-12-16 | Restructure wrapfuncs.c | Mark Hatle | 2 | -29/+18 |
2010-12-13 | Further amend the system to enable/disable sudo during fork/exec. | Mark Hatle | 5 | -6/+12 |
2010-12-13 | 2010-12-08: | Mark Hatle | 3 | -2/+41 |
2010-12-07 | This is a merge of several commits from a tree which turned out to | Peter Seebach | 2 | -6/+27 |
2010-12-02 | Major shift: Fix execl*(), allow enabling/disabling pseudo with | Peter Seebach | 4 | -145/+0 |
2010-10-11 | Add the other *xattr() wrappers (all ENOTSUP) for consistency. | Peter Seebach | 13 | -13/+132 |
2010-10-06 | Add the fsetxattr wrapper to return ENOTSUP | Mark Hatle | 1 | -0/+15 |
2010-09-16 | The exec*() functions were inconsistent about the name of their first | Peter Seebach | 5 | -9/+25 |
2010-09-08 | Fix mkfifoat() to not always fail | Peter Seebach | 1 | -1/+2 |
2010-09-02 | Wait, the man page says we give ERANGE for that, not ENAMETOOLONG. | Peter Seebach | 1 | -2/+2 |
2010-08-31 | Fix an error message which was mostly-harmless but still clearly a | Peter Seebach | 1 | -1/+1 |
2010-08-25 | Initial attempt at fixing problems with SIGCHLD being blocked | seebs | 3 | -1/+12 |
2010-08-17 | Draft one effort at making unlink more robust and fixing an obvious | seebs | 3 | -55/+41 |
2010-08-16 | A few minor fixes: | seebs | 3 | -0/+36 |
2010-08-12 | Fix for libpseudo.so when using $(SUFFIX), correct a note in guts/README. | seebs | 1 | -1/+3 |
2010-08-11 | Document new variables. | Peter Seebach | 1 | -1/+2 |
2010-08-11 | Enable local variable cache | Mark Hatle | 3 | -6/+21 |
2010-08-11 | Enable execl, execle, execlp, execv, and execvp wrappers | Mark Hatle | 5 | -0/+122 |
2010-06-21 | Add mkstemp64(). Also, check in the man page for the NOSYMLINKEXP | Peter Seebach | 2 | -0/+48 |
2010-06-02 | Provide a hook to disable symlink "fixing". | Peter Seebach | 1 | -1/+1 |
2010-05-17 | Add getxattr/lgetxattr. Note that we don't need to support | Peter Seebach | 2 | -0/+28 |
2010-05-04 | Finish fixing execve() | Peter Seebach | 1 | -1/+1 |
2010-04-30 | Miscellaneous cleanup. | Peter Seebach | 4 | -0/+11 |
2010-04-27 | Fix link(), improve startup performance. | Peter Seebach | 1 | -1/+5 |
2010-04-26 | Handle execve() better | Peter Seebach | 2 | -3/+7 |
2010-04-26 | Remove obsolete symlink stuff from fxstatat. | Peter Seebach | 1 | -16/+0 |
2010-04-26 | Handle rename(3) across devices. | Peter Seebach | 1 | -12/+29 |
2010-04-26 | Reduce race condition for unlinks. | Peter Seebach | 3 | -12/+51 |
2010-04-26 | Miscellaneous fixes: | Peter Seebach | 10 | -6/+33 |
2010-04-26 | Add lckpwdf()/ulckpwdf(). | Peter Seebach | 2 | -0/+48 |
2010-04-05 | Make glob work. | Peter Seebach | 3 | -14/+47 |
2010-03-30 | Fix copyright information. | Peter Seebach | 121 | -0/+363 |
2010-03-30 | Implement getgroups(), so id(1) will work. | Peter Seebach | 2 | -4/+14 |
2010-03-29 | Add password/group call emulation. | Peter Seebach | 22 | -2/+402 |
2010-03-26 | Add support for intercepting execve() | Peter Seebach | 2 | -0/+18 |
2010-03-26 | Track file open flags | Peter Seebach | 28 | -53/+53 |
2010-03-26 | Updates: Enable additional warnings, fix a number of things. | Peter Seebach | 9 | -79/+40 |
2010-03-26 | Use NULL instead of 0 | Peter Seebach | 2 | -2/+2 |
2010-03-25 | initial chroot() support | Peter Seebach | 36 | -28/+636 |
2010-03-24 | Prep for chroot handling: | Peter Seebach | 30 | -61/+168 |
2010-03-16 | initial public release | Peter Seebach | 67 | -0/+1755 |