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 14 hours
ago. based on code collected
about 15 hours
ago.
Jul 26, 2024 — Jul 26, 2025
Showing page 9 of 15
Search / Filter on:
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)
Shachar Shemesh
More...
about 16 years ago
PTRACE_DETACH now actually restarting the process from which we are detaching
Shachar Shemesh
More...
about 16 years ago
Move some of the root process handling into the handle_new_process function
Shachar Shemesh
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)
Shachar Shemesh
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
Shachar Shemesh
More...
about 16 years ago
Use the correct macro for defining values unknown when autoconf is run
Shachar Shemesh
More...
about 16 years ago
Mark release 0.15
Shachar Shemesh
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.
Shachar Shemesh
More...
about 16 years ago
mkdirat would not put the created directory into the lies database
Shachar Shemesh
More...
about 16 years ago
Make sure creat and mknod do not create files we have no access to
Shachar Shemesh
More...
about 16 years ago
Document the different states meaning
Shachar Shemesh
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
Shachar Shemesh
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.
Shachar Shemesh
More...
about 16 years ago
Clean a few signed/unsigned comparison warnings
Shachar Shemesh
More...
about 16 years ago
Incorrect platform specific formats for the x86_64 platform. Get rid of size_t related format string warnings
Shachar Shemesh
More...
about 16 years ago
Base the trunk on the latest released version
Shachar Shemesh
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)
Shachar Shemesh
More...
over 16 years ago
PTRACE_DETACH now actually restarting the process from which we are detaching
Shachar Shemesh
More...
over 16 years ago
Move some of the root process handling into the handle_new_process function
Shachar Shemesh
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)
Shachar Shemesh
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
Shachar Shemesh
More...
almost 17 years ago
Use the correct macro for defining values unknown when autoconf is run
Shachar Shemesh
More...
almost 17 years ago
Tag release 0.14
Shachar Shemesh
More...
almost 17 years ago
Update version number to 0.14
Shachar Shemesh
More...
almost 17 years ago
Allow passing --with-memdir=PATH to configure to set the default shared mem directory (default it /tmp)
Shachar Shemesh
More...
almost 17 years ago
Update changelog about last change
Shachar Shemesh
More...
almost 17 years ago
Add FAKEROOT_TMPDIR to control where only fakeroot-ng will create temporary files Document the environment variables involved
Shachar Shemesh
More...
almost 17 years ago
Work even if no -p is given at all
Shachar Shemesh
More...
almost 17 years ago
Merge the "-p connect to remote debugger" branch
Shachar Shemesh
More...
almost 17 years ago
Had race between two "Reads" of the same socket when PTLIB_PARENT_CAN_WAIT was 0
Shachar Shemesh
More...
almost 17 years ago
←
1
2
…
5
6
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