Short test of interrupting "wait"
PTRACE: execve side support and some infra. Not...
Add failure reason to assert
Remove assert.h includes
Update .gitignore
Add support for attach and traceme
If a platform is not supported, build only the ...
Update copyright information
UT for ptrace
Fix 32bit ptrace regression test
Small cleanup
nsecs is signed, for some reason
Override field mixup
Supoprt 16bit wide stat for 32bit binaries
Fix i386's 64 bit stat support in x86_64
Removed erronous i386 support files
Consolidate 16/32 syscalls
Support one of the stat calls on 32 bit.
Transition to using syscall_t
Test for lowered privileges file creation
Skeleton file permissoins test
Test error formatting
New test, and implement setre(s)uid
New files get their ownership from the fsuid
Rename var to avoid confusion.
Implement setregid
Tests reordering
Implement setgroups
Test reporting improvements
Mimic Linux behavior vis initial getgroups result
Regression test infrastructure
Clean up some compile warnings
setgid and setuid
More test improvements
Implement setresgid
Initial test infrastructure
Add support for set[ug]id
Handle getgroups
Add support for symlink creation
Handle all the get*id functions
Return ENOTSUP for setxattr for posix_acl_access
Document missing handling of posix_acl_access
Handle mknod
Handle all chmod variants
Handle chmod
Add handling of "creat" syscall
Add support for mkdir
Simplify call to to ptlib functions through pid...
Cleanup: Remove explicitly passing pid around
Refactor get/set argument to be zero based
Wrap umask
u+x for all relevent files
Support for rmdir
Linux part of ptlib in separate namespace
Rename states
Working logging
A little cleanup
Code for allocating memory inside debugee
Event not supported by mutex
Deliberate spurious wakups to reduce latency of...
Rename shutdown states
Handle all get*uid calls
Leave stub for disabling logs
Missing lock on children state map
Add minimal handling of execve
Use cache for debugee's registers
Add the -v option to control log verbosity
Test semantics of vfork syscall
Document what the test is actually testing
Add logo files
Make sure pselect always uses most up to date F...
Misc cleanups and preparations
Various documentation updates
Use quicker synchronization mechanism for passi...
Resolve race in freeing pid state
enum class
Chown updates internal database with new ownership
Add thread id to the log
Fix race at startup
Eliminate one unnecessary exception type
Shorter mode for plain files in state file
Update todo list
Fix errors detected by static analyzers
Test behavior of /proc/pid/mem
cleanup
Add access to protected memory tests
Do not close the epoll fd too early
Fix invalid assert
Correct tracking of the number of processes we ...
Race in shutdown
Resolve problem with daemon not exiting
Documentation using doxygen (preliminary)
Add support for easy debugger attaching
"fakeroot-ng id" working again
Remove the i386 support until the rewrite is done
Use correct argument number when retrieving sys...
Stat reporting based on override database
Properly count the number of processes we have
Lock the shared memory while in use
Proper shutdown sequence for socket handler thread