Re: CVS commit: src/sys/arch/i386/stand

2025-04-29 Thread Paul Goyette
I've just committed a better, and more well-tested, version. Should work correctly now. Thanks for your patience, and sorry for the breakage. On Tue, 29 Apr 2025, Paul Goyette wrote: Thanks for the link to the log. I am investigating. On Tue, 29 Apr 2025, Thomas Klausner wrote: On Tue, A

Re: CVS commit: src/sys/arch/i386/stand

2025-04-29 Thread Paul Goyette
Thanks for the link to the log. I am investigating. On Tue, 29 Apr 2025, Thomas Klausner wrote: On Tue, Apr 29, 2025 at 09:08:38AM +, Martin Husemann wrote: Module Name:src Committed By: martin Date: Tue Apr 29 09:08:38 UTC 2025 Modified Files: src/sys/arch/i386/s

Re: CVS commit: src/sys/arch/i386/stand

2025-04-29 Thread Thomas Klausner
On Tue, Apr 29, 2025 at 09:08:38AM +, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Tue Apr 29 09:08:38 UTC 2025 > > Modified Files: > src/sys/arch/i386/stand/boot: boot2.c > src/sys/arch/i386/stand/efiboot: boot.c > > Log Message: > Backout /fi

CVS commit: src/sys/arch/i386/stand/lib

2024-11-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 27 17:19:38 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: bootmenu.c Log Message: Do not display the boot menu at all if (1) there is no choice and (2) the timeout value is set to 0. To generate a diff of this co

CVS commit: src/sys/arch/i386/stand/lib

2024-11-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 27 17:19:38 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: bootmenu.c Log Message: Do not display the boot menu at all if (1) there is no choice and (2) the timeout value is set to 0. To generate a diff of this co

CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Nov 10 01:54:55 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: i386/pxeboot: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.33 -

CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Nov 10 01:54:55 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: i386/pxeboot: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.33 -

CVS commit: src/sys/arch/i386/stand/lib

2024-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 9 12:43:52 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: bootmenu.c Log Message: Add 'fs' option for boot.cfg. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/stand/lib/bootmenu.

CVS commit: src/sys/arch/i386/stand/lib

2024-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 9 12:43:52 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: bootmenu.c Log Message: Add 'fs' option for boot.cfg. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/stand/lib/bootmenu.

CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 9 12:43:12 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: Support baudrate in consdev command. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/stand/pxeboo

CVS commit: src/sys/arch/i386/stand/pxeboot

2024-11-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Nov 9 12:43:12 UTC 2024 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: Support baudrate in consdev command. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/stand/pxeboo

CVS commit: src/sys/arch/i386/stand

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Sep 21 03:42:27 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log Message: i386/stand: Document NFSv3 support to {efi,pxe}boot/version To generate a diff of t

CVS commit: src/sys/arch/i386/stand

2024-09-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Sep 21 03:42:27 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log Message: i386/stand: Document NFSv3 support to {efi,pxe}boot/version To generate a diff of t

CVS commit: src/sys/arch/i386/stand

2024-09-19 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 20 05:53:44 UTC 2024 Modified Files: src/sys/arch/i386/stand/boot: version src/sys/arch/i386/stand/dosboot: version src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log

CVS commit: src/sys/arch/i386/stand

2024-09-19 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Sep 20 05:53:44 UTC 2024 Modified Files: src/sys/arch/i386/stand/boot: version src/sys/arch/i386/stand/dosboot: version src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log

Re: CVS commit: src/sys/arch/i386/stand/lib

2024-09-18 Thread Rin Okuyama
Hi, On 2024/09/19 3:33, Andrius V wrote: On Wed, Sep 18, 2024 at 3:44 AM Rin Okuyama wrote: Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from

Re: CVS commit: src/sys/arch/i386/stand/lib

2024-09-18 Thread Andrius V
On Wed, Sep 18, 2024 at 3:44 AM Rin Okuyama wrote: > > Module Name:src > Committed By: rin > Date: Wed Sep 18 00:44:03 UTC 2024 > > Modified Files: > src/sys/arch/i386/stand/lib: libi386.h > > Log Message: > i386/stand: Remove XMS leftover from libi386.h, NFC > > PR port-i3

CVS commit: src/sys/arch/i386/stand/lib

2024-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from libi386.h, NFC PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/arch/i386/stand/lib

2024-09-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Sep 18 00:44:03 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386/stand: Remove XMS leftover from libi386.h, NFC PR port-i386/58624 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/arch/i386/stand

2024-09-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 11 20:15:37 UTC 2024 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile main.c start_dos.S version src/sys/arch/i386/stand/lib: exec.c Log Message: dosboot(8): remove XMS-specific code. The boot process has

CVS commit: src/sys/arch/i386/stand

2024-09-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Wed Sep 11 20:15:37 UTC 2024 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile main.c start_dos.S version src/sys/arch/i386/stand/lib: exec.c Log Message: dosboot(8): remove XMS-specific code. The boot process has

CVS commit: src/sys/arch/i386/stand/lib

2024-08-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 24 20:23:12 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: biosmemx.S bootinfo_memmap.c getextmemx.c Log Message: i386/stand/lib: Nix trailing whitespace and tidy comments a bit. No functional change intended.

CVS commit: src/sys/arch/i386/stand/lib

2024-08-24 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 24 20:23:12 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: biosmemx.S bootinfo_memmap.c getextmemx.c Log Message: i386/stand/lib: Nix trailing whitespace and tidy comments a bit. No functional change intended.

CVS commit: src/sys/arch/i386/stand/lib

2024-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 17 08:38:31 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: biosmemx.S bootinfo_memmap.c getextmemx.c Log Message: Allocate buf[6] instead of buf[5] to work around buggy firmware, which may write mementry to 24 bytes

CVS commit: src/sys/arch/i386/stand/lib

2024-08-17 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Aug 17 08:38:31 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: biosmemx.S bootinfo_memmap.c getextmemx.c Log Message: Allocate buf[6] instead of buf[5] to work around buggy firmware, which may write mementry to 24 bytes

CVS commit: src/sys/arch/i386/stand/lib

2024-06-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jul 1 01:30:00 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: Makefile Log Message: i386: stand: G/C `I386_INCLUDE_DOS` leftover Anyway, `I386_INCLUDE_DISK` is enabled for dosboot. To generate a diff of this commit: cv

CVS commit: src/sys/arch/i386/stand/lib

2024-06-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jul 1 01:30:00 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: Makefile Log Message: i386: stand: G/C `I386_INCLUDE_DOS` leftover Anyway, `I386_INCLUDE_DISK` is enabled for dosboot. To generate a diff of this commit: cv

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:52:40 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters src/sys/arch/i386/stand/pxeboot: Makefile Log Message: i386: stand: Tiny clean up for `start_pxeboot.o`, NFC To generate a diff of this

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:52:40 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters src/sys/arch/i386/stand/pxeboot: Makefile Log Message: i386: stand: Tiny clean up for `start_pxeboot.o`, NFC To generate a diff of this

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:46:40 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters src/sys/arch/i386/stand/dosboot: Makefile devopen.c dosfile.c dosfile.h src/sys/arch/i386/stand/lib: Makefile libi386.h Log Messag

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:46:40 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters src/sys/arch/i386/stand/dosboot: Makefile devopen.c dosfile.c dosfile.h src/sys/arch/i386/stand/lib: Makefile libi386.h Log Messag

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:45:14 UTC 2024 Added Files: src/sys/arch/i386/stand/dosboot: dos_file.S doscommain.c dosfile.c dosfile.h start_dos.S Removed Files: src/sys/arch/i386/stand/lib: dos_file.S dosfile.c dosfile.h

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:45:14 UTC 2024 Added Files: src/sys/arch/i386/stand/dosboot: dos_file.S doscommain.c dosfile.c dosfile.h start_dos.S Removed Files: src/sys/arch/i386/stand/lib: dos_file.S dosfile.c dosfile.h

CVS commit: src/sys/arch/i386/stand/mbr

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:22:08 UTC 2024 Modified Files: src/sys/arch/i386/stand/mbr: Makefile.mbr Removed Files: src/sys/arch/i386/stand/mbr: gpt.S src/sys/arch/i386/stand/mbr/mbr_gpt: Makefile src/sys/arch/i386/stand/mbr

CVS commit: src/sys/arch/i386/stand/mbr

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:22:08 UTC 2024 Modified Files: src/sys/arch/i386/stand/mbr: Makefile.mbr Removed Files: src/sys/arch/i386/stand/mbr: gpt.S src/sys/arch/i386/stand/mbr/mbr_gpt: Makefile src/sys/arch/i386/stand/mbr

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:18:18 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters Log Message: i386: stand: Drop `*.rom` support; only used for netboot To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/arch

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 13:18:18 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters Log Message: i386: stand: Drop `*.rom` support; only used for netboot To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/arch

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:30:49 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: libi386.h: Drop `I386_INCLUDE_BUS` support This is what I intended for this commit: https://mail-index.netbsd.org/source-changes/2024/

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:30:49 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: libi386.h: Drop `I386_INCLUDE_BUS` support This is what I intended for this commit: https://mail-index.netbsd.org/source-changes/2024/

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:28:07 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: libi386.h: Restore rev 1.48 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/i386/stand/lib/libi386.h Pleas

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:28:07 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: libi386.h: Restore rev 1.48 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/i386/stand/lib/libi386.h Pleas

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:23:01 UTC 2024 Added Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386: stand: Restore libi386.h,v 1.47, which I removed accidentally To generate a diff of this commit: cvs rdiff -u -r0 -r1.50 src/sys/ar

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:23:01 UTC 2024 Added Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: i386: stand: Restore libi386.h,v 1.47, which I removed accidentally To generate a diff of this commit: cvs rdiff -u -r0 -r1.50 src/sys/ar

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:05:14 UTC 2024 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Removed Files: src/sys/arch/i386/stand/libsa: getopt.c Log Message: i386: stand: Switch to libsa/getopt, NFCI To generate a diff of this

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 08:05:14 UTC 2024 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Removed Files: src/sys/arch/i386/stand/libsa: getopt.c Log Message: i386: stand: Switch to libsa/getopt, NFCI To generate a diff of this

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:52:16 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters src/sys/arch/i386/stand/efiboot: Makefile.efiboot src/sys/arch/i386/stand/pxeboot: Makefile Removed Files: src/sys/arch/i38

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:52:16 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters src/sys/arch/i386/stand/efiboot: Makefile.efiboot src/sys/arch/i386/stand/pxeboot: Makefile Removed Files: src/sys/arch/i38

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:43:26 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: Makefile Removed Files: src/sys/arch/i386/stand/lib: bios_pci.S biospci.c isadma.c isadmavar.h isapnp.c isapnpvar.h libi386.h pcivar.h

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:43:26 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: Makefile Removed Files: src/sys/arch/i386/stand/lib: bios_pci.S biospci.c isadma.c isadmavar.h isapnp.c isapnpvar.h libi386.h pcivar.h

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:40:19 UTC 2024 Removed Files: src/sys/arch/i386/stand/lib/netif: 3c509.c 3c509.h 3c590.c 3c90xb.c Makefile.inc am7990.c dp8390.c dp8390.h elink3.c etherdrv.h i82557.c lance.h ne.c ne.h netif_small

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:40:19 UTC 2024 Removed Files: src/sys/arch/i386/stand/lib/netif: 3c509.c 3c509.h 3c590.c 3c90xb.c Makefile.inc am7990.c dp8390.c dp8390.h elink3.c etherdrv.h i82557.c lance.h ne.c ne.h netif_small

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:38:07 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters Removed Files: src/sys/arch/i386/stand/genprom: Makefile genprom.c Log Message: i386: stand: G/C `genprom`; used only by netboot To gene

CVS commit: src/sys/arch/i386/stand

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:38:07 UTC 2024 Modified Files: src/sys/arch/i386/stand: Makefile.booters Removed Files: src/sys/arch/i386/stand/genprom: Makefile genprom.c Log Message: i386: stand: G/C `genprom`; used only by netboot To gene

CVS commit: src/sys/arch/i386/stand/netboot

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:36:04 UTC 2024 Removed Files: src/sys/arch/i386/stand/netboot: Makefile Makefile.netboot conf.c dev_net.c dev_net.h devopen.c main.c start_rom.S version src/sys/arch/i386/stand/netboot/3c509: Makefile

CVS commit: src/sys/arch/i386/stand/netboot

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:36:04 UTC 2024 Removed Files: src/sys/arch/i386/stand/netboot: Makefile Makefile.netboot conf.c dev_net.c dev_net.h devopen.c main.c start_rom.S version src/sys/arch/i386/stand/netboot/3c509: Makefile

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:24:38 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: Makefile libi386.h Removed Files: src/sys/arch/i386/stand/lib: printmemlist.c Log Message: i386: stand: G/C unused `printmemlist`, NFC To generate a

CVS commit: src/sys/arch/i386/stand/lib

2024-06-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jun 29 07:24:38 UTC 2024 Modified Files: src/sys/arch/i386/stand/lib: Makefile libi386.h Removed Files: src/sys/arch/i386/stand/lib: printmemlist.c Log Message: i386: stand: G/C unused `printmemlist`, NFC To generate a

CVS commit: src/sys/arch/i386/stand

2024-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 6 21:26:43 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: efidisk.c efidisk.h src/sys/arch/i386/stand/lib: biosdisk.c exec.c Log Message: In efiboot - create bootinfo information only once. - add fake

CVS commit: src/sys/arch/i386/stand

2024-01-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jan 6 21:26:43 UTC 2024 Modified Files: src/sys/arch/i386/stand/efiboot: efidisk.c efidisk.h src/sys/arch/i386/stand/lib: biosdisk.c exec.c Log Message: In efiboot - create bootinfo information only once. - add fake

CVS commit: src/sys/arch/i386/stand/libsa

2023-12-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 14 08:06:23 UTC 2023 Modified Files: src/sys/arch/i386/stand/libsa: nfs.c Log Message: Align again with libsa (NFS_NOSYMLINK fix). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/i386/stand/li

CVS commit: src/sys/arch/i386/stand/libsa

2023-12-14 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 14 08:06:23 UTC 2023 Modified Files: src/sys/arch/i386/stand/libsa: nfs.c Log Message: Align again with libsa (NFS_NOSYMLINK fix). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/i386/stand/li

CVS commit: src/sys/arch/i386/stand/libsa

2023-12-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 12 09:16:17 UTC 2023 Modified Files: src/sys/arch/i386/stand/libsa: nfs.c Log Message: Merge with generic libsa NFS code to minimize differences and to learn NFSv3. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/sys/arch/i386/stand/libsa

2023-12-12 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 12 09:16:17 UTC 2023 Modified Files: src/sys/arch/i386/stand/libsa: nfs.c Log Message: Merge with generic libsa NFS code to minimize differences and to learn NFSv3. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/sys/arch/i386/stand/bootxx

2023-12-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 8 16:29:04 UTC 2023 Modified Files: src/sys/arch/i386/stand/bootxx: pbr.S Log Message: Replace several magic numbers with macro to describe GPT's hybrid MBR boot. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/arch/i386/stand/bootxx

2023-12-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 8 16:29:04 UTC 2023 Modified Files: src/sys/arch/i386/stand/bootxx: pbr.S Log Message: Replace several magic numbers with macro to describe GPT's hybrid MBR boot. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/arch/i386/stand/dosboot

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:09:08 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Drop no-longer-available -DSLOW for libz It should be lost during merge from upstream. We may introduce a similar hack

CVS commit: src/sys/arch/i386/stand/dosboot

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:09:08 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Drop no-longer-available -DSLOW for libz It should be lost during merge from upstream. We may introduce a similar hack

CVS commit: src/sys/arch/i386/stand/dosboot

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:02:17 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Do not page-align data segment 4K alignment is too heavy burden for COM executable with 64K limit :) Fix binary size o

CVS commit: src/sys/arch/i386/stand/dosboot

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 07:02:17 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Do not page-align data segment 4K alignment is too heavy burden for COM executable with 64K limit :) Fix binary size o

CVS commit: src/sys/arch/i386/stand/dosboot

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 06:53:52 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Allow NULL dereference to fetch command line arguments DOS command line arguments are provided as struct psp at 0x;

CVS commit: src/sys/arch/i386/stand/dosboot

2023-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 06:53:52 UTC 2023 Modified Files: src/sys/arch/i386/stand/dosboot: Makefile Log Message: x86/dosboot: Allow NULL dereference to fetch command line arguments DOS command line arguments are provided as struct psp at 0x;

CVS commit: src/sys/arch/i386/stand/lib

2023-10-01 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Oct 2 00:02:34 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Fix build with -DNO_GPT To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/i386/stand/lib/biosdisk.c Please

CVS commit: src/sys/arch/i386/stand/lib

2023-10-01 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Oct 2 00:02:34 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Fix build with -DNO_GPT To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/i386/stand/lib/biosdisk.c Please

CVS commit: src/sys/arch/i386/stand/lib

2023-09-28 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Sep 28 15:46:55 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Align the behavior of different boot methods in RAIDframe We enforce the documented and paritally implemented behavior when looking f

CVS commit: src/sys/arch/i386/stand/lib

2023-09-28 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Sep 28 15:46:55 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Align the behavior of different boot methods in RAIDframe We enforce the documented and paritally implemented behavior when looking f

CVS commit: src/sys/arch/i386/stand/efiboot

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:05:15 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: efiboot/x86: eficons.c: Explicitly include params.h for howmany() NFC for -current and netbsd-10, but necessary for netbsd-[89] to

CVS commit: src/sys/arch/i386/stand/efiboot

2023-09-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Sep 14 03:05:15 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: efiboot/x86: eficons.c: Explicitly include params.h for howmany() NFC for -current and netbsd-10, but necessary for netbsd-[89] to

CVS commit: src/sys/arch/i386/stand/bootxx

2023-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 30 18:46:52 UTC 2023 Modified Files: src/sys/arch/i386/stand/bootxx/bootxx_msdos: Makefile src/sys/arch/i386/stand/bootxx/bootxx_ustarfs: Makefile Log Message: Override these two booters with -Oz for clang since

CVS commit: src/sys/arch/i386/stand/bootxx

2023-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 30 18:46:52 UTC 2023 Modified Files: src/sys/arch/i386/stand/bootxx/bootxx_msdos: Makefile src/sys/arch/i386/stand/bootxx/bootxx_ustarfs: Makefile Log Message: Override these two booters with -Oz for clang since

CVS commit: src/sys/arch/i386/stand

2023-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 30 18:45:46 UTC 2023 Modified Files: src/sys/arch/i386/stand: Makefile.inc Log Message: Merge the OPT_SIZE flags. -Oz is not always producing smaller code that -Os, so default to -Os for both, and we'll override where ne

CVS commit: src/sys/arch/i386/stand

2023-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 30 18:45:46 UTC 2023 Modified Files: src/sys/arch/i386/stand: Makefile.inc Log Message: Merge the OPT_SIZE flags. -Oz is not always producing smaller code that -Os, so default to -Os for both, and we'll override where ne

CVS commit: src/sys/arch/i386/stand/lib

2023-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 30 18:44:48 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: Makefile.inc Log Message: Explicitly pass COPTS To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/stand/lib/Makefile.inc

CVS commit: src/sys/arch/i386/stand/lib

2023-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 30 18:44:48 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: Makefile.inc Log Message: Explicitly pass COPTS To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/stand/lib/Makefile.inc

CVS commit: src/sys/arch/i386/stand/lib

2023-08-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 4 07:21:57 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: x86/multiboot2: Fix short read for 64-bit ELF headers XXX document this At the moment, this cannot affect NetBSD/amd64, as we h

CVS commit: src/sys/arch/i386/stand/lib

2023-08-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 4 07:21:57 UTC 2023 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: x86/multiboot2: Fix short read for 64-bit ELF headers XXX document this At the moment, this cannot affect NetBSD/amd64, as we h

Re: CVS commit: src/sys/arch/i386/stand/efiboot

2023-07-24 Thread Rin Okuyama
On 2023/07/24 16:14, matthew green wrote: "Rin Okuyama" writes: Module Name:src Committed By: rin Date: Mon Jul 24 01:56:59 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot eficons.c Added Files: src/sys/arch/i386/stand/efiboot: eficpufu

re: CVS commit: src/sys/arch/i386/stand/efiboot

2023-07-24 Thread matthew green
"Rin Okuyama" writes: > Module Name: src > Committed By: rin > Date: Mon Jul 24 01:56:59 UTC 2023 > > Modified Files: > src/sys/arch/i386/stand/efiboot: Makefile.efiboot eficons.c > Added Files: > src/sys/arch/i386/stand/efiboot: eficpufunc.c eficpufunc.h > > Log Message: > efi

CVS commit: src/sys/arch/i386/stand/efiboot

2023-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jul 24 01:56:59 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot eficons.c Added Files: src/sys/arch/i386/stand/efiboot: eficpufunc.c eficpufunc.h Log Message: efiboot/x86: Add serial console sup

CVS commit: src/sys/arch/i386/stand/efiboot

2023-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jul 24 01:56:59 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: Makefile.efiboot eficons.c Added Files: src/sys/arch/i386/stand/efiboot: eficpufunc.c eficpufunc.h Log Message: efiboot/x86: Add serial console sup

Re: CVS commit: src/sys/arch/i386/stand/bootxx

2023-06-29 Thread Greg Troxel
Emmanuel Dreyfus writes: > On Thu, Jun 29, 2023 at 08:43:36PM -0400, Greg Troxel wrote: >> > Primary bootstrap is now able to read a GPT inside RAIDframe. >> did you also update documentation? > > We do not have any documentation specific to primary bootstrap. > x86/boot(8) domuent the behavior

Re: CVS commit: src/sys/arch/i386/stand/bootxx

2023-06-29 Thread Emmanuel Dreyfus
On Thu, Jun 29, 2023 at 08:43:36PM -0400, Greg Troxel wrote: > > Primary bootstrap is now able to read a GPT inside RAIDframe. > did you also update documentation? We do not have any documentation specific to primary bootstrap. x86/boot(8) domuent the behavior with no detail about primary and sec

Re: CVS commit: src/sys/arch/i386/stand/bootxx

2023-06-29 Thread Greg Troxel
"Emmanuel Dreyfus" writes: > Log Message: > Primary bootstrap is now able to read a GPT inside RAIDframe. did you also update documentation?

CVS commit: src/sys/arch/i386/stand/bootxx

2023-06-29 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Jun 29 14:18:58 UTC 2023 Modified Files: src/sys/arch/i386/stand/bootxx: boot1.c Log Message: Primary bootstrap is now able to read a GPT inside RAIDframe. Previously, primary bootstrap was able to boot on RAID-1 RAIDframe set

CVS commit: src/sys/arch/i386/stand/bootxx

2023-06-29 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Jun 29 14:18:58 UTC 2023 Modified Files: src/sys/arch/i386/stand/bootxx: boot1.c Log Message: Primary bootstrap is now able to read a GPT inside RAIDframe. Previously, primary bootstrap was able to boot on RAID-1 RAIDframe set

CVS commit: src/sys/arch/i386/stand/efiboot

2023-06-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 20 07:46:03 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: devopen.c Log Message: ``int i'' is used only for SUPPORT_NFS || SUPPORT_TFTP. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch

CVS commit: src/sys/arch/i386/stand/efiboot

2023-06-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jun 20 07:46:03 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: devopen.c Log Message: ``int i'' is used only for SUPPORT_NFS || SUPPORT_TFTP. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch

CVS commit: src/sys/arch/i386/stand/efiboot/bootia32

2023-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jun 19 04:30:27 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot/bootia32: efibootia32.c Log Message: whitespace -> tab, blank line, no binary changes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ s

CVS commit: src/sys/arch/i386/stand/efiboot/bootia32

2023-06-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jun 19 04:30:27 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot/bootia32: efibootia32.c Log Message: whitespace -> tab, blank line, no binary changes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ s

CVS commit: src/sys/arch/i386/stand/efiboot

2023-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 14 09:07:54 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: boot.c efidisk.c efimemory.c src/sys/arch/i386/stand/efiboot/bootia32: efibootia32.c Log Message: x86/efiboot: Nix trailing whitespace. To

CVS commit: src/sys/arch/i386/stand/efiboot

2023-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 14 09:07:54 UTC 2023 Modified Files: src/sys/arch/i386/stand/efiboot: boot.c efidisk.c efimemory.c src/sys/arch/i386/stand/efiboot/bootia32: efibootia32.c Log Message: x86/efiboot: Nix trailing whitespace. To

  1   2   3   >