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
2 days
ago. based on code collected
2 days
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 10 of 15
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Support asynchornously attaching to an unrelated program with the same debugger
Shachar Shemesh
More...
about 17 years ago
Remember to close the master listening socket if we are not the debugger Alternate a "select" for incoming connections and "wait" for debugger events
Shachar Shemesh
More...
about 17 years ago
perform_child should not call itself, but real_perform_child....
Shachar Shemesh
More...
about 17 years ago
Compiles (doesn't run, of course!)
Shachar Shemesh
More...
about 17 years ago
Move most of the child initialization to functions so we can do it not only when the debugger starts
Shachar Shemesh
More...
about 17 years ago
Create a branch for handling the -p as connecting to the existing debugger
Shachar Shemesh
More...
about 17 years ago
Make the wait test more elaborate
Shachar Shemesh
More...
about 17 years ago
Remove configure command line to get format string protection to dlog Solve all dlog format string warnings Fix bug in distclean - would not remomve generated template makfile from arch/linux directory
Shachar Shemesh
More...
about 17 years ago
Solve serious problem preventing "unlinkat" from working
Shachar Shemesh
More...
about 17 years ago
Update version number to 0.13
Shachar Shemesh
More...
about 17 years ago
When invoked with no arguments, will not run the current shell as "root" Added "-v" to display the version information On run - sanity check the environment and warn if the tmp dir is mounted with "noexec"
Shachar Shemesh
More...
about 17 years ago
Temporary solution - some platforms pass the buffer argument to PTRACE_GETREGS in addr instead of data Proper solution would be to detect it and let the actual code know about it as well
Shachar Shemesh
More...
about 17 years ago
Some platforms don't have PTRACE_PEEKUSER - make sure we compile ok there
Shachar Shemesh
More...
about 17 years ago
Add optional mode for gcc to check the format string parameters passed to dlog
Shachar Shemesh
More...
about 17 years ago
Make sure that libarch is built at the proper place along the way, and not unnecessarilly. Not a perfect solution
Shachar Shemesh
More...
about 17 years ago
Update the ignore list to the lack of libtool
Shachar Shemesh
More...
about 17 years ago
Completely eliminate libtool from the build chain Use one Makefile for all Linux variants of ptlib
Shachar Shemesh
More...
about 17 years ago
Avoid unnecessary builds resulting from update to the dependency directory Suggested by Bernhard R. Link
Shachar Shemesh
More...
about 17 years ago
Update changelog, readme and version number to version 0.12
Shachar Shemesh
More...
about 17 years ago
Fix symlink resolving semantics for utimensat
Shachar Shemesh
More...
about 17 years ago
Handle the case where the *at function should act like the f* function (i.e. - handle the fd directly)
Shachar Shemesh
More...
about 17 years ago
Add chroot support to utimensat (as if anyone has even heard of that function!)
Shachar Shemesh
More...
about 17 years ago
Add chroot support to faccessat
Shachar Shemesh
More...
about 17 years ago
Add chroot support to fchmodat
Shachar Shemesh
More...
about 17 years ago
Add chroot support to readlinkat
Shachar Shemesh
More...
about 17 years ago
Add chroot support for symlinkat Correct symlink semantics for "symlink"
Shachar Shemesh
More...
about 17 years ago
Add chroot support for linkat Fix incorrect symlink handling for chroot of link
Shachar Shemesh
More...
about 17 years ago
Add chroot support for renameat
Shachar Shemesh
More...
about 17 years ago
Add chroot support to unlinkat
Shachar Shemesh
More...
about 17 years ago
Convert some of the *at functions to use chroot
Shachar Shemesh
More...
about 17 years ago
←
1
2
…
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