summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-utmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly identify utmpx support in FreeBSD.Cy Schubert2019-10-291-23/+8
| | | | | | | | | | | | | | - FreeBSD's utmpx is incorrectly identified in ./configure. - Because of the falsely identified utmpx support in the ./configure script, a previously applied patch, which didn't work, is no longer needed. PR: 241530 Reported by: Henry David Bartholomew <PopularMoment@protonmail.com> Daniel Drinnon <ddrinnon@cdor.net> Notes: svn path=/head/; revision=515953
* Resolve a segfault in utmp.c:519 at some installations.Cy Schubert2019-10-091-9/+5
| | | | Notes: svn path=/head/; revision=514110
* Update 4.6.2 --> 4.7.0Cy Schubert2019-10-081-7/+26
| | | | Notes: svn path=/head/; revision=514098
* Fix style.Cy Schubert2017-02-111-1/+1
| | | | Notes: svn path=/head/; revision=433829
* Fix a segfault in utmp.c when performing a windowlist move (,).Cy Schubert2017-02-111-7/+8
| | | | | | | | Reported by: Alex Naumov <alexander_naumov@opensuse.org> See also: https://savannah.gnu.org/bugs/?50143 Notes: svn path=/head/; revision=433828
* Update 4.3.1 --> 4.4.0Cy Schubert2016-06-211-4/+6
| | | | Notes: svn path=/head/; revision=417201
* Fix build under stable/8.Cy Schubert2015-07-021-5/+37
| | | | | | | PR: PR/201279 Notes: svn path=/head/; revision=391202
* Update screen 4.0.3 --> 4.2.1.Cy Schubert2014-04-301-16/+7
| | | | | | | Put final touches onto screen-legacy. Notes: svn path=/head/; revision=352669
* 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 Notes: svn path=/head/; revision=264788
* Apply a new improved utmp patch.Cy Schubert2010-07-221-34/+5
| | | | | | | Submitted by: ed Notes: svn path=/head/; revision=258045
* Screen failed to work properly under HEAD. This patch resolve the issue.Cy Schubert2010-02-091-36/+7
| | | | | | | Submitted by: ed Notes: svn path=/head/; revision=249471
* Make screen build on the latest HEAD (900008).Cy Schubert2010-01-271-2/+40
| | | | Notes: svn path=/head/; revision=248661
* Fix build under FreeBSD 9.0-CURRENT.Cy Schubert2009-12-211-4/+27
| | | | | | | PR: 141743 Notes: svn path=/head/; revision=246404
* Fix handling of utmp entries on sparc64.Philip Paeps2005-10-211-0/+17
Approved by: cy (maintainer) Obtained from: NetBSD Notes: svn path=/head/; revision=146030