openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Fakeroot Next Generation
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Aug 02, 2024 — Aug 02, 2025
Showing page 14 of 15
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix bug PTRACE_SYSTRACE should apply to the child, not the parent Some more code cleanups dlog is a macro containing "if" - modifies "else" parent if not inside block
Shachar Shemesh
More...
over 17 years ago
Add support for ptrace peek and poke strace now gets as far as calling the first process
Shachar Shemesh
More...
over 17 years ago
Add support for PTRACE_SYSCONT and PTRACE_CONT
Shachar Shemesh
More...
over 17 years ago
Better checks for sanity and fringe cases When calling PTRACE_SYSCALL and PTRACE_CONT, make sure it's the CHILD that gets put on hold :-)
Shachar Shemesh
More...
over 17 years ago
Use our emulated wait always wider ptrace support (not complete yet)
Shachar Shemesh
More...
over 17 years ago
Switch debugger/child synchronization mechanism - use signals instead of pipes
Shachar Shemesh
More...
over 17 years ago
More ptrace related stuff Infrastructure for notifying debuggers when something happens with the debugees
Shachar Shemesh
More...
over 17 years ago
Beginning of recursive debugger implementation Some code cleanup
Shachar Shemesh
More...
over 17 years ago
Fix references to wrong directory name for asm include Fix wrong check for persistent file existance
Shachar Shemesh
More...
over 17 years ago
Update change log and version number to 0.04
Shachar Shemesh
More...
over 17 years ago
Make sure the correct stat file is used even if the path is relative and the daemon changes dir to /
Shachar Shemesh
More...
over 17 years ago
Referred to incorrect syscall functions for stat
Shachar Shemesh
More...
over 17 years ago
Adapt dynamic build env to also work for i386
Shachar Shemesh
More...
over 17 years ago
Modify the build system (for PowerPC) to not compile libarch using automake
Shachar Shemesh
More...
over 17 years ago
Add support (almost working perfectly) for Linux/PowerPC
Shachar Shemesh
More...
over 17 years ago
Update version number and change log to 0.03
Shachar Shemesh
More...
over 17 years ago
Add storing of persistent state between runs
Shachar Shemesh
More...
over 17 years ago
chmod would override the file type log improvements
Shachar Shemesh
More...
over 17 years ago
Use platform indep method for formating dev, inode and pid types
Shachar Shemesh
More...
over 17 years ago
Zero the process memory during "execve" and not during "fork"
Shachar Shemesh
More...
over 17 years ago
Clean up all the aborts in the code - make sure they all issue a log before aborting Remove unneeded abort inside chmod
Shachar Shemesh
More...
over 17 years ago
Update version number, changelog and README for version 0.02
Shachar Shemesh
More...
over 17 years ago
Implement the symlink syscall
Shachar Shemesh
More...
over 17 years ago
Rename the -d option to -l Add -d to mean "no detach" Add copyright notice if no argument was given
Shachar Shemesh
More...
over 17 years ago
Add tracking (and owner override) of directory creation Fix problem with hangs if chown fails
Shachar Shemesh
More...
over 17 years ago
Move handling of the REDIRECT1 state, which is just a filler state, to the master handler Fixed problem with mknod, where it would not put an override in if it was used to create anything other than a device
Shachar Shemesh
More...
over 17 years ago
Add support for "open" creating a file Separate the context in which in-process state is stored, and the context where ptlib stores state
Shachar Shemesh
More...
over 17 years ago
Spelling mistake in error message about unsupported platforms
Shachar Shemesh
More...
over 17 years ago
Support creation of entries via mknod (including device files)
Shachar Shemesh
More...
over 17 years ago
stat will only override the 07000 part (the SUID stuff) of the mode. The rest is taken from the real thing Will only override the type if the destination type is a device and the source file is a regular file. If the above is not the case, the file types have to match, or the override is marked as corrupt and is removed
Shachar Shemesh
More...
over 17 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree