CVS commit: src/distrib/common

2024-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 16 23:40:36 UTC 2024 Modified Files: src/distrib/common: parselist.awk Log Message: Set LC_ALL=C before calling sort so that it works consistently. Unfortunately ENVIRON["LC_ALL"] = "C"; does not work like in gawk

CVS commit: src/distrib/common

2024-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 16 23:40:36 UTC 2024 Modified Files: src/distrib/common: parselist.awk Log Message: Set LC_ALL=C before calling sort so that it works consistently. Unfortunately ENVIRON["LC_ALL"] = "C"; does not work like in gawk

CVS commit: src/distrib/common

2024-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 20 00:31:54 UTC 2024 Modified Files: src/distrib/common: Makefile.image Log Message: Fix reproducible builds (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/distrib/common

2024-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 20 00:31:54 UTC 2024 Modified Files: src/distrib/common: Makefile.image Log Message: Fix reproducible builds (Jan-Benedict Glaw) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/distrib/common/bootimage

2024-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 8 18:14:02 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: PR/57910: Jan-Benedict Glaw: Fix typo preventing reproducible builds To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/common/bootimage

2024-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 8 18:14:02 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: PR/57910: Jan-Benedict Glaw: Fix typo preventing reproducible builds To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:20:23 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Use defined ${GPTSECTORS} rather than hardcoded 2048. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:20:23 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Use defined ${GPTSECTORS} rather than hardcoded 2048. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:17:11 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Document USE_GPTMBR and GPTSECTORS. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:17:11 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Document USE_GPTMBR and GPTSECTORS. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/distrib/common/bootimage

2023-01-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jan 29 22:12:25 UTC 2023 Modified Files: src/distrib/common/bootimage: fstab.in Log Message: Make sure to mount /var/shm Programs such as firefox seem to require it, and this file is used by the live image as well. To

CVS commit: src/distrib/common/bootimage

2023-01-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jan 29 22:12:25 UTC 2023 Modified Files: src/distrib/common/bootimage: fstab.in Log Message: Make sure to mount /var/shm Programs such as firefox seem to require it, and this file is used by the live image as well. To

re: CVS commit: src/distrib/common/bootimage

2022-05-15 Thread matthew green
> > Module Name:src > > Committed By: mrg > > Date: Sun May 15 00:05:24 UTC 2022 > > > > Modified Files: > > src/distrib/common/bootimage: Makefile.bootimage > > > > Log Message: > > allow some invocations of expr(1) to "fail" - expr(1) returns "1" is > > the

Re: CVS commit: src/distrib/common/bootimage

2022-05-15 Thread Izumi Tsutsui
mrg@ wrote: > Module Name: src > Committed By: mrg > Date: Sun May 15 00:05:24 UTC 2022 > > Modified Files: > src/distrib/common/bootimage: Makefile.bootimage > > Log Message: > allow some invocations of expr(1) to "fail" - expr(1) returns "1" is > the expression expands to "0"

CVS commit: src/distrib/common/bootimage

2022-05-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 15 00:05:24 UTC 2022 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: allow some invocations of expr(1) to "fail" - expr(1) returns "1" is the expression expands to "0" or empty, and sometimes

CVS commit: src/distrib/common/bootimage

2022-05-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 15 00:05:24 UTC 2022 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: allow some invocations of expr(1) to "fail" - expr(1) returns "1" is the expression expands to "0" or empty, and sometimes

Re: CVS commit: src/distrib/common/bootimage

2020-05-29 Thread Izumi Tsutsui
> Makefile.installimage refers to it before including Makefile.bootimage and > this test was causing make to throw an error: > > > https://nxr.netbsd.org/xref/src/distrib/common/bootimage/Makefile.installimage#41 > > All other users (i386, amd64) of Makefile.installimage explicitly set >

Re: CVS commit: src/distrib/common/bootimage

2020-05-29 Thread Jared McNeill
On Fri, 29 May 2020, Izumi Tsutsui wrote: src/distrib/common/bootimage/Makefile.bootimage (included from Makefile.installimage) already has "USE_MBR?= no" line. Makefile.installimage refers to it before including Makefile.bootimage and this test was causing make to throw an error:

Re: CVS commit: src/distrib/common/bootimage

2020-05-28 Thread Izumi Tsutsui
> Modified Files: > src/distrib/common/bootimage: Makefile.installimage > > Log Message: > Default USE_MBR to no Is this necessary? src/distrib/common/bootimage/Makefile.bootimage (included from Makefile.installimage) already has "USE_MBR?= no" line. --- Izumi Tsutsui

CVS commit: src/distrib/common

2019-11-21 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Fri Nov 22 00:27:30 UTC 2019 Modified Files: src/distrib/common: cgdroot.rc Log Message: If gpt label "cgd.conf" contains a valid /etc/cgd file system, try mounting gpt label "cgdroot" as a root filesystem first and only mount

CVS commit: src/distrib/common

2019-11-21 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Fri Nov 22 00:27:30 UTC 2019 Modified Files: src/distrib/common: cgdroot.rc Log Message: If gpt label "cgd.conf" contains a valid /etc/cgd file system, try mounting gpt label "cgdroot" as a root filesystem first and only mount

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 17:50:26 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Back out previous, it causes build fallout like: release ===> etc/dreamcast/cdroms/installcd shle--netbsdelf-install: .WAIT: stat: No

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 17:50:26 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Back out previous, it causes build fallout like: release ===> etc/dreamcast/cdroms/installcd shle--netbsdelf-install: .WAIT: stat: No

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 13:55:18 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Various suffixes for the same kernel image may depend on each other, so .WAIT after creating one before moving on to the next. Case at

CVS commit: src/distrib/common

2019-08-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 11 13:55:18 UTC 2019 Modified Files: src/distrib/common: Makefile.mdset Log Message: Various suffixes for the same kernel image may depend on each other, so .WAIT after creating one before moving on to the next. Case at

Re: CVS commit: src/distrib/common

2019-01-02 Thread maya
On Wed, Jan 02, 2019 at 09:08:50PM +, Alexander Nasonov wrote: > m...@netbsd.org wrote: > > On Wed, Jan 02, 2019 at 08:42:33PM +, Alexander Nasonov wrote: > > > https://wiki.netbsd.org/projects/project/transparent-cgd/ > > > > > > This page describes limitations of cgdroot.kmod. > > > >

Re: CVS commit: src/distrib/common

2019-01-02 Thread Alexander Nasonov
m...@netbsd.org wrote: > On Wed, Jan 02, 2019 at 08:42:33PM +, Alexander Nasonov wrote: > > https://wiki.netbsd.org/projects/project/transparent-cgd/ > > > > This page describes limitations of cgdroot.kmod. > > > > In my opinion, aes-xts should be added to efi bootloader and paramsfile > >

Re: CVS commit: src/distrib/common

2019-01-02 Thread maya
On Wed, Jan 02, 2019 at 08:42:33PM +, Alexander Nasonov wrote: > Alexander Nasonov wrote: > > m...@netbsd.org wrote: > > > Why are we using a memory disk for full disk encryption? I am under the > > > impression that it shouldn't be required. > > > > We use a memory disk because cgdconfig

Re: CVS commit: src/distrib/common

2019-01-02 Thread Alexander Nasonov
Alexander Nasonov wrote: > m...@netbsd.org wrote: > > Why are we using a memory disk for full disk encryption? I am under the > > impression that it shouldn't be required. > > We use a memory disk because cgdconfig functionality isn't available in > the bootloader.

Re: CVS commit: src/distrib/common

2018-12-29 Thread Alexander Nasonov
m...@netbsd.org wrote: > Why are we using a memory disk for full disk encryption? I am under the > impression that it shouldn't be required. We use a memory disk because cgdconfig functionality isn't available in the bootloader. -- Alex

Re: CVS commit: src/distrib/common

2018-12-29 Thread maya
On Sat, Dec 29, 2018 at 11:28:38AM +, Alexander Nasonov wrote: > Alexander Nasonov wrote: > > Module Name:src > > Committed By: alnsn > > Date: Sat Dec 29 00:52:11 UTC 2018 > > > > Modified Files: > > src/distrib/common: cgdroot.rc > > > > Log Message: > >

Re: CVS commit: src/distrib/common

2018-12-29 Thread Alexander Nasonov
Alexander Nasonov wrote: > Module Name: src > Committed By: alnsn > Date: Sat Dec 29 00:52:11 UTC 2018 > > Modified Files: > src/distrib/common: cgdroot.rc > > Log Message: > Don't hardcode wd0a in cgdroot.kmod, try NAME=cgd.conf and ROOT.a. > > +mounted= > +for dev in

Re: CVS commit: src/distrib/common

2015-11-26 Thread Masao Uebayashi
With tarballs the latest timestamp of them, with source tree I don't know. :) I'm only pointing out an interesting, reasonable idea, not asking you to implement it right now. On Wednesday, 25 November 2015, Christos Zoulas wrote: > In article < >

Re: CVS commit: src/distrib/common

2015-11-25 Thread Pierre Pronchery
On 11/25/15 08:54, Martin Husemann wrote: > On Wed, Nov 25, 2015 at 01:30:37AM +, Christos Zoulas wrote: >> In article >> , >> Masao Uebayashi wrote: >>> bapt@freebsd taught me that FreeBSD uses ((the

Re: CVS commit: src/distrib/common

2015-11-25 Thread Martin Husemann
On Wed, Nov 25, 2015 at 11:17:27AM +0100, Pierre Pronchery wrote: > The automatic approach is great because we don't want reproducible > builds only for releases. It can be documented for releases regardless. The automatic aproach relies on local file times in your source tree. I don't see how

Re: CVS commit: src/distrib/common

2015-11-25 Thread Joerg Sonnenberger
On Wed, Nov 25, 2015 at 11:32:58AM +0100, Martin Husemann wrote: > On Wed, Nov 25, 2015 at 11:17:27AM +0100, Pierre Pronchery wrote: > > The automatic approach is great because we don't want reproducible > > builds only for releases. It can be documented for releases regardless. > > The automatic

Re: CVS commit: src/distrib/common

2015-11-25 Thread Pierre Pronchery
On 11/25/15 12:00, Joerg Sonnenberger wrote: > On Wed, Nov 25, 2015 at 11:32:58AM +0100, Martin Husemann wrote: >> On Wed, Nov 25, 2015 at 11:17:27AM +0100, Pierre Pronchery wrote: >>> The automatic approach is great because we don't want reproducible >>> builds only for releases. It can be

Re: CVS commit: src/distrib/common

2015-11-24 Thread Masao Uebayashi
bapt@freebsd taught me that FreeBSD uses ((the newest timestamp in the source files) + 1sec) in places where appropriate for reproducible build. It might have been about Ports, but idea is it. On Wed, Nov 25, 2015 at 9:50 AM, Christos Zoulas wrote: > Module Name:src >

Re: CVS commit: src/distrib/common

2015-11-24 Thread Christos Zoulas
In article , Masao Uebayashi wrote: >bapt@freebsd taught me that FreeBSD uses ((the newest timestamp in the >source files) + 1sec) in places where appropriate for reproducible >build. It might have been

Re: CVS commit: src/distrib/common

2015-11-24 Thread Martin Husemann
On Wed, Nov 25, 2015 at 01:30:37AM +, Christos Zoulas wrote: > In article > , > Masao Uebayashi wrote: > >bapt@freebsd taught me that FreeBSD uses ((the newest timestamp in the > >source files) + 1sec)

Re: CVS commit: src/distrib/common/bootimage

2015-03-12 Thread Christos Zoulas
In article 20150312044123.ee11...@cvs.netbsd.org, Soren Jacobsen source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name: src Committed By: snj Date: Thu Mar 12 04:41:23 UTC 2015 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: unbreak amd64

Re: CVS commit: src/distrib/common

2014-02-01 Thread Izumi Tsutsui
matt@ wrote: Module Name: src Committed By: matt Date: Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can get into the created mk file. I think it should be set by each Makefile via

Re: CVS commit: src/distrib/common

2014-02-01 Thread Matt Thomas
On Feb 1, 2014, at 2:16 PM, Izumi Tsutsui tsut...@ceres.dti.ne.jp wrote: matt@ wrote: Module Name: src Committed By:matt Date:Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can

Re: CVS commit: src/distrib/common

2014-02-01 Thread Izumi Tsutsui
matt@ wrote: matt@ wrote: Module Name: src Committed By: matt Date: Sat Feb 1 21:05:54 UTC 2014 Modified Files: src/distrib/common: Makefile.crunch Log Message: Pass DBG to crunchgen so it can get into the created mk file. I think it