1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor the logging code into a spearate file More... over 12 years ago
More concise bootstrap More... over 12 years ago
Change C++11 support from optional to a hard requirement More... over 12 years ago
Update the ignore mask More... over 12 years ago
Fix compilation errors on modern gcc More... over 12 years ago
Add test program that uses threads More... over 12 years ago
Mark APIs using the process buffers with a macro to perform locking More... almost 15 years ago
Remove explicit process memory allocation from within the syscalls handlers, long ago no longer necessary More... almost 15 years ago
Resolve a shared memory leak More... almost 15 years ago
Define all debugged process pointers to be int_ptr rather than void *. As a result: * Major reduction in number of casts required * Increase in type safety * Found bugs in getresuid and getresgid Make the process_memory members private, and force use of accessor methods More... almost 15 years ago
Solve the last occurance of a crash if no state file is provided More... almost 15 years ago
Add code to munmap memory no long needed More... almost 15 years ago
Use the correct test to see if we need to re-initialize the process memory More... almost 15 years ago
Split the handle_memory_allocation function for better readability, as well as easier cross-state jumps More... almost 15 years ago
The shared pointer is shifted by the overhead determined by ptlib More... almost 15 years ago
Make sure that we always have a process_mem ref_count More... almost 15 years ago
Switch to a "process memory" approach to tracking the shared memory More... almost 15 years ago
Really solve the "crash if no state file given" problem More... almost 15 years ago
Change mmap 32 to 64 bit mapping to bypass argument passing anomality problem More... about 16 years ago
Do not segfault if no persistent file is given More... about 16 years ago
Use relative path for state file, restoring previous word directory to make sure relative paths work More... about 16 years ago
Add a (Linux only) test for getsiginfo working More... about 16 years ago
Use empty string as "no chroot" marker More... about 16 years ago
The root entity is now reference counted More... about 16 years ago
Update the home page More... about 16 years ago
Update the documentation about packaging tips More... about 16 years ago
Detect the FAULT error on some emulated system calls More... about 16 years ago
Report (persumably impossible) page faults when getting the stat results More... about 16 years ago
Have stat detect page faults on the passed buffer More... about 16 years ago
Add error (EFAULT mostly) reporting to setgroups More... about 16 years ago