aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2010-06-02Provide a hook to disable symlink "fixing".Peter Seebach
2010-05-17Add getxattr/lgetxattr. Note that we don't need to supportPeter Seebach
2010-05-04Finish fixing execve()Peter Seebach
2010-04-30Improve PSEUDO_DEBUG_FILE.Peter Seebach
2010-04-30Miscellaneous cleanup.Peter Seebach
2010-04-30Cleanup of pdb_historyPeter Seebach
2010-04-27Document PSEUDO_DEBUG_FILE.Peter Seebach
2010-04-27Fix -P in pseudolog.Peter Seebach
2010-04-27Fix link(), improve startup performance.Peter Seebach
2010-04-26Handle execve() betterPeter Seebach
2010-04-26Allow specification of debug output file.Peter Seebach
2010-04-26Remove obsolete symlink stuff from fxstatat.Peter Seebach
2010-04-26Don't report inode or path mismatches on OP_EXEC.Peter Seebach
2010-04-26Handle rename(3) across devices.Peter Seebach
2010-04-26Avoid signalling during mutex operations.Peter Seebach
2010-04-26Reduce race condition for unlinks.Peter Seebach
2010-04-26Report on deletions more carefully.Peter Seebach
2010-04-26Set flags explicitly for open*Peter Seebach
2010-04-26Add sanity checkPeter Seebach
2010-04-26Strip trailing / from chroot directory name before sending it to the server.Peter Seebach
2010-04-26Updates/improvements for loggingPeter Seebach
2010-04-26Miscellaneous fixes:Peter Seebach
2010-04-26Update documentation for chroot, passwd functionality.Peter Seebach
2010-04-26Add lckpwdf()/ulckpwdf().Peter Seebach
2010-04-05Make glob work.Peter Seebach
2010-04-05Shuffle some code around.Peter Seebach
2010-03-30Fix copyright information.Peter Seebach
2010-03-30Implement getgroups(), so id(1) will work.Peter Seebach