summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-utmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build under stable/8.Cy Schubert2015-07-021-5/+37
| | | | PR: PR/201279
* Update screen 4.0.3 --> 4.2.1.Cy Schubert2014-04-301-16/+7
| | | | Put final touches onto screen-legacy.
* Bjorn Zeeb discovered that screen(1) was mangling ut_host by performingCy Schubert2010-11-181-2/+69
| | | | | | | | | | | strange translations. For example, foo.bar.com gets translated to foo:S.0. Unfortunately, this means that it also truncates IPv6 addresses, e.g. 2001:7b8:310::1 -> 2001:S.0. Wouldn't it be better to just use the hostname unmodified? ut_host is supposed to contain a hostname, not some arbitrary string. Submitted by: ed (Ed Schouten) Discovered by: Bjorn Zeeb
* Apply a new improved utmp patch.Cy Schubert2010-07-221-34/+5
| | | | Submitted by: ed
* Screen failed to work properly under HEAD. This patch resolve the issue.Cy Schubert2010-02-091-36/+7
| | | | Submitted by: ed
* Make screen build on the latest HEAD (900008).Cy Schubert2010-01-271-2/+40
|
* Fix build under FreeBSD 9.0-CURRENT.Cy Schubert2009-12-211-4/+27
| | | | PR: 141743
* Fix handling of utmp entries on sparc64.Philip Paeps2005-10-211-0/+17
Approved by: cy (maintainer) Obtained from: NetBSD