1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add interface to ptlib to map fork type functions to whatever else works for us Linux: Remove the attempt to have special "clone" notifications by ptrace - is no longer extremely needed, and just causes compatibility problems with kernels that are using the "utrace" patch (Fedora Core 9) More... about 16 years ago
PTRACE_DETACH now actually restarting the process from which we are detaching More... about 16 years ago
Move some of the root process handling into the handle_new_process function More... about 16 years ago
Move responsibility into "handle_new_process" that was otherwise scattered. Successful call to "clone" triggers a call to handle_new_process - do not wait for the process to show up through the specialized ptrace mechanisms (which are not universally implemented) More... about 16 years ago
Specifically asking to trace execve causes instabilities between kernel on whether a TRAP after execve happens. Fixes fakeroot causing a sigsegv in the main application on Fedora Core 9 with kernel 2.6.26.6-79.fc9.i686 More... about 16 years ago
Use the correct macro for defining values unknown when autoconf is run More... about 16 years ago
Mark release 0.15 More... about 16 years ago
Make sure we have full access to created directories, even if they ask for a mask that means we shouldn't. More... about 16 years ago
mkdirat would not put the created directory into the lies database More... about 16 years ago
Make sure creat and mknod do not create files we have no access to More... about 16 years ago
Document the different states meaning More... about 16 years ago
When running chmod - do not allow the user to actually remove the permission for user - emulates the root behavior of allowing access to a file regardless of its actual permission More... about 16 years ago
Fix bug: when importing existing file's permission into the lie database, we used to copy the file's real uid into the fake gid. More... about 16 years ago
Clean a few signed/unsigned comparison warnings More... about 16 years ago
Incorrect platform specific formats for the x86_64 platform. Get rid of size_t related format string warnings More... about 16 years ago
Base the trunk on the latest released version More... about 16 years ago
Add interface to ptlib to map fork type functions to whatever else works for us Linux: Remove the attempt to have special "clone" notifications by ptrace - is no longer extremely needed, and just causes compatibility problems with kernels that are using the "utrace" patch (Fedora Core 9) More... over 16 years ago
PTRACE_DETACH now actually restarting the process from which we are detaching More... over 16 years ago
Move some of the root process handling into the handle_new_process function More... over 16 years ago
Move responsibility into "handle_new_process" that was otherwise scattered. Successful call to "clone" triggers a call to handle_new_process - do not wait for the process to show up through the specialized ptrace mechanisms (which are not universally implemented) More... over 16 years ago
Specifically asking to trace execve causes instabilities between kernel on whether a TRAP after execve happens. Fixes fakeroot causing a sigsegv in the main application on Fedora Core 9 with kernel 2.6.26.6-79.fc9.i686 More... almost 17 years ago
Use the correct macro for defining values unknown when autoconf is run More... almost 17 years ago
Tag release 0.14 More... almost 17 years ago
Update version number to 0.14 More... almost 17 years ago
Allow passing --with-memdir=PATH to configure to set the default shared mem directory (default it /tmp) More... almost 17 years ago
Update changelog about last change More... almost 17 years ago
Add FAKEROOT_TMPDIR to control where only fakeroot-ng will create temporary files Document the environment variables involved More... almost 17 years ago
Work even if no -p is given at all More... almost 17 years ago
Merge the "-p connect to remote debugger" branch More... almost 17 years ago
Had race between two "Reads" of the same socket when PTLIB_PARENT_CAN_WAIT was 0 More... almost 17 years ago