openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
dtach
Settings
|
Report Duplicate
7
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 21 hours
ago.
Jul 10, 2025 — Jul 10, 2026
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add AIX support to openpty and forkpty.
crigler
More...
almost 14 years ago
Fix error handling for read from stdin in attach.c
crigler
More...
about 14 years ago
Use ssize_t for the return type of read/write instead of int.
crigler
More...
about 14 years ago
dtach 0.8
crigler
More...
over 18 years ago
Fix -e ^<char> to work with lowercase characters.
crigler
More...
over 18 years ago
Update copyrights for 2008.
crigler
More...
over 18 years ago
If FD_CLOEXEC works, create a pipe and use it to report any errors that occur while trying to execute the program.
crigler
More...
over 18 years ago
Always assume that stdin is not a terminal when tcgetattr fails, instead of printing an error message.
crigler
More...
about 19 years ago
Apply patch from
[email protected]
to fix an ambiguous backslash in the man page.
crigler
More...
about 19 years ago
Try to detect and remove stale sockets when dtach -A is used. Be paranoid about this, and only remove the specified file if connect says the connection was refused and stat says the file is a socket.
crigler
More...
almost 20 years ago
Add a comment to the waitattach code.
crigler
More...
almost 20 years ago
Print an error message if we could not execute the desired command, instead of exiting silently.
crigler
More...
about 20 years ago
Allow the dtach -n mode to be used without a terminal. If a terminal is not present when dtach is started, we now rely on whatever default terminal settings the kernel uses.
crigler
More...
over 21 years ago
Use non-blocking mode a little better by repeatedly trying to send data out to the clients until at least one write worked and no error (other than EAGAIN) occurred when writing to any of the clients. This way, complete data loss can be avoided since at least one client must get all of the data.
crigler
More...
over 21 years ago
Try to set non-blocking mode when accepting new clients.
crigler
More...
almost 22 years ago
Updated the man page to use \- everywhere for the dashes in dtach's command-line options.
crigler
More...
almost 22 years ago
Changed restore_term to remove the Linux-specific escape sequence to restore the cursor size, which is handled incorrectly by some terminal emulators.
crigler
More...
almost 22 years ago
dtach 0.7
crigler
More...
about 22 years ago
Add an extra signal call to the win_change function to make sure the SIGWINCH handler isn't reset on certain systems.
crigler
More...
about 22 years ago
Add documentation for the new redraw option.
crigler
More...
about 22 years ago
Allow the redraw method to be chosen by the user, and include the old Ctrl L character method again.
crigler
More...
about 22 years ago
First attempt at proper process group handling.
crigler
More...
about 22 years ago
Changed the attach code to be paranoid about checking the return value of select when checking the file descriptors for activity.
crigler
More...
about 22 years ago
Oops, configure.ac wasn't being added to the tar.gz file created by make tar.
crigler
More...
about 22 years ago
dtach 0.6
crigler
More...
about 22 years ago
Bump version.
crigler
More...
over 24 years ago
Applied dtach.spec patch from Trond Eivind Glomsr�d <
[email protected]
>.
crigler
More...
over 24 years ago
Fix fd leakage. Prevent atexit from being called twice on dtach -A.
crigler
More...
over 24 years ago
Portability updates thanks to sourceforge's compile farm. dtach should now work on: FreeBSD, Debian/alpha, Debian/sparc, Debian/PPC, and Solaris. Bump version.
crigler
More...
over 24 years ago
Slightly improved README and dtach.1
crigler
More...
almost 25 years ago
←
1
2
→
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