CVS commit: src/bin/pax

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 20:09:49 UTC 2023 Modified Files: src/bin/pax: options.c Log Message: pax: need for ffs() Fixes warning as host tool on NetBSD 9.99 To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/usr.bin/ctags

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 20:00:07 UTC 2023 Modified Files: src/usr.bin/ctags: Makefile ctags.c Log Message: ctags: fix pointer-sign issues Refactor init() to avoid -Wpointer-sign for host builds. Uses same cast pattern used in ctags.h. To

CVS commit: src/usr.bin/ctags

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 20:00:07 UTC 2023 Modified Files: src/usr.bin/ctags: Makefile ctags.c Log Message: ctags: fix pointer-sign issues Refactor init() to avoid -Wpointer-sign for host builds. Uses same cast pattern used in ctags.h. To

CVS commit: src/tools/compat

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 16:22:30 UTC 2023 Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: tools/compat: regen To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/tools/compat/configure cvs rdiff -u

CVS commit: src/tools/compat

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 16:22:30 UTC 2023 Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: tools/compat: regen To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/tools/compat/configure cvs rdiff -u

CVS commit: src

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 16:21:24 UTC 2023 Modified Files: src/tools/compat: configure.ac src/usr.bin/xinstall: Makefile xinstall.c Log Message: tools: binstall can use posix_spawn() instead of vfork() To generate a diff of this

CVS commit: src

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 16:21:24 UTC 2023 Modified Files: src/tools/compat: configure.ac src/usr.bin/xinstall: Makefile xinstall.c Log Message: tools: binstall can use posix_spawn() instead of vfork() To generate a diff of this

CVS commit: src/tools/make

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:20:00 UTC 2023 Modified Files: src/tools/make: configure Added Files: src/tools/make: aclocal.m4 Log Message: tools/make: regen To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/tools/compat

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:18:34 UTC 2023 Modified Files: src/tools/compat: aclocal.m4 configure Log Message: tools/compat: regen To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/compat/aclocal.m4 cvs rdiff -u -r1.103

CVS commit: src/tools/compat

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:18:34 UTC 2023 Modified Files: src/tools/compat: aclocal.m4 configure Log Message: tools/compat: regen To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/compat/aclocal.m4 cvs rdiff -u -r1.103

CVS commit: src/tools/make

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:16:44 UTC 2023 Modified Files: src/tools/make: Makefile.regen buildmake.sh.in configure.ac Log Message: tools/make: build with -Wno-deprecated-declarations Use NB_CHECK_CC_FLAG() from ../tools/compat to determine if

CVS commit: src/tools/make

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:16:44 UTC 2023 Modified Files: src/tools/make: Makefile.regen buildmake.sh.in configure.ac Log Message: tools/make: build with -Wno-deprecated-declarations Use NB_CHECK_CC_FLAG() from ../tools/compat to determine if

CVS commit: src/tools/compat

2023-07-20 Thread Luke Mewburn
/buildaux/nb_check_cc_flag.m4 Thu Jul 20 15:15:23 2023 @@ -0,0 +1,55 @@ +# +# Copyright (c) 2023, Luke Mewburn +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved.

CVS commit: src/tools/compat

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:15:23 UTC 2023 Modified Files: src/tools/compat: configure.ac Added Files: src/tools/compat/buildaux: nb_check_cc_flag.m4 Log Message: tools/compat: provide nb_check_cc_flag.m4 Implement m4 macro

CVS commit: src/tools/make

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:13:27 UTC 2023 Modified Files: src/tools/make: buildmake.sh.in Log Message: tools/make/buildmake.sh: fix quoting autoconf 2.69 generates @DEFS@ with definitions with quoted embedded spaces, so rework how docmd() is

CVS commit: src/tools/make

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:13:27 UTC 2023 Modified Files: src/tools/make: buildmake.sh.in Log Message: tools/make/buildmake.sh: fix quoting autoconf 2.69 generates @DEFS@ with definitions with quoted embedded spaces, so rework how docmd() is

CVS commit: src/tools/make

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:12:37 UTC 2023 Modified Files: src/tools/make: configure.ac Log Message: tools/make/configure.ac: style tweaks Consistently use () in zero argument macro calls. Display results at end. To generate a diff of this

CVS commit: src/tools/make

2023-07-20 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Jul 20 15:12:37 UTC 2023 Modified Files: src/tools/make: configure.ac Log Message: tools/make/configure.ac: style tweaks Consistently use () in zero argument macro calls. Display results at end. To generate a diff of this

CVS commit: src

2023-07-19 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jul 19 15:40:38 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: consistency fix To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/BUILDING cvs rdiff -u -r1.146

CVS commit: src

2023-07-19 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jul 19 15:40:38 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: consistency fix To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/BUILDING cvs rdiff -u -r1.146

CVS commit: src

2023-07-18 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue Jul 18 16:59:57 UTC 2023 Modified Files: src: BUILDING UPDATING build.sh src/doc: BUILDING.mdoc Log Message: build.sh: use mk.conf (if present) as MAKECONF Set MAKECONF to mk.conf in the same directory as build.sh

CVS commit: src

2023-07-18 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Tue Jul 18 16:59:57 UTC 2023 Modified Files: src: BUILDING UPDATING build.sh src/doc: BUILDING.mdoc Log Message: build.sh: use mk.conf (if present) as MAKECONF Set MAKECONF to mk.conf in the same directory as build.sh

CVS commit: src/sys/rump/share/man/man7

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 20:00:11 UTC 2023 Modified Files: src/sys/rump/share/man/man7: rumpkernel.7 Log Message: use rumpkernel.github.io as the entry point To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/rump/share/man/man7

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 20:00:11 UTC 2023 Modified Files: src/sys/rump/share/man/man7: rumpkernel.7 Log Message: use rumpkernel.github.io as the entry point To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:22:44 UTC 2023 Modified Files: src/lib/librumpuser: configure Log Message: librumpuser/configure: regen for URL fixes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librumpuser/configure

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:22:44 UTC 2023 Modified Files: src/lib/librumpuser: configure Log Message: librumpuser/configure: regen for URL fixes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librumpuser/configure

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:21:36 UTC 2023 Modified Files: src/lib/librumpuser: configure.ac Log Message: librumpuser/configure: fix missing directory warning Use "build-aux" instead of the non-existant "m4" as the directory for

CVS commit: src/lib/librumpuser

2023-07-15 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jul 15 09:21:36 UTC 2023 Modified Files: src/lib/librumpuser: configure.ac Log Message: librumpuser/configure: fix missing directory warning Use "build-aux" instead of the non-existant "m4" as the directory for

CVS commit: src/lib

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:28:01 UTC 2023 Modified Files: src/lib/libpthread: Makefile src/lib/librumpuser: configure.ac rumpuser_port.h Log Message: fix rump URLs Link to https://github.com/rumpkernel/ instead of a site now taken

CVS commit: src/lib

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:28:01 UTC 2023 Modified Files: src/lib/libpthread: Makefile src/lib/librumpuser: configure.ac rumpuser_port.h Log Message: fix rump URLs Link to https://github.com/rumpkernel/ instead of a site now taken

CVS commit: src/sys/rump/share/man

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:21:53 UTC 2023 Modified Files: src/sys/rump/share/man/man3: rumpuser.3 src/sys/rump/share/man/man7: rumpkernel.7 Log Message: fix rump URLs in man pages Link to https://github.com/rumpkernel/wiki/wiki

CVS commit: src/sys/rump/share/man

2023-07-14 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Jul 14 23:21:53 UTC 2023 Modified Files: src/sys/rump/share/man/man3: rumpuser.3 src/sys/rump/share/man/man7: rumpkernel.7 Log Message: fix rump URLs in man pages Link to https://github.com/rumpkernel/wiki/wiki

Re: CVS commit: src/tools/compat

2023-07-08 Thread Luke Mewburn
On 23-07-08 19:10, Palle Lyckegaard wrote: | Module Name:src | Committed By: palle | Date: Sat Jul 8 19:10:00 UTC 2023 | | Modified Files: | src/tools/compat: compat_defs.h | | Log Message: | Add support for missing NAME_MAX when building on

CVS commit: src

2023-07-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jul 5 16:41:13 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: wording tweaks To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/BUILDING cvs rdiff -u -r1.144

CVS commit: src

2023-07-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jul 5 16:41:13 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: wording tweaks To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/BUILDING cvs rdiff -u -r1.144

CVS commit: src

2023-07-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jul 5 16:40:34 UTC 2023 Modified Files: src/lib/librumpuser: README.compileopts src/share/man/man5: mk.conf.5 src/sys/rump: README.compileopts Log Message: mk.conf(5): document rump variables Update

CVS commit: src

2023-07-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Wed Jul 5 16:40:34 UTC 2023 Modified Files: src/lib/librumpuser: README.compileopts src/share/man/man5: mk.conf.5 src/sys/rump: README.compileopts Log Message: mk.conf(5): document rump variables Update

Re: CVS commit: src/share/man/man5

2023-06-11 Thread Luke Mewburn
On 23-06-11 15:38, Valery Ushakov wrote: | On Sun, Jun 11, 2023 at 22:19:42 +1000, Luke Mewburn wrote: | > My goal is to get the mk.conf(5) up to date and correct, and more usable. | > I intend to remove the duplication in BUILDING and bsd.README | > and refer back to mk.conf(5)

CVS commit: src

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 20:34:14 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: remove duplication from mk.conf(5) Remove all "make" variables / mk.conf(5) variables already documented in

CVS commit: src

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 20:34:14 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: remove duplication from mk.conf(5) Remove all "make" variables / mk.conf(5) variables already documented in

CVS commit: src/share/man/man5

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 20:33:46 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): more variables from BUILDING and build.sh Add more variables from build.sh, BUILDING, and various Makefile's documentation:

CVS commit: src/share/man/man5

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 20:33:46 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): more variables from BUILDING and build.sh Add more variables from build.sh, BUILDING, and various Makefile's documentation:

Re: CVS commit: src/share/man/man5

2023-06-11 Thread Luke Mewburn
On 23-06-11 14:14, Valery Ushakov wrote: | On Sun, Jun 11, 2023 at 10:44:33 +, Luke Mewburn wrote: | | > Module Name: src | > Committed By: lukem | > Date: Sun Jun 11 10:44:33 UTC 2023 | > | > Modified Files: | > src/share/m

CVS commit: src

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 10:49:44 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: update from mk.conf(5). reorder Sync variable entries from mk.conf(5). Merge the "make variables for full builds"

CVS commit: src

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 10:49:44 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: update from mk.conf(5). reorder Sync variable entries from mk.conf(5). Merge the "make variables for full builds"

CVS commit: src/share/man/man5

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 10:44:33 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): add remaining vars from BUILDING Add more variables from BUILDING: INSTALLBOOT_BOARDS INSTALLWORLDDIR NOCLEANDIR

CVS commit: src/share/man/man5

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 10:44:33 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): add remaining vars from BUILDING Add more variables from BUILDING: INSTALLBOOT_BOARDS INSTALLWORLDDIR NOCLEANDIR

CVS commit: src

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 10:43:51 UTC 2023 Modified Files: src: BUILDING Makefile src/doc: BUILDING.mdoc src/etc: Makefile.params Log Message: more NBUILDJOBS deprecation The NBUILDJOBS option was deprecated in 2002; there's no

CVS commit: src

2023-06-11 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 11 10:43:51 UTC 2023 Modified Files: src: BUILDING Makefile src/doc: BUILDING.mdoc src/etc: Makefile.params Log Message: more NBUILDJOBS deprecation The NBUILDJOBS option was deprecated in 2002; there's no

CVS commit: src

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 16:08:41 UTC 2023 Modified Files: src/distrib/sets: Makefile maketars src/share/mk: bsd.own.mk Log Message: sets: enhance MAKEVERBOSE support Add more messages for various sets operations. Add ${_MKMSG_CREATE}

CVS commit: src

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 16:08:41 UTC 2023 Modified Files: src/distrib/sets: Makefile maketars src/share/mk: bsd.own.mk Log Message: sets: enhance MAKEVERBOSE support Add more messages for various sets operations. Add ${_MKMSG_CREATE}

CVS commit: src/distrib/sets

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 14:11:08 UTC 2023 Modified Files: src/distrib/sets: maketars Log Message: maketars: add comments for skipped mtree keywords Reorder skipkeys alphabetically and add comment explaining the purpose and why sha256 is not

CVS commit: src/distrib/sets

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 14:11:08 UTC 2023 Modified Files: src/distrib/sets: maketars Log Message: maketars: add comments for skipped mtree keywords Reorder skipkeys alphabetically and add comment explaining the purpose and why sha256 is not

CVS commit: src/doc

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 13:16:44 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: libarchive latest is 3.6.2. note local fixes To generate a diff of this commit: cvs rdiff -u -r1.1929 -r1.1930 src/doc/3RDPARTY Please note

CVS commit: src/doc

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 13:16:44 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: libarchive latest is 3.6.2. note local fixes To generate a diff of this commit: cvs rdiff -u -r1.1929 -r1.1930 src/doc/3RDPARTY Please note

CVS commit: src/external/bsd/libarchive/dist/libarchive

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 12:46:32 UTC 2023 Modified Files: src/external/bsd/libarchive/dist/libarchive: archive_read_disk_posix.c Log Message: libarchive: fail if name_max is 0 Add error handling to the USE_READDIR_R code paths that set

CVS commit: src/external/bsd/libarchive/dist/libarchive

2023-06-10 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 10 12:46:32 UTC 2023 Modified Files: src/external/bsd/libarchive/dist/libarchive: archive_read_disk_posix.c Log Message: libarchive: fail if name_max is 0 Add error handling to the USE_READDIR_R code paths that set

CVS commit: src/share/mk

2023-06-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jun 5 22:36:59 UTC 2023 Modified Files: src/share/mk: bsd.README Log Message: bsd.README: update to reality, sync from mk.conf(5) Sync user variables from mk.conf(5), sorted. (Arguably this could just refer to mk.conf(5) or

CVS commit: src/share/mk

2023-06-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jun 5 22:36:59 UTC 2023 Modified Files: src/share/mk: bsd.README Log Message: bsd.README: update to reality, sync from mk.conf(5) Sync user variables from mk.conf(5), sorted. (Arguably this could just refer to mk.conf(5) or

CVS commit: src

2023-06-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jun 5 22:36:17 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: editorial MKX11=yes wants MKINET6=yes Change the width of the variable lists to 14n (from 15n) so that when the

CVS commit: src

2023-06-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jun 5 22:36:17 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: editorial MKX11=yes wants MKINET6=yes Change the width of the variable lists to 14n (from 15n) so that when the

CVS commit: src/share/man/man5

2023-06-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jun 5 22:35:20 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): editorial MKDTB and MKPIE are .YorN. MKX11=yes wants MKINET6=yes. MKLINKLIB deserves a dash list (like bsd.README). Expand per

CVS commit: src/share/man/man5

2023-06-05 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Mon Jun 5 22:35:20 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): editorial MKDTB and MKPIE are .YorN. MKX11=yes wants MKINET6=yes. MKLINKLIB deserves a dash list (like bsd.README). Expand per

CVS commit: src

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 20:08:22 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: update from canonical mk.conf(5) Incorporate content and styles updates for mk.conf entries from

CVS commit: src

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 20:08:22 UTC 2023 Modified Files: src: BUILDING src/doc: BUILDING.mdoc Log Message: BUILDING: update from canonical mk.conf(5) Incorporate content and styles updates for mk.conf entries from

CVS commit: src/share/man/man5

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 20:04:52 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): add more from BUILDING and bsd.README Add from BUILDING or bsd.README: BUILDINFO, BUILDSEED, EXTERNAL_TOOLCHAIN,

CVS commit: src/share/man/man5

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 20:04:52 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): add more from BUILDING and bsd.README Add from BUILDING or bsd.README: BUILDINFO, BUILDSEED, EXTERNAL_TOOLCHAIN,

CVS commit: src/external/apache2/llvm

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 17:48:05 UTC 2023 Modified Files: src/external/apache2/llvm: Makefile.inc Log Message: llvm tool build: fix warning -std=c++14 is for HOST_CXXFLAGS not HOST_CPPFLAGS. Fixes: cc1: warning: command-line option

CVS commit: src/external/apache2/llvm

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 17:48:05 UTC 2023 Modified Files: src/external/apache2/llvm: Makefile.inc Log Message: llvm tool build: fix warning -std=c++14 is for HOST_CXXFLAGS not HOST_CPPFLAGS. Fixes: cc1: warning: command-line option

CVS commit: src/tools

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 16:54:00 UTC 2023 Modified Files: src/tools: Makefile.host Log Message: tools: revert use of tools/Makefile.host revision 1.35 changed from setting various NOxxx variables and .include to .include which sets the

CVS commit: src/tools

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 16:54:00 UTC 2023 Modified Files: src/tools: Makefile.host Log Message: tools: revert use of tools/Makefile.host revision 1.35 changed from setting various NOxxx variables and .include to .include which sets the

CVS commit: src/tools

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 10:00:20 UTC 2023 Modified Files: src/tools: Makefile.host Makefile.nbincludes Log Message: tools: use where appropriate bsd.hostinit.mk sets a bunch of NOxxx variables before including bsd.init.mk (which includes

CVS commit: src/tools

2023-06-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 4 10:00:20 UTC 2023 Modified Files: src/tools: Makefile.host Makefile.nbincludes Log Message: tools: use where appropriate bsd.hostinit.mk sets a bunch of NOxxx variables before including bsd.init.mk (which includes

CVS commit: src/usr.sbin/sysinst/arch/mac68k

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:33:25 UTC 2023 Modified Files: src/usr.sbin/sysinst/arch/mac68k: Makefile Log Message: adapt to ${CC_WNO_STRINGOP_TRUNCATION} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.sbin/sysinst/arch/mac68k

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:33:25 UTC 2023 Modified Files: src/usr.sbin/sysinst/arch/mac68k: Makefile Log Message: adapt to ${CC_WNO_STRINGOP_TRUNCATION} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:33:02 UTC 2023 Modified Files: src/external/apache2/llvm: Makefile.inc src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64: Makefile

CVS commit: src/external

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:33:02 UTC 2023 Modified Files: src/external/apache2/llvm: Makefile.inc src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64: Makefile

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:31:47 UTC 2023 Modified Files: src/external/bsd/atf/lib/tools: Makefile src/external/bsd/file/lib: Makefile src/external/bsd/ipf/bin/ipsend: Makefile src/external/bsd/ntp/bin/ntpd: Makefile

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:31:47 UTC 2023 Modified Files: src/external/bsd/atf/lib/tools: Makefile src/external/bsd/file/lib: Makefile src/external/bsd/ipf/bin/ipsend: Makefile src/external/bsd/ntp/bin/ntpd: Makefile

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:30:25 UTC 2023 Modified Files: src/bin/ksh: Makefile src/crypto/external/bsd/netpgp/bin/netpgpverify: Makefile src/crypto/external/bsd/netpgp/lib/verify: Makefile

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:30:25 UTC 2023 Modified Files: src/bin/ksh: Makefile src/crypto/external/bsd/netpgp/bin/netpgpverify: Makefile src/crypto/external/bsd/netpgp/lib/verify: Makefile

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:28:53 UTC 2023 Modified Files: src/tests/kernel: Makefile src/usr.bin/newsyslog: Makefile Log Message: adapt to ${CC_WNO_FORMAT_TRUNCATION} To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:28:53 UTC 2023 Modified Files: src/tests/kernel: Makefile src/usr.bin/newsyslog: Makefile Log Message: adapt to ${CC_WNO_FORMAT_TRUNCATION} To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/external/mpl/dhcp/bin/server

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:27:11 UTC 2023 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: dhcp: remove gcc 8 workaround (if it's needed, add it back using ${CC_WNO_FORMAT_OVERFLOW}) To generate a diff of this commit:

CVS commit: src/external/mpl/dhcp/bin/server

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:27:11 UTC 2023 Modified Files: src/external/mpl/dhcp/bin/server: Makefile Log Message: dhcp: remove gcc 8 workaround (if it's needed, add it back using ${CC_WNO_FORMAT_OVERFLOW}) To generate a diff of this commit:

CVS commit: src/external/bsd/ipf/bin/ipmon

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:26:53 UTC 2023 Modified Files: src/external/bsd/ipf/bin/ipmon: Makefile Log Message: ipmon: remove duplicate warning suppression To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/ipf/bin/ipmon

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:26:53 UTC 2023 Modified Files: src/external/bsd/ipf/bin/ipmon: Makefile Log Message: ipmon: remove duplicate warning suppression To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:26:29 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile src/external/bsd/ipf: Makefile.inc src/external/bsd/tcpdump/bin: Makefile src/sbin/fsck_udf: Makefile

CVS commit: src

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:26:29 UTC 2023 Modified Files: src/external/apache2/mDNSResponder/usr.sbin/mdnsd: Makefile src/external/bsd/ipf: Makefile.inc src/external/bsd/tcpdump/bin: Makefile src/sbin/fsck_udf: Makefile

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:24:58 UTC 2023 Modified Files: src/share/mk: bsd.lib.mk bsd.lua.mk bsd.own.mk bsd.sys.mk Log Message: bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk Add default for MKSTRIPSYM=yes to to bsd.own.mk _MKVARS.no. Test

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:24:58 UTC 2023 Modified Files: src/share/mk: bsd.lib.mk bsd.lua.mk bsd.own.mk bsd.sys.mk Log Message: bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk Add default for MKSTRIPSYM=yes to to bsd.own.mk _MKVARS.no. Test

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:23:50 UTC 2023 Modified Files: src/share/mk: bsd.obj.mk bsd.own.mk Log Message: bsd.obj.mk: move MKHOSTOBJ to bsd.own.mk Add default for MKHOSTOBJ=no to to bsd.own.mk _MKVARS.no. Simplify bsd.obj.mk check. To

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:23:50 UTC 2023 Modified Files: src/share/mk: bsd.obj.mk bsd.own.mk Log Message: bsd.obj.mk: move MKHOSTOBJ to bsd.own.mk Add default for MKHOSTOBJ=no to to bsd.own.mk _MKVARS.no. Simplify bsd.obj.mk check. To

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:23:07 UTC 2023 Modified Files: src/share/mk: bsd.dep.mk bsd.own.mk Log Message: bsd.dep.mk: move MKDEPINCLUDES to bsd.own.mk Add default for MKDEPINCLUDES=no to to bsd.own.mk _MKVARS.no. Simplify bsd.dep.mk check.

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:23:07 UTC 2023 Modified Files: src/share/mk: bsd.dep.mk bsd.own.mk Log Message: bsd.dep.mk: move MKDEPINCLUDES to bsd.own.mk Add default for MKDEPINCLUDES=no to to bsd.own.mk _MKVARS.no. Simplify bsd.dep.mk check.

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:21:32 UTC 2023 Modified Files: src/share/mk: bsd.clean.mk bsd.own.mk Log Message: bsd.*.mk: move MKCLEAN* to bsd.own.mk Move the defaults for MKCLEANSRC and MKCLEANVERIFY from bsd.clean.mk to bsd.own.mk _MKVARS.yes.

CVS commit: src/share/mk

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:21:32 UTC 2023 Modified Files: src/share/mk: bsd.clean.mk bsd.own.mk Log Message: bsd.*.mk: move MKCLEAN* to bsd.own.mk Move the defaults for MKCLEANSRC and MKCLEANVERIFY from bsd.clean.mk to bsd.own.mk _MKVARS.yes.

CVS commit: src/distrib/sets

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:20:53 UTC 2023 Modified Files: src/distrib/sets: mkvars.mk Log Message: mkvars.mk: sort MKEXTRAVARS and remove dupes Sort MKEXTRAVARS. Remove obsolete MKBFD. Remove entries already in _MKVARS.no or _MKVARS.yes:

CVS commit: src/distrib/sets

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 21:20:53 UTC 2023 Modified Files: src/distrib/sets: mkvars.mk Log Message: mkvars.mk: sort MKEXTRAVARS and remove dupes Sort MKEXTRAVARS. Remove obsolete MKBFD. Remove entries already in _MKVARS.no or _MKVARS.yes:

CVS commit: src/share/man/man5

2023-06-03 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sat Jun 3 11:13:41 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf: fix the year To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/share/man/man5/mk.conf.5 Please note that diffs are

<    1   2   3   4   5   6   >