Sun Nov 1 17:54:46 2020 UTC ()
new tmux


(christos)
diff -r1.1758 -r1.1759 src/doc/3RDPARTY
diff -r1.2751 -r1.2752 src/doc/CHANGES

cvs diff -r1.1758 -r1.1759 src/doc/3RDPARTY (expand / switch to unified diff)

--- src/doc/3RDPARTY 2020/11/01 14:25:48 1.1758
+++ src/doc/3RDPARTY 2020/11/01 17:54:46 1.1759
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: 3RDPARTY,v 1.1758 2020/11/01 14:25:48 roy Exp $ 1# $NetBSD: 3RDPARTY,v 1.1759 2020/11/01 17:54:46 christos Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches. Divergence from the official 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 10# When importing, please deal with the RCS IDs in this way:
11# 1. Preserve the RCS IDs in the files by removing the $ signs from 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
@@ -1359,27 +1359,27 @@ Notes: @@ -1359,27 +1359,27 @@ Notes:
1359The original version of gnumalloc was added (not imported) from 1359The original version of gnumalloc was added (not imported) from
1360prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest 1360prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest
1361version from 1995. It is written by Mike Haertel, and was distributed 1361version from 1995. It is written by Mike Haertel, and was distributed
1362both standalone and as part of glibc. At some point glibc switched 1362both standalone and as part of glibc. At some point glibc switched
1363to use Doug Lea's ptmalloc which is now tightly bound with glibc 1363to use Doug Lea's ptmalloc which is now tightly bound with glibc
1364and cannot be separated. The Doug Lea version of malloc is also 1364and cannot be separated. The Doug Lea version of malloc is also
1365distributed in a standalone form by Wolfram Gloger in 1365distributed in a standalone form by Wolfram Gloger in
1366http://www.malloc.de/en/. We can consider switching to ptmalloc 1366http://www.malloc.de/en/. We can consider switching to ptmalloc
1367at some point since it will provide an alternative MT malloc, but 1367at some point since it will provide an alternative MT malloc, but
1368perhaps this implementation should be kept anyway for historical 1368perhaps this implementation should be kept anyway for historical
1369purposes. 1369purposes.
1370 1370
1371Package: tmux 1371Package: tmux
1372Version: 3.0a 1372Version: 3.1c
1373Current Vers: 3.1c 1373Current Vers: 3.1c
1374Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com> 1374Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com>
1375Archive site: https://github.com/tmux/tmux 1375Archive site: https://github.com/tmux/tmux
1376Home page: http://tmux.github.io 1376Home page: http://tmux.github.io
1377Date: 2020-05-04 1377Date: 2020-05-04
1378Mailing List: tmux-users@googlegroups.com 1378Mailing List: tmux-users@googlegroups.com
1379Responsible: christos 1379Responsible: christos
1380License: BSD 1380License: BSD
1381Location: external/bsd/tmux/dist 1381Location: external/bsd/tmux/dist
1382Notes: 1382Notes:
1383See src/external/bsd/tmux/README for instructions on how to import a 1383See src/external/bsd/tmux/README for instructions on how to import a
1384new tmux release. 1384new tmux release.
1385 1385

cvs diff -r1.2751 -r1.2752 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2020/11/01 14:25:48 1.2751
+++ src/doc/CHANGES 2020/11/01 17:54:46 1.2752
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2751 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2752 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -288,13 +288,14 @@ Changes from NetBSD 9.0 to NetBSD 10.0: @@ -288,13 +288,14 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
288 pmap module. Implemented fast-soft-interrupts. Enabled 288 pmap module. Implemented fast-soft-interrupts. Enabled
289 MULTIPROCESSOR in GENERIC. [thorpej 20200918] 289 MULTIPROCESSOR in GENERIC. [thorpej 20200918]
290 ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921] 290 ld.so(1): Upgrade r_debug to the protocol version 1. [kamil 20200921]
291 vether(4): Imported from OpenBSD. [roy 20200927] 291 vether(4): Imported from OpenBSD. [roy 20200927]
292 dhcpcd: Update to version 9.3.0 [roy 20201005] 292 dhcpcd: Update to version 9.3.0 [roy 20201005]
293 tzdata updated to 2020b [kre 20201008] 293 tzdata updated to 2020b [kre 20201008]
294 tzcode: Updated to 2020b. [christos 20201009] 294 tzcode: Updated to 2020b. [christos 20201009]
295 dhcpcd: Update to version 9.3.1 [roy 20201012] 295 dhcpcd: Update to version 9.3.1 [roy 20201012]
296 tzdata updated to 2020c [kre 20201017] 296 tzdata updated to 2020c [kre 20201017]
297 tzcode: Updated to 2020c. [christos 20201017] 297 tzcode: Updated to 2020c. [christos 20201017]
298 ossaudio(3): Added support for the OSSv4 Mixer API [nia 20201017] 298 ossaudio(3): Added support for the OSSv4 Mixer API [nia 20201017]
299 tzdata updated to 2020d [kre 20201022] 299 tzdata updated to 2020d [kre 20201022]
300 dhcpcd: Update to version 9.3.1 [roy 20201101] 300 dhcpcd: Update to version 9.3.1 [roy 20201101]
 301 tmux(1): Imported 3.1c. [christos 20201101]