Commit Graph

5586 Commits

Author SHA1 Message Date
kre 88e50e37b5 Notre tzdata update to 2024a 2024-02-05 21:57:00 +00:00
tsutsui bf9b560b4a Add entries added to CHANGES in netbsd-10 but missed here. 2024-02-03 21:25:02 +00:00
tsutsui 8e7ae57c77 Note several visible changes pulled up to netbsd-10 branch.
- X.org server on newsmips
- gas(1) fix for MIPS1
- X.org server on vax smg(4)
2024-02-03 21:00:45 +00:00
tsutsui 06fb5b1e2f Move entries pulled up to netbsd-10 from CHANGES to CHANGES.prev. 2024-02-03 20:38:49 +00:00
wiz 2090abe9e1 new mozilla-certdata out 2024-02-01 10:06:08 +00:00
wiz d2d5ef5165 binutils-2.42 is out 2024-01-29 23:14:46 +00:00
christos 2a2ce64fab new terminfo 2024-01-27 15:55:25 +00:00
jmcneill 1052d2ab1a tweak wii entry 2024-01-26 10:09:34 +00:00
wiz 75186363f2 space -> tab cleanup 2024-01-24 21:04:08 +00:00
wiz 75d15ad686 zlib-1.3.1 out 2024-01-24 20:06:40 +00:00
nia 97ba353d2d indent 2024-01-23 08:08:36 +00:00
nia 397a64ed22 doc: Changes for January 2024-01-23 08:01:15 +00:00
wiz d8acacd745 postfix-3.8.5 is out 2024-01-22 14:33:26 +00:00
msaitoh f34152d3a2 doc: wm(4): Add some Meteor Lake devices (I219 V20-V21 and LM 20-21) 2024-01-18 04:08:44 +00:00
msaitoh 3cd2286908 arm: Add entry for ARM big.LITTLE done by ryo@. 2024-01-18 04:02:16 +00:00
msaitoh 10f86518a2 wm(4): It's not for V9 but for V19. 2024-01-18 03:59:37 +00:00
wiz 632415a329 sqlite3-3.45 out 2024-01-16 09:42:44 +00:00
wiz 53b603ae92 libarchive-3.7.2 is out 2024-01-12 19:31:43 +00:00
martin 95139a956a Extend the lint "trapv" gcc bug to VAX and note that it has been fixed
(according to upstream) in gcc 11 and newer.
2024-01-12 08:44:42 +00:00
christos 7f9e26ade3 new tzcode 2023-12-23 20:49:22 +00:00
christos 815db899f0 new postfix 2023-12-23 20:32:30 +00:00
kre b29a6b6f4f Note update of tzdata to 2023d (2023dgtz). 2023-12-23 15:52:11 +00:00
wiz 853e4a4534 postfix-3.7.9 out 2023-12-23 07:36:54 +00:00
wiz fdc88a4a00 postfix-3.8.4 out 2023-12-22 17:25:53 +00:00
christos 61cd9aae6e new openssh 2023-12-20 17:19:15 +00:00
roy 3dc022e1cd Note dhcpcd-10.0.6 2023-12-18 15:52:37 +00:00
wiz c397c5680e doc: openssh 9.6p1 out 2023-12-18 15:42:26 +00:00
nia 1ab6dcf6ee doc: Recent changes 2023-12-13 08:20:04 +00:00
wiz b69fea67af gdb-14.1 out. 2023-12-09 16:32:20 +00:00
taca dd38e4432f root.cache: updated to 2023112702 (November 27, 2023) 2023-11-28 09:50:10 +00:00
tsutsui b07612095a Move more changes pulled up to netbsd-10 from CHANGES to CHANGES.prev. 2023-11-17 22:46:19 +00:00
tsutsui 4d5d8831a5 Remove a duplicated entry of OpenSSL 3.0.9 import. 2023-11-17 22:14:16 +00:00
tsutsui 57dd1ae608 Fix formats for "Recent changes" pages on www.NetBSD.org. 2023-11-17 21:52:14 +00:00
tsutsui 249d26efae Move a pulled up newsmips LCD-MONO framebuffer entry to CHANGES.prev. 2023-11-17 21:48:12 +00:00
brad d77dad0e9e Simple simulated interrupts for the simulated GPIO device gpiosim(4) 2023-11-08 23:46:54 +00:00
taca 56e08a27c5 doc/3RDPARTY: Update current version of Postfix
Postfix 3.8.3/3.7.8 relased 2023-11-01.
2023-11-07 14:07:23 +00:00
brad 77871fbede gpioirq(4) version 2
This update makes this driver more than just an example and allows for:

o More than one pin to be attached to a gpioirq instance.  That is,
  the mask parameter can be greater than 0x01 now.

o A /dev/gpioirqN device that allows GPIO pin interrupts to be
  transported into userland.  This is a device that can be opened for
  reading with a simple fixed output indicating the device unit, pin
  number and current pin state.


This update was used as part of a physical intrusion detection system
where multiple switches (i.e. window magnetic reed switches and etc.)
are tied to a bunch of GPIO inputs with userland software that reacts
to the pins changing state.
2023-11-06 00:35:05 +00:00
jdolecek f0634c6a5b ena(4) improvements committed
Pull request: https://github.com/maleic1618/NetBSD/pull/1:
"""
This PR fixes some bugs and MP-ifies ena(4), including RSS.

On t3.small instance, its forward throughput has grown as followings:

               64 bytes	256 bytes
-current 1flow	21.58	110.51
-current 8flow	28.27	123.19
patched 1flow	37.20	142.21
patched 8flow	92.26	366.85
(Unit: Mbps, NET_MPSAFE enabled, Using https://github.com/iij/ipgen)

It also worked well on a aarch64 machine.

Addendum: I forgot to mention that this PR is reviewed ozaki-r@n.o.
"""

Code contributed by KUSABA Takeshi <t-kusaba@iij.ad.jp>
Reviewed also by ozaki-r@n.o
2023-11-05 18:32:01 +00:00
tsutsui 327c4e9201 doc: note support for LCD-MONO framebuffer on NWS-32x0 laptop machines. 2023-11-04 15:33:26 +00:00
wiz f3b443a537 new sqlite3 out 2023-11-01 18:59:19 +00:00
christos 8e0264d13f new OpenSSH 2023-10-25 20:23:26 +00:00
christos 9492b02e2d new OpenSSL 2023-10-25 17:18:53 +00:00
wiz a0d392a9ee doc: new openssls out 2023-10-25 06:15:32 +00:00
nia 69b5e562b9 Typos and wording. 2023-10-21 09:57:40 +00:00
nia 33645dae17 Add a bunch of changes from the past 2 months that stood out to me. 2023-10-21 08:52:43 +00:00
martin 4ed45f2b9e Move MKDEBUG=yes no symbol stripping entry to CHANGES.prev after pullup 2023-10-20 16:07:16 +00:00
msaitoh dea49598b9 doc: Add note about eqos(4)'s Elkhart Lake support. 2023-10-20 15:41:18 +00:00
wiz 9143a35b2a doc: openssh 9.5p1 out 2023-10-19 12:32:13 +00:00
roy 35ba9dc935 Note import of dhcpcd-10.0.4 2023-10-19 11:27:57 +00:00
gutteridge 2ab6e66e91 3RDPARTY: mDNSResponder now at 2200.0.8 2023-10-08 21:08:05 +00:00
rin 2a47d462b1 doc/CHANGES: Oops, relocate entry for PR port-vax/57646 2023-10-07 12:42:03 +00:00
rin 4e32d2abc4 doc/CHANGES: Document initial import of PR port-vax/57646 2023-10-07 12:32:28 +00:00
rin 8f88bf1093 doc/CHANGES: Note igc(4) addition
Will be pulled up to netbsd-10 soon, and this entry will migrate to
CHANGES.prev also.
2023-10-06 13:39:56 +00:00
roy cab253a88f Note update to dhcpcd-10.0.3 2023-10-06 08:53:14 +00:00
simonb 88994fbd25 Note update to less-643. 2023-10-06 06:03:52 +00:00
gutteridge 1d53ce93f3 3RDPARTY: note jemalloc is now at 5.3.0
While here, mention that there is a second, much older version still in
tree, should someone else stumble over both and be confused (e.g., ask
nxr.netbsd.org about jemalloc, forget that it doesn't index anything
under src/external, then read code in the wrong place).
2023-09-26 21:38:11 +00:00
christos 1e05907070 new tzcode 2023-09-16 18:41:57 +00:00
wiz 8fc4e8c597 Unicode updates were pulled up 2023-09-13 09:27:53 +00:00
ad 4b4ffea484 Note namecache tuning for 32-bit systems. 2023-09-09 18:30:00 +00:00
mrg 8751b920d6 don't care about GCC 11 version (we've skipped it).
also, adjust version file path.
2023-09-05 21:22:57 +00:00
mrg f822758108 document x86 curlwp/curcpu hack for GCC 12. 2023-09-04 21:01:15 +00:00
christos 1ca3250e2c new sqlite3 2023-09-04 17:07:04 +00:00
msaitoh e6a74f3ce5 Remove some entries. Those were pulled up to netbsd-10. 2023-09-04 10:12:43 +00:00
christos 75551ac18b correct OpenSSH 2023-09-01 18:51:27 +00:00
christos 6ff78ed542 new acpica 2023-09-01 18:39:00 +00:00
riastradh 476eae446e mozilla-certdata: Record in doc/3RDPARTY. 2023-08-26 05:47:05 +00:00
wiz ab136ae1a5 sqlite-3.43 out. 2023-08-25 06:45:54 +00:00
wiz f332bfe366 zlib-1.3 is out 2023-08-24 06:35:57 +00:00
nia befa299d89 doc: ch-ch-changes 2023-08-21 10:10:39 +00:00
christos 95fb0c166b catch up with tcpdump, add file 2023-08-18 19:02:04 +00:00
christos 6e39f0c06c new libpcap 2023-08-17 15:19:26 +00:00
christos f89028ce46 new libfido2-1.13.0 2023-08-11 23:05:48 +00:00
christos aedb437010 new gdb 2023-08-11 20:31:01 +00:00
martin a1270450a1 Remove lua entries, 5.4.6 has been pulled up to netbsd-10 2023-08-11 16:14:41 +00:00
martin e66ddc6679 Fix Lua version 2023-08-11 16:03:24 +00:00
gutteridge 747783b1c3 CHANGES: remove entry that has been pulled up to netbsd-10 2023-07-29 16:47:28 +00:00
gutteridge 9fa1b14dee CHANGES: fix a typo 2023-07-27 21:59:29 +00:00
nia f7aeea6acc doc: clarify changes entry 2023-07-27 17:21:21 +00:00
nia d5ff9f4ca3 doc: Changes for July 2023-07-27 16:57:11 +00:00
christos 03963158d7 new OpenSSH 2023-07-26 18:00:51 +00:00
lukem 07c42e4bc2 bsd.own.mk: force MKSTRIPSYM=no if MKDEBUG=yes
Local symbols are desirable with MKDEBUG=yes, so don't strip them.
Per request from mrg@
2023-07-23 16:52:37 +00:00
lukem a9756fb69c BUILDING: list known mk.conf vars. tweak section headers
List known supported and obsolete mk.conf(5) variables,
so that searches in this document at least find them.
This partially reverts my revision 1.144 on 2023-06-12
which completely removed the duplication with mk.conf(5).

Remove quote characters from some section headings;
it makes it harder to search for a section by known name
when rendering in markup variations that use smart quotes.
2023-07-22 18:50:04 +00:00
lukem cc95aaefd7 BUILDING: clarify environ vs mk.conf behaviour
Document that variables set in the environment or the
nbmake-MACHINE wrapper script don't override variable
assignments in mk.conf(5), and that using ?= in mk.conf
allows environment / nbmake-MACHINE variables to override
mk.conf.

Consistently refer to "nbmake-MACHINE wrapper script".
2023-07-21 22:07:59 +00:00
nat a822f34135 Add missing dot. 2023-07-21 02:42:54 +00:00
nat 53cc748afe Mention changes to bta2dpd(8). 2023-07-21 02:16:20 +00:00
lukem 747c3dee36 BUILDING: consistency fix 2023-07-19 15:40:38 +00:00
wiz 3523ae4710 openssh-9.3p2 out 2023-07-19 14:44:14 +00:00
roy 4308e63ce2 Note import of dhcpcd-10.0.2 2023-07-19 13:59:01 +00:00
lukem 3cb563b335 build.sh: use mk.conf (if present) as MAKECONF
Set MAKECONF to mk.conf in the same directory as build.sh
(i.e., the top of the source tree) if mk.conf is present.
This means unprivileged users can benefit from mk.conf(5)
semantics without write privileges to /etc/mk.conf, and
also simplifies per-source-directory configuration.

Fail early if $MAKECONF is empty, since build.sh will fail
anyway after rebuilding nbmake.

Ensure that the computed MAKECONF isn't empty, and then
always set MAKECONF in the makewrapper (nbmake-$MACHINE).

Improve some formatting consistency in BUILDING.mdoc,
(even if BUILDING is generated without markup).
2023-07-18 16:59:57 +00:00
rin d71f888d49 doc/HACKS: PR port-sh3/56311 has been fixed. 2023-07-18 03:01:35 +00:00
mrg 34ab07c089 note GCC 10.5 was released and imported. 2023-07-15 19:59:21 +00:00
gutteridge d824e196a4 CHANGES.prev: correct date entries for a few items 2023-07-12 16:07:52 +00:00
rin f47539106d doc/HACKS: Note OPENSSL_NO_EC_NISTP_64_GCC_128 hack for aarch64eb. 2023-07-09 00:01:55 +00:00
rin 2bd1369fb8 doc/HACKS: Document PR port-alpha/57511 2023-07-07 08:39:23 +00:00
lukem 2b1fd0414c BUILDING: wording tweaks 2023-07-05 16:41:12 +00:00
rillig b1cae80086 doc/CHANGES: fix typos 2023-07-01 09:21:47 +00:00
christos 498dfa02ae new OpenPAM. 2023-06-30 21:48:15 +00:00
gutteridge 01c3b8a04d 3RDPARTY: note latest version of mDNSResponder 2023-06-29 23:52:50 +00:00
nia 3c60e71e80 ch-ch-changes 2023-06-29 21:46:47 +00:00
wiz 0596a50f72 doc: note import of tmux 3.3a 2023-06-28 22:24:15 +00:00