summaryrefslogtreecommitdiff
path: root/net/omnitty/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/omnitty: Add abililty to "toggle" tagged machinesTobias Kortkamp2018-08-094-5/+69
| | | | | | | | | | | | | | | We often need to do "something" to about half the machines, then do "something else" to the other half. So add a hack to toggle the "tagged" status of the machines. This is implemented by means of the F1 menu; the command characters "o" and "O" can toggle the "tagged" status of the machines. PR: 211682 Submitted by: maintainer Notes: svn path=/head/; revision=476742
* net/omnitty: Allow greater than 32-character hostnamesJohn Marino2015-03-011-0/+21
| | | | | | | | PR: 197601 Submitted by: David (catwhisker.org) Notes: svn path=/head/; revision=380230
* - Make it work with "Sun Function-Keys" XtermRong-En Fan2011-04-221-2/+15
| | | | | | | | | | - Bump PORTREVISION PR: ports/156521 Submitted by: David O'Brien (obrien@) Notes: svn path=/head/; revision=273046
* - After SA 08:01.pty, openpty() calls fork and omnitty has a bad assumptionRong-En Fan2008-02-201-0/+16
that library calls do not do that. Therefore, it's SIGCHLD handling causes a hang in wait() as openpty() already does that. Fix this by using waitpid() with WNOHANG. Diagnosed by: jhb Tested by: dhw (earlier version) Notes: svn path=/head/; revision=207621