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/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.

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/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/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/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/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/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/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

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

2022-09-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 21 14:29:45 UTC 2022 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: i386/stand: Handle 9.99.100 by taking four, not two, digits. We haven't used the revision part of __NetBSD_Version__ = MMmmrrpp00 in

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

2022-09-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 21 14:29:45 UTC 2022 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: i386/stand: Handle 9.99.100 by taking four, not two, digits. We haven't used the revision part of __NetBSD_Version__ = MMmmrrpp00 in

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

2022-05-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 3 10:09:40 UTC 2022 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/i386/stand/lib/biosdisk.c Please

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

2022-05-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 3 10:09:40 UTC 2022 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/i386/stand/lib/biosdisk.c Please

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

2022-04-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 1 19:02:12 UTC 2022 Modified Files: src/sys/arch/i386/stand/lib: realprot.S Log Message: s/potected/protected and s/investication/investigation/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2022-04-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 1 19:02:12 UTC 2022 Modified Files: src/sys/arch/i386/stand/lib: realprot.S Log Message: s/potected/protected and s/investication/investigation/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:37:16 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: In biosdisk_findpartition() check if part_name isn't NULL before assigning *part_name. Thanks to manu@ for the pointer. To genera

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

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:37:16 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: In biosdisk_findpartition() check if part_name isn't NULL before assigning *part_name. Thanks to manu@ for the pointer. To genera

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

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:34:30 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Fix a tyop. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/i386/stand/lib/biosdisk.c Please note that

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

2021-12-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Dec 28 00:34:30 UTC 2021 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Fix a tyop. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/i386/stand/lib/biosdisk.c Please note that

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:24:51 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: Remove prototype added twice by mistake To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/i386/stand/lib/lib

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:24:51 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: libi386.h Log Message: Remove prototype added twice by mistake To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/i386/stand/lib/lib

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:15:54 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: Fix kernel symbols for multiboot2 Previous version just provided the ELF section table, which is correct as far as the multibo

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:15:54 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: Fix kernel symbols for multiboot2 Previous version just provided the ELF section table, which is correct as far as the multibo

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:09:47 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot1.c libi386.h Log Message: Add kernel symbols for multiboot1 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/sta

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:09:47 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot1.c libi386.h Log Message: Add kernel symbols for multiboot1 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/sta

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:04:24 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot1.c Log Message: Fix multiboot1 header detection Specification states it must be must be longword (32-bit) aligned To generate a diff of this

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

2019-10-17 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Oct 18 01:04:24 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot1.c Log Message: Fix multiboot1 header detection Specification states it must be must be longword (32-bit) aligned To generate a diff of this

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

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Sep 15 23:55:26 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: Remove debug define. It remained there unseen because it was misspelled! To generate a diff of this commit: cvs rdiff -u -r1

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

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Sep 15 23:55:26 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: Remove debug define. It remained there unseen because it was misspelled! To generate a diff of this commit: cvs rdiff -u -r1

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

2019-08-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 16:49:30 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Correct the memset(3)'s third argument in i386 biosdisk.c The size of allocation is the size of the structure biosdisk, not the size

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

2019-08-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Aug 18 16:49:30 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: Correct the memset(3)'s third argument in i386 biosdisk.c The size of allocation is the size of the structure biosdisk, not the size

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

2019-08-01 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Aug 1 13:11:03 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: bootinfo_biosgeom.c Log Message: Fix buffer overflow in BIOS disk geometry collect for bootinfo This spares a boot-time panic on iMac with fusion drive, whic

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

2019-08-01 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Thu Aug 1 13:11:03 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: bootinfo_biosgeom.c Log Message: Fix buffer overflow in BIOS disk geometry collect for bootinfo This spares a boot-time panic on iMac with fusion drive, whic

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

2019-06-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 24 02:48:51 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: Remove double-include for reboot.h To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/i386/stand/lib/exec.c

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

2019-06-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 24 02:48:51 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec.c Log Message: Remove double-include for reboot.h To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/i386/stand/lib/exec.c

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

2018-06-11 Thread Christos Zoulas
In article <20180612032531.ga1...@homeworld.netbsd.org>, wrote: >Hi christos! > >Could you explain what makes this necessary in the commit messages in >the future? It isn't very obvious that it fixes a build failure with >MKREPRO for future netbsd'ers, in case it isn't restructured. >Ideally in e

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

2018-06-11 Thread maya
On Tue, Jun 12, 2018 at 03:25:31AM +, m...@netbsd.org wrote: > Hi christos! > > Could you explain what makes this necessary in the commit messages in > the future? It isn't very obvious that it fixes a build failure with > MKREPRO for future netbsd'ers, in case it isn't restructured. > Ideally

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

2018-06-11 Thread maya
Hi christos! Could you explain what makes this necessary in the commit messages in the future? It isn't very obvious that it fixes a build failure with MKREPRO for future netbsd'ers, in case it isn't restructured. Ideally in every commit, so it appears in a 'cvs annotate'. Thanks. On Mon, Jun 11

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

2016-06-05 Thread matthew green
"Maxime Villard" writes: > Module Name: src > Committed By: maxv > Date: Sun Jun 5 14:06:31 UTC 2016 > > Modified Files: > src/sys/arch/i386/stand/lib: biosdisk.c exec.c > > Log Message: > The bootinfo is refreshed each time the bootloader tries to execute a > kernel, so there's n

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

2015-02-02 Thread John Nemeth
On Jan 18, 8:18pm, "Jonathan A. Kollasch" wrote: } } This is a multi-part message in MIME format. } } --_--=_1421612287110410 } Content-Disposition: inline } Content-Transfer-Encoding: 8bit } Content-Type: text/plain; charset="US-ASCII" } } Module Name: src } Committed By: jakllsch } Da

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

2014-04-08 Thread Christos Zoulas
In article <20140408184900.ga2...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Tue, Apr 08, 2014 at 11:34:18AM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Tue Apr 8 15:34:18 UTC 2014 >> >> Modified Files: >> src/sys/arch/i

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

2014-04-08 Thread Joerg Sonnenberger
On Tue, Apr 08, 2014 at 11:34:18AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Apr 8 15:34:18 UTC 2014 > > Modified Files: > src/sys/arch/i386/stand/lib: Makefile > > Log Message: > make this more attractive (to me). Except it is wrong. T

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

2014-04-07 Thread Christos Zoulas
In article <20140407234749.ga19...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Mon, Apr 07, 2014 at 05:09:55PM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Mon Apr 7 21:09:55 UTC 2014 >> >> Modified Files: >> src/sys/arch/

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

2014-04-07 Thread Joerg Sonnenberger
On Mon, Apr 07, 2014 at 05:09:55PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Apr 7 21:09:55 UTC 2014 > > Modified Files: > src/sys/arch/i386/stand/lib: Makefile > > Log Message: > XXX: gcc-4.8 bug. Passes wrong arguments to biosdisk_read

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

2010-12-24 Thread David Laight
On Sat, Dec 25, 2010 at 01:27:43AM +, Jonathan A. Kollasch wrote: > > > > > > libsa's printf(3) doesn't support %lld unless > > > -DLIBSA_PRINTF_LONGLONG_SUPPORT is specified. > > > > True, that but it's not like this code path is often compiled. > > I should probably at least add the necessa

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

2010-12-24 Thread Christos Zoulas
On Dec 25, 12:06am, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote: -- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib | On Fri, Dec 24, 2010 at 06:14:13PM -0500, Christos Zoulas wrote: | > On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wr

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

2010-12-24 Thread Jonathan A. Kollasch
On Sat, Dec 25, 2010 at 12:09:43AM +, Jonathan A. Kollasch wrote: > On Sat, Dec 25, 2010 at 08:07:50AM +0900, Izumi Tsutsui wrote: > > > >Log Message: > > > >Sprinkle daddr_t. > > > >Adjust DISK_DEBUG printf formats to match. > > : > > > >-printf("warning: no disklabel in secto

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

2010-12-24 Thread Jonathan A. Kollasch
On Sat, Dec 25, 2010 at 08:07:50AM +0900, Izumi Tsutsui wrote: > > >Log Message: > > >Sprinkle daddr_t. > > >Adjust DISK_DEBUG printf formats to match. > : > > >- printf("warning: no disklabel in sector %u\n", sector); > > >+ printf("warning: no disklabel in sector %lld\n", secto

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

2010-12-24 Thread Jonathan A. Kollasch
On Fri, Dec 24, 2010 at 06:14:13PM -0500, Christos Zoulas wrote: > On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote: > -- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib > > | > Are you sure this is right? My guess is that you would need PR

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

2010-12-24 Thread Christos Zoulas
On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote: -- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib | > Are you sure this is right? My guess is that you would need PRId64 | > instead of lld. | | Well, maybe. But I expect int64_t will always be l

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

2010-12-24 Thread Izumi Tsutsui
> >Log Message: > >Sprinkle daddr_t. > >Adjust DISK_DEBUG printf formats to match. : > >-printf("warning: no disklabel in sector %u\n", sector); > >+printf("warning: no disklabel in sector %lld\n", sector); > > #endif > > Are you sure this is right? My guess is that you wo

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

2010-12-24 Thread Jonathan A. Kollasch
On Fri, Dec 24, 2010 at 11:00:40PM +, Christos Zoulas wrote: > In article <20101224203651.e3c4117...@cvs.netbsd.org>, > Jonathan A. Kollasch wrote: > >-=-=-=-=-=- > > > >Module Name: src > >Committed By:jakllsch > >Date:Fri Dec 24 20:36:51 UTC 2010 > > > >Modified Files

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

2010-12-24 Thread Christos Zoulas
In article <20101224203651.e3c4117...@cvs.netbsd.org>, Jonathan A. Kollasch wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: jakllsch >Date: Fri Dec 24 20:36:51 UTC 2010 > >Modified Files: > src/sys/arch/i386/stand/lib: biosdisk.c biosdisk.h biosdisk_ll.c > >Log Message: >S

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

2010-12-19 Thread David Laight
On Sun, Dec 19, 2010 at 05:18:23PM +, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Sun Dec 19 17:18:23 UTC 2010 > > Modified Files: > src/sys/arch/i386/stand/lib: realprot.S > > Log Message: > Compute real/protected %sp/%esp offset in 'gdt_fix