0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make subports/preports executable. More... almost 14 years ago
Merge in ports work More... almost 14 years ago
Fix execvp crash More... almost 14 years ago
Whoops! If LOCALSTATEDIR doesn't exist, and you invoke pseudo directly rather than via an on-demand spawn from the client, the directory is never created. More... almost 14 years ago
database initialization cleanup. More... almost 14 years ago
Expand paths on exec. More... almost 14 years ago
... and pseudodb needs -ldl More... about 14 years ago
Oh, sqlite needs -lpthread sometimes More... about 14 years ago
Add performance test (rough draft). More... about 14 years ago
Fix linkage issues due to missing -ldl More... about 14 years ago
Revert "Add a cache of the last object found in pseudo_op" More... about 14 years ago
Do not cache OP_EXEC calls More... about 14 years ago
Automatically create state/prefix directories More... about 14 years ago
ChangeLog for previous fix More... about 14 years ago
Fixup: The path code could double-free. More... about 14 years ago
Fix the msg cache code More... about 14 years ago
When pseudo is disabled avoid directory processing... More... about 14 years ago
The maketables thing made it possible for some modules to get built before pseudo_tables.h existed. Fixed. More... about 14 years ago
update docs to eliminate claims that we don't have chroot More... about 14 years ago
Change the file journal from PERSIST to OFF More... about 14 years ago
Optimize the sql database indexes differently... More... about 14 years ago
Add a cache of the last object found in pseudo_op More... about 14 years ago
Restructure the pseudo_op file identification More... about 14 years ago
Add sqlite call profiling More... about 14 years ago
Restructure wrapfuncs.c More... about 14 years ago
Further amend the system to enable/disable sudo during fork/exec. More... about 14 years ago
2010-12-08: * (mhatle) Add guts/clone.c to cleanup the clone support * (mhatle) guts/clone.c only run setupenv and reinit when NOT PSEUDO_RELOADED * (mhatle) guts/execve.c whitespace fixe * (mhatle) guts/fork.c similar to guts/clone.c change * (mhatle) pseudo_client.c add reinit function * (mhatle) pseudo_client.c revise client reset, include code from pseudo_wrappers.c * (mhatle) pseudo_server.c move the pid writing to the parent * (mhatle) pseudo_wrappers.c clone cleanup and populate cleanup More... about 14 years ago
This is a merge of several commits from a tree which turned out to be out of sync in a very inconvenient way. More... about 14 years ago
Major shift: Fix execl*(), allow enabling/disabling pseudo with an environment variable across fork(). More... about 14 years ago
The pseudo_db.c file created tables (operations, etc.) in the logs database to preserve the meaning of log messages in old databases in case of renumbering... but these tables were never used, and the tables used to create them were, in fact, out of date and inconsistent with the range of operations now supported. Remove the vestigial remains of the never-implemented feature. More... about 14 years ago