Commit Graph

5587 Commits

Author SHA1 Message Date
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
roy 5462b98306 Note update to openresolv-3.13.2 2023-06-27 17:10:15 +00:00
christos 026d70e931 new bind 2023-06-26 22:04:18 +00:00
msaitoh a838dcd9d3 Fix typo. 2023-06-24 05:26:01 +00:00
gutteridge 9a11c4231e 3RDPARTY: new versions of libuv, unbound, and nsd out 2023-06-21 22:30:52 +00:00
christos 342b5ab386 new Heimdal 2023-06-19 21:44:37 +00:00
lukem 6aba6b1625 BUILDING: remove duplication from mk.conf(5)
Remove all "make" variables / mk.conf(5) variables already documented
in mk.conf(5).  The duplication was a maintenance headache, as I've
experienced over recent weeks getting the build documentation up to
date.

Add notes clarifying that manual page references are to the NetBSD
manual pages, not to the host manual pages, and how to format from
source, or find online at https://man.netbsd.org.

Add explicit links to the mdoc(7) in-tree source for mk.conf(5),
hier(7), and release(7) because those are directly relevant to the host
build information in BUILDING.

Note: We don't normally need these notes for native documentation,
but BUILDING is intended for users on host systems which might not
be NetBSD(-current).

Add missing defaults.
2023-06-11 20:34:14 +00:00
lukem 3dd6409cfb BUILDING: update from mk.conf(5). reorder
Sync variable entries from mk.conf(5).

Merge the "make variables for full builds" section into the previous.
Having two separate sections and some entries duplicated was confusing
when searching for variables.
2023-06-11 10:49:43 +00:00
lukem 922f5e2588 more NBUILDJOBS deprecation
The NBUILDJOBS option was deprecated in 2002;
there's no need to keep warning about it,
remove from params / show-params,
and only document as obsolete.
2023-06-11 10:43:51 +00:00
lukem 35d5234ef6 3RDPARTY: libarchive latest is 3.6.2. note local fixes 2023-06-10 13:16:44 +00:00
nikita a9aa4e1fbc changes: lua 5.4.6 2023-06-08 21:12:41 +00:00
nia c417c79de7 ch-ch-changes 2023-06-06 07:49:06 +00:00
lukem 5166ed0b68 BUILDING: editorial
MKX11=yes wants MKINET6=yes

Change the width of the variable lists to 14n (from 15n)
so that when the lists are rendered and then left aligned,
the column is 16 characters (aka 2 tabs) which makes
copypasta to bsd.README easier.
2023-06-05 22:36:17 +00:00
lukem f26a4cc930 BUILDING: update from canonical mk.conf(5)
Incorporate content and styles updates for mk.conf entries
from share/man/man5/mk.conf.5, which is the canonical
reference for mk.conf.

Add: BSDOBJDIR, BSDSRCDIR, EXTERNAL_TOOLCHAIN, MKDEBUGKERNEL,
MKDEBUGTOOLS, MKHTML, MKLINKLIB, MKOBJDIRS, TOOLCHAIN_MISSING,
NETBSDSRCDIR

It's for further study as to whether we just replace the
most of subsection "make" variables with a link to mk.conf(5).

Style:
- Add more .de macros per mk.conf.5.
- Order list items alphabetically. When multiple items are present
  in a list item, sort within the item first.
- More cross-references.
2023-06-04 20:08:21 +00:00
lukem 105457a1c4 build.sh: MAKECONF and mk.conf(5) improvements
Move MAKECONF to the Environment variables section.
Add mk.conf(5) cross-references.
Make Notes more obvious.
Fix mandoc lint.
2023-06-02 20:48:41 +00:00
gutteridge 6b947a974c 3RDPARTY: gcc-11.4 out 2023-06-01 01:09:51 +00:00
wiz 6fd586299b doc: fix swappo 2023-05-31 21:02:50 +00:00
christos 21927c5e23 new OpenSSL 2023-05-31 20:59:15 +00:00
lukem ef8663be6b CHANGES: pax fixes 2023-05-31 09:33:09 +00:00
lukem b0682b2387 CHANGES: rm SHAREDSTRINGS, mkstr, xstr 2023-05-24 13:09:53 +00:00
lukem aa9ef682cf ctfmerge: pthread error handling. macos host fixes 2023-05-23 20:24:24 +00:00
lukem 23c02a696a BUILDING: TMPDIR must not be noexec
Describe $TMPDIR as used by build.sh, and
add a note that it can't be mounted noexec.

PR toolchain/44459
2023-05-18 14:22:53 +00:00
lukem 9d6c4a2602 build.sh, BUILDING: consistency improvements
Consistently use "show", instead of sometimes using "display" or "print".
Fix mdoc markup (even though BUILDING is raw text).
Document help, -P, -?
2023-05-16 21:39:26 +00:00
lukem b9abc1c511 BUILDING: update upstream, regen
doc/BUILDING.mdoc is the upstream for BUILDING, so add recent changes
in the latter to the former, formatting correctly.

Move INSTALLBOOT_UBOOT_PATHS to Environment variables.
Move INSTALLBOOT_BOARDS to "make" variables for full builds.
Add installboot(8) cross-reference.
2023-05-16 21:21:38 +00:00
lukem c5af9e9a2f doc: MAKEVERBOSE support 2023-05-16 07:48:50 +00:00
rin 8cd5eb9a5d aq(4): AQC113-116 support by ryo@ has been pull-up'ed into netbsd-10. 2023-05-13 12:51:28 +00:00
christos aaf43d9e46 add missing entry for binutils 2023-05-11 18:03:51 +00:00
christos 12af141232 mention new OpenSSL 2023-05-10 16:45:03 +00:00
wiz 974fef9b9d gcc 12.3 is out 2023-05-09 10:42:34 +00:00
nia 8a9c1dc111 doc: Add recent changes. 2023-05-08 18:39:36 +00:00
lukem 309d990f5b CHANGES: ftp(1) ssl connection timeout 2023-05-07 18:15:38 +00:00
martin f0e8611029 Not hacks to use old binutils (2.34 instead of 2.39) on mips64*
(but not mipsn64*).
2023-05-07 12:43:32 +00:00
gutteridge 58e631d846 3RDPARTY: the atf-devel mailing list was closed years ago 2023-04-28 16:13:11 +00:00
wiz 2dbb90eecc gcc 13.1 is out 2023-04-26 18:42:41 +00:00
roy 1f7e02ab78 Note update to dhcpcd-10.0.1 2023-04-21 17:00:05 +00:00
nikita 925ef48c4a Mention applied bugfixes for Lua. 2023-04-18 09:56:57 +00:00
nia f30eb990c9 doc: Various changes in the last month. 2023-04-17 10:27:37 +00:00
nikita f0dad708b3 Resolve conflicts for lua 5.4.4 import.
Adjust various files for lua 5.4.4.
2023-04-16 20:46:16 +00:00
tsutsui 83b5338dc6 Fix a wrong year in r1.168. Pointed out by Nishi. 2023-04-15 18:16:28 +00:00
kre 2ae4426183 Correct the previous (change both "2023b" -> "2023c" not just one in the
dup & correct).
2023-03-31 19:10:11 +00:00
kre b441acd260 tzdata updated to 2023c (2023cgtz). 2023-03-31 19:09:08 +00:00
andvar 95f94af301 fix various typos in documentation, comments and sysctl device description.
mainly aion -> ation and inlude -> include.
2023-03-26 19:10:32 +00:00
kre 6cf841d3c7 tzdata updated from 2023a to 2023b 2023-03-24 12:43:33 +00:00
kre f5e7a35555 tzdata updated to 2023a 2023-03-23 16:44:03 +00:00
wiz c8853b542c openssh 9.3 is out 2023-03-16 07:20:28 +00:00
tsutsui 5f225b072e Note more user visible changes by me that will appear in NetBSD 10.0. 2023-03-10 18:26:46 +00:00
tsutsui 1c399f454c Move changes pulled up to netbsd-10 from CHANGES to CHANGES.prev. 2023-03-10 18:00:27 +00:00
nia d9c807083c doc: ch-ch-changes 2023-03-06 13:15:15 +00:00
mrg c09c1d233c mpc is updated to 1.3.1. 2023-03-05 22:37:17 +00:00
mrg 45a780c280 note mpfr has a new version (4.2.0) and is updated, and
that mpc has a new version (1.3.1).
2023-03-05 22:13:48 +00:00
wiz b9ce33b87f gdb-13.1 out 2023-02-19 18:09:45 +00:00
christos eee7faa7d4 new OpenSSL 2023-02-07 22:26:46 +00:00
wiz 8cc36d1a3b less-608 is out. 2023-02-07 20:34:01 +00:00
wiz c85a8c014b doc: mention xfwp removal 2023-02-04 16:35:31 +00:00
wiz a64523a0e4 openssh 9.2p1 is out 2023-02-02 13:27:16 +00:00
msaitoh 2f8c60d111 Remove two entries. Those were pulled up to netbsd-10 branch. 2023-01-28 12:41:07 +00:00
christos bd41475acf new bind 2023-01-25 21:45:37 +00:00
christos 34454f1b45 new vax compiler issues 2023-01-22 20:41:25 +00:00
wiz 80ede2425e doc: update binutils entry to include 2.39
Note that 2.40 is out.
2023-01-15 09:00:05 +00:00
ryo 48ff544168 add support for AQC113-116 to aq(4) 2023-01-14 13:20:54 +00:00
wiz 0cb038ddff doc: update Unicode changes 2023-01-12 12:05:15 +00:00
nia 71655179f9 Add missing changes and fix syntax of earlier ones. 2023-01-12 11:36:59 +00:00
wiz 4a32a03b3a xz 5.4.1 is out 2023-01-12 10:22:19 +00:00
msaitoh a2cb616391 Mention piixpm(4) update. 2023-01-12 10:13:14 +00:00
msaitoh 9ff0ed4038 Mention igpio(4) update. 2023-01-07 15:00:04 +00:00
christos 19c9d1e0b0 Now that the default page size is 4K again for x86_64 with the binutils
change to default to -z separate-code, remove the previous hack.
2023-01-06 15:48:29 +00:00
wiz c421e5a89c tmux 3.3a came out in June 2023-01-04 13:43:36 +00:00
christos eb2e80c2bd mention binutils hack 2022-12-30 02:05:38 +00:00
nat b0b0d44944 Mention dse.4 2022-12-22 11:10:52 +00:00
reinoud ebb11b8783 Note the addition of trivial power management support for amdsmn(4) and
amdccp(4)
2022-12-18 15:56:27 +00:00
martin 0498f53817 Welcome to 10.99.1! 2022-12-16 17:35:42 +00:00
msaitoh f8bb300ea3 doc: NCT6797D support 2022-12-16 00:05:01 +00:00
christos 0a3ec37ff4 Update tzcode to 2022g 2022-12-11 17:58:42 +00:00
kre fb4bac3cba Note tzdata2022g 2022-12-11 07:01:55 +00:00
christos def88d0cda new acpica 2022-12-10 17:42:36 +00:00
ryo ad255458ab fix typo 2022-12-09 02:01:09 +00:00
msaitoh fad74d4bec doc: Add note about tprof improbements. 2022-12-08 06:30:15 +00:00
knakahara cbfd7cc195 Fix typo. 2022-12-08 06:19:26 +00:00
gutteridge 37fa523fa5 3RDPARTY: note newer versions of acpica and gmake are out 2022-12-08 01:32:35 +00:00
jakllsch 78eb21a033 On VAX, compile gdtoa/misc.c at -O0 to avoid incorrect machine code
resulting in some doubles printing as garbage.
2022-12-04 22:35:15 +00:00
nia c39cc25c2f ch-ch-changes 2022-11-28 10:23:56 +00:00
brad 9275d9682b Mention the driver for the Bosch BMP280/BME280 2022-11-21 21:29:32 +00:00
wiz 65a3dd5e4d xz 5.2.8 out. 2022-11-17 23:54:44 +00:00
brad bec291176b Mention the AHT20 driver 2022-11-17 20:43:39 +00:00
blymn c7f7a1b194 Add major changes to curses(3) 2022-11-13 21:22:13 +00:00
wiz f2f6049828 texinfo 7.0 out 2022-11-09 14:43:20 +00:00
nia c0e4a51be9 doc: various changes from various developers for late october 2022-11-08 09:30:11 +00:00
wiz 8d584b31c3 openssl 1.1.1s/3.0.7 out 2022-11-05 18:38:08 +00:00
kre e14d282f54 Note tzdata 2022f update (via 2022fgtz) 2022-10-30 01:05:47 +00:00
christos fb30c7e6a4 new tzcode 2022f 2022-10-29 13:57:38 +00:00
jmcneill 0f295690c1 Update date on previous 2022-10-28 20:39:23 +00:00
jmcneill 146ff7ba04 evbarm: Update Xilinx Zynq-7000 SoC support to use FDT based configuration. 2022-10-28 20:38:58 +00:00
wiz 9fb06db21e mention reallocarray change 2022-10-28 09:44:52 +00:00
wiz eaed868ea5 expat-2.5.0 out (CVE-2022-43680) 2022-10-26 10:38:48 +00:00
nia 75b8d1a378 Deduplicate 2022-10-19 18:16:01 +00:00
nia 8e7d942e78 doc: Various recent changes 2022-10-19 15:00:41 +00:00
christos 2cdc027e19 document more changes for openssh 2022-10-19 13:00:53 +00:00
christos 2810ba5e6c update zlib 2022-10-19 11:54:35 +00:00
christos a525ef02ad new zlib 2022-10-15 19:51:04 +00:00
christos 53c9f550ce new tzcode 2022-10-15 18:59:31 +00:00