1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add -h help option More... about 16 years ago
Mark version 0.17 More... about 16 years ago
Update the readme, removing resolved bugs and adding a few newly documented ones More... about 16 years ago
Files created under the file system uid and gid, rather than unconditionally as root More... about 16 years ago
Change new process default to copy everything from parent except what needs to change. Add the credentials change to the changelog More... about 16 years ago
Resolve infinite loop on group "from user" copy More... about 16 years ago
Resolve (a lot of) justified warnings More... about 16 years ago
Add handling of setgroups syscall More... about 16 years ago
Use "=" rather than "==" to set a value More... about 16 years ago
Implement most of the missing set/get uid/gid functions More... about 16 years ago
Clean up the callback registration More... about 16 years ago
Reorder the system calls based on posix/custom groups More... about 16 years ago
Use preprocessor macros to make system calls table initialization more readable More... about 16 years ago
Implement getgroups More... about 16 years ago
Add credentials to the process state Beginning of credentials setting functions More... about 16 years ago
Update version number to 0.16 More... about 16 years ago
Use memory that does not go away after a fork to store the intermediate state needed More... about 16 years ago
Update the new ptlib interface to the i386 and powerpc platforms More... about 16 years ago
Handle clone correctly too More... about 16 years ago
Turn the signal after a new process is created into the syscall that created it More... about 16 years ago
vfork now working (of course, regular fork is now broken, but you can't win them all....) More... about 16 years ago
Miniscule improvement on the vfork segfault problem More... about 16 years ago
Sending an ALRM signal to the fakeroot-ng process dumps to the log all tracked processes, along with their state. Fix a bug - if a new process is detected after the parent process has already died, an assert would erronously fail. More... about 16 years ago
Better zombie state handling on child termination More... about 16 years ago
Add a zombie state - do not erase the process until its parent rips it More... about 16 years ago
Add -f option to flush the log file after every print More... about 16 years ago
Do not call handle_new_process from within the fork functions, it is sometimes reached after the process has already exited. Instead, rely on process_sigchld to figure out new processes. More... about 16 years ago
Issue a log if a proces started and we didn't notice Spot the case where all processes have exit, but we still think we have some left. Log and exit More... about 16 years ago
Revert accidentally committed debug code More... about 16 years ago
Make sure that even if we are called with a new child without first hearing about it through the parent, and without special ptrace support (which is flaky between kernels at best), we still handle it correctly More... about 16 years ago