Module Name:src
Committed By: gutteridge
Date: Thu Jun 24 01:23:17 UTC 2021
Modified Files:
src/sys/arch/i386/stand/bootxx: boot1.c
Log Message:
boot1.c: remove a comment that's no longer relevant/correct
In r. 1.13, a check of the return value in fd was removed, and a co
Module Name:src
Committed By: nia
Date: Tue Jun 22 19:53:58 UTC 2021
Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c
Log Message:
efiboot (x86): add ASCII art
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/stand/efiboot/boot.c
Pl
Module Name:src
Committed By: nia
Date: Mon Jun 21 19:52:17 UTC 2021
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
use a single printf call for readability
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/i386/stand/boot/boo
Module Name:src
Committed By: nia
Date: Mon Jun 21 19:43:17 UTC 2021
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
biosboot: Add ASCII art.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/i386/stand/boot/boot2.c
Please not
Module Name:src
Committed By: kim
Date: Wed Jul 15 12:36:30 UTC 2020
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Let consdev command also set speed
Adapted from PR install/55490 by Sunil Nimmagadda
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:30:46 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot
Log Message:
Add --noinhibit-exec and --no-dynamic-linker
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arc
Module Name:src
Committed By: riastradh
Date: Sat Mar 21 18:43:47 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot/bootx64: Makefile
Log Message:
Fix clang build after packed lfs64 accessor change.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/s
Module Name:src
Committed By: jmcneill
Date: Sat Feb 22 10:30:37 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
Remove check for bestmode==-1 (shouldn't happen)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i
Module Name:src
Committed By: jmcneill
Date: Sat Feb 22 09:34:26 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
If the default GOP mode is unavailable, fallback to the first mode defined.
PR# port-amd64/55000
To generate a diff of this c
Module Name:src
Committed By: jmcneill
Date: Tue Feb 11 11:01:10 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
Use 1024x768 as the default GOP mode. It is the only option available for
Hyper-V Gen.2 VMs and it seems to be the de facto sta
Module Name:src
Committed By: jmcneill
Date: Sun Feb 9 12:13:39 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: efiboot.c
Log Message:
Do not clear the screen before exiting boot services as this may cause an
undesired display mode switch. PR# 54615
To generat
Module Name:src
Committed By: jmcneill
Date: Sat Feb 8 14:35:47 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
Fix a few bugs related to the framebuffer:
- If a GOP mode wasn't explicitly requested, the bootloader was passing
fb info
Module Name:src
Committed By: martin
Date: Wed Jan 22 06:13:18 UTC 2020
Modified Files:
src/sys/arch/i386/stand/bootxx/bootxx_msdos: Makefile
Log Message:
Clamp FAT partition size to 32 bit byte offsets to make the code small
enough to fit.
To generate a diff of this com
Module Name:src
Committed By: nonaka
Date: Sat Jan 18 19:25:58 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: devopen.c
Log Message:
x86 efiboot: Fixed the problem that /EFI/NetBSD/boot.cfg could not be loaded.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: nonaka
Date: Sat Jan 18 19:20:23 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: devopen.c
Log Message:
fix indent.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/stand/efiboot/devopen.c
Please note
Module Name:src
Committed By: manu
Date: Tue Dec 17 01:37:53 UTC 2019
Modified Files:
src/sys/arch/i386/stand/efiboot: efidisk.c
src/sys/arch/i386/stand/lib: biosdisk.c
Log Message:
Do not use NAME=label syntax when label are empty
When booting sysinst from UEFI,
Module Name:src
Committed By: christos
Date: Sun Dec 15 03:38:17 UTC 2019
Modified Files:
src/sys/arch/i386/stand/lib: vbe.c
Log Message:
PR/54767: elo: fix incorrect test (mlelstv)
Add symbolic constants and reference to the standard.
To generate a diff of this commit:
Module Name:src
Committed By: manu
Date: Tue Dec 10 02:02:48 UTC 2019
Modified Files:
src/sys/arch/i386/stand/boot: devopen.c
src/sys/arch/i386/stand/efiboot: devopen.c
src/sys/arch/i386/stand/lib: biosdisk.c
Log Message:
In-RAID partitions with no name can
Module Name:src
Committed By: christos
Date: Sat Dec 7 02:29:03 UTC 2019
Modified Files:
src/sys/arch/i386/stand/lib: exec.c
Log Message:
loadfile sets errno, return the correct error, not EIO.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/i
Module Name:src
Committed By: nonaka
Date: Wed Apr 17 06:50:34 UTC 2019
Modified Files:
src/sys/arch/i386/stand/efiboot: efidisk.c
Log Message:
efiboot: Don't panic when BLOCK_IO_PROTOCOL is not found.
It has been reported that there is a machine where BLOCK_IO_PROTOCOL
c
Module Name:src
Committed By: dholland
Date: Sun Jan 27 04:56:46 UTC 2019
Modified Files:
src/sys/arch/i386/stand: Makefile.inc
src/sys/arch/i386/stand/genprom: Makefile
src/sys/arch/i386/stand/misc: Makefile
Log Message:
fix duplicated chunk from merge
T
Module Name:src
Committed By: christos
Date: Mon Dec 24 18:21:50 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot/bootia32: ldscript
src/sys/arch/i386/stand/efiboot/bootx64: ldscript
Log Message:
Avoid error with new binutils:
error: PHDR segment not covere
Module Name:src
Committed By: christos
Date: Thu Nov 8 23:20:52 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile
Log Message:
revert previous; does not fix the issue
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stand/ef
Module Name:src
Committed By: christos
Date: Thu Nov 8 21:47:04 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile
Log Message:
Don't build this as a PIE binary, PIE binaries need PHDR and this barfs
under the new binutils: error: PHDR segment not covered
Module Name:src
Committed By: kre
Date: Fri Aug 17 04:59:34 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: panic.c
Log Message:
Deal with gnu-efi upgrade - "efilib.h" now provides a prototype
for VPrint() so it is no longer needed here, particularly not a
slight
Module Name:src
Committed By: christos
Date: Sun Jul 8 17:01:02 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile
Log Message:
use += :-)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/efiboot/Makefile
Please note t
Module Name:src
Committed By: christos
Date: Sun Jul 8 16:50:28 UTC 2018
Modified Files:
src/sys/arch/i386/stand: Makefile
src/sys/arch/i386/stand/efiboot: Makefile
Log Message:
Enable efiboot on i386, for 32 bit bootblocks
To generate a diff of this commit:
cvs
Module Name:src
Committed By: martin
Date: Tue Jun 26 10:15:37 UTC 2018
Modified Files:
src/sys/arch/i386/stand/misc: Makefile
Removed Files:
src/sys/arch/i386/stand/misc: rawr32.exe.uue
Log Message:
Remove Rawrite32 installer - no point having an outdated version
Module Name:src
Committed By: christos
Date: Wed Jun 13 16:03:10 UTC 2018
Modified Files:
src/sys/arch/i386/stand/lib: Makefile.inc
Log Message:
revert previous MAKEOBJDIRPREFIX massaging
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/sta
Module Name:src
Committed By: kamil
Date: Tue Jun 12 21:35:17 UTC 2018
Modified Files:
src/sys/arch/i386/stand/mbr: Makefile.mbr
Log Message:
Set NOSANITIZER in i386 mbr files
This is required to build these files and keep then functional with
enabled MKSANITIZER.
Sponso
Module Name:src
Committed By: christos
Date: Mon Jun 11 21:35:13 UTC 2018
Modified Files:
src/sys/arch/i386/stand/lib: Makefile.inc
Log Message:
switch CFLAGS from using MAKEOBJDIRPREFIX to MAKEOBJDIR. This whole thing
is disgusting, but fixing it properly. requires restru
Module Name:src
Committed By: nonaka
Date: Fri Jun 8 11:52:30 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: efiboot.c
Log Message:
Remove unused include.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/i386/stand/efiboot/efiboot.c
P
Module Name:src
Committed By: christos
Date: Sat Jun 2 14:30:07 UTC 2018
Modified Files:
src/sys/arch/i386/stand: Makefile.booters Makefile.inc
src/sys/arch/i386/stand/boot: Makefile.boot
src/sys/arch/i386/stand/bootxx: Makefile.bootxx
src/sys/arch/
Module Name:src
Committed By: jakllsch
Date: Sat May 19 18:19:37 UTC 2018
Modified Files:
src/sys/arch/i386/stand/mbr: gpt.S
Log Message:
Fix some whitespace style issues.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/mbr/gpt.S
Plea
Module Name:src
Committed By: jakllsch
Date: Sat May 19 18:18:16 UTC 2018
Modified Files:
src/sys/arch/i386/stand/mbr: gpt.S
Log Message:
Compact crc32 code by 12 bytes of text.
>From dave0 in #NetBSD on Freenode circa December 2017.
Tested in a 32-bit userland harness t
Module Name:src
Committed By: jakllsch
Date: Wed May 16 19:53:54 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
During awaitkey(), move the cursor back to the beginning of the
countdown with '\b' only after waiting.
Some UEFI implementati
Module Name:src
Committed By: nonaka
Date: Wed Apr 11 10:32:10 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot boot.c conf.c
devopen.c devopen.h efiboot.c efiboot.h efidisk.c
Added Files:
src/sys/arch/i386/stand/efiboot: dev_ne
Module Name:src
Committed By: nonaka
Date: Tue Mar 27 14:15:05 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot boot.c efiboot.c
efiboot.h eficons.c efidelay.c efidisk.c efimemory.c
src/sys/arch/i386/stand/efiboot/bootia32: efib
Module Name:src
Committed By: nonaka
Date: Tue Mar 20 10:21:01 UTC 2018
Modified Files:
src/sys/arch/i386/stand/lib: biosdisk.c
Log Message:
efiboot: fix to find boot partition process.
NetBSD related partitions with no bootme flag set are also candidates
for boot partiti
Module Name:src
Committed By: nonaka
Date: Tue Mar 20 10:19:33 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: efidisk.c
Log Message:
efiboot: boot device is always efi_distlist first element.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/
Module Name:src
Committed By: nonaka
Date: Tue Mar 20 10:18:10 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c
Log Message:
efiboot: more pager.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/stand/efiboot/boot.c
Please no
Module Name:src
Committed By: nonaka
Date: Tue Mar 20 10:16:18 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: devopen.c
Log Message:
efiboot: fix it can't boot from HDD.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/efiboo
Module Name:src
Committed By: nonaka
Date: Thu Mar 8 10:34:33 UTC 2018
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot TODO.efiboot boot.c
devopen.c efiboot.c efiboot.h efidisk.c efidisk.h efidisk_ll.c
src/sys/arch/i386/stand/lib: bios
Module Name:src
Committed By: christos
Date: Thu Feb 22 01:37:04 UTC 2018
Modified Files:
src/sys/arch/i386/stand: Makefile.inc
Log Message:
gcc-6 needs -nosse
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/stand/Makefile.inc
Please note
Module Name:src
Committed By: joerg
Date: Sat Feb 17 13:54:52 UTC 2018
Modified Files:
src/sys/arch/i386/stand/mbr: gptmbr.S
src/sys/arch/i386/stand/mbr/gptmbr: Makefile
Log Message:
Drop explicit loop prefix. GAS doesn't care and LLVM doesn't support it.
Drop the
Module Name:src
Committed By: pgoyette
Date: Sat Jan 27 22:25:23 UTC 2018
Modified Files:
src/sys/arch/i386/stand/lib: bootinfo.h
Log Message:
Recent changes have increased the number of "things" the bootloader
needs to deal with. Increase the table size so we don't overf
Module Name:src
Committed By: maxv
Date: Tue Nov 14 09:55:41 UTC 2017
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Add missing ).
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/i386/stand/boot/boot2.c
Please note that di
Module Name:src
Committed By: maxv
Date: Wed Nov 8 18:31:00 UTC 2017
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Add pkboot in "help".
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/i386/stand/boot/boot2.c
Please note
Module Name:src
Committed By: maxv
Date: Wed Oct 11 09:53:14 UTC 2017
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Reset has_prekern if pkboot fails. Otherwise here:
pkboot wrong_kernel_path
boot netbsd
the prekern still gets invoked i
Module Name:src
Committed By: maxv
Date: Sat Oct 7 10:32:56 UTC 2017
Modified Files:
src/sys/arch/i386/stand/boot: version
Log Message:
Bump bootloader version, support for booting KASLR amd64 kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sy
Module Name:src
Committed By: martin
Date: Fri Jun 2 18:19:33 UTC 2017
Modified Files:
src/sys/arch/i386/stand/misc: rawr32.exe.uue
Log Message:
Update to rawrite32 1.0.5 (new signatures to avoid scary windows
warnings)
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: nonaka
Date: Mon May 1 13:03:02 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c efiboot.h eficons.c
Log Message:
efiboot: implement consdev command.
no support to change console device for efiboot yet.
only pass console para
Module Name:src
Committed By: nonaka
Date: Fri Mar 24 08:50:17 UTC 2017
Modified Files:
src/sys/arch/i386/stand/lib: exec.c
Log Message:
efiboot: fix calculation of the kernel size when loading modules.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sy
Module Name:src
Committed By: nonaka
Date: Fri Mar 24 01:25:36 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
Don't maximize the text columns and rows. only use 100x31 or 80x25.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: nonaka
Date: Fri Mar 24 01:00:47 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
Don't maximize the screen size when gop is not specified.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/a
Module Name:src
Committed By: nonaka
Date: Sun Mar 12 06:37:41 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: TODO.efiboot
Log Message:
Remove `fix module_init()' entry.
I've been committed.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/
Module Name:src
Committed By: nonaka
Date: Sun Mar 12 05:33:48 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c
src/sys/arch/i386/stand/lib: exec.c libi386.h
Log Message:
efiboot: Kernel modules are loaded in pre-allocated memory.
To generate a di
Module Name:src
Committed By: nonaka
Date: Fri Mar 3 09:29:57 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c
Log Message:
efiboot: fix efivar command.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/efiboot/boot.c
P
Module Name:src
Committed By: nonaka
Date: Fri Feb 24 12:24:25 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot/bootia32: startprog32.S
Log Message:
efiboot: Don't access old stack after copying a kernel.
It's possible that the old stack is overwritten by the kern
Module Name:src
Committed By: nonaka
Date: Thu Feb 23 12:14:53 UTC 2017
Modified Files:
src/sys/arch/i386/stand/lib: exec.c
Log Message:
no need COUNT_KERNEL hack.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/i386/stand/lib/exec.c
Please no
Module Name:src
Committed By: nonaka
Date: Tue Feb 21 10:53:37 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: TODO.efiboot
src/sys/arch/i386/stand/efiboot/bootia32: Makefile efibootia32.c
Added Files:
src/sys/arch/i386/stand/efiboot/bootia32: star
Module Name:src
Committed By: nonaka
Date: Sat Feb 11 10:33:44 UTC 2017
Added Files:
src/sys/arch/i386/stand/efiboot: TODO.efiboot
Log Message:
Added efiboot TODO.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/i386/stand/efiboot/TODO.efiboot
Ple
Module Name:src
Committed By: nonaka
Date: Sat Feb 11 10:23:39 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: efiboot.c efiboot.h
src/sys/arch/i386/stand/efiboot/bootx64: efibootx64.c startprog64.S
src/sys/arch/i386/stand/lib: exec.c
Log Message:
Module Name:src
Committed By: nonaka
Date: Sat Feb 11 10:18:10 UTC 2017
Modified Files:
src/sys/arch/i386/stand/lib: exec.c
Log Message:
efiboot: Copy bootinfo to safe arena.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/i386/stand/lib/exec.c
Module Name:src
Committed By: nonaka
Date: Sat Feb 11 10:15:55 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: efiboot.c efiboot.h panic.c
Log Message:
efiboot: don't call WaitForSingleEvent after ExitBootServices is called.
To generate a diff of this commit:
c
Module Name:src
Committed By: nonaka
Date: Sat Feb 11 10:13:46 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot efiboot.c efiboot.h
efimemory.c
Log Message:
efiboot: pass memory map after ExitBootService is called to kernel.
To gener
Module Name:src
Committed By: nonaka
Date: Mon Feb 6 10:32:35 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot
Log Message:
Remove unnecessary flag.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/stand/efiboot/Mak
Module Name:src
Committed By: joerg
Date: Sun Feb 5 10:13:43 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: panic.c
Log Message:
Be a bit nicer to outdated compilers and use __unreachable().
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/
Module Name:src
Committed By: joerg
Date: Sun Feb 5 10:13:18 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot
Log Message:
Unbreak clang again.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stand/efiboot/Makefile
Module Name:src
Committed By: christos
Date: Sat Feb 4 16:14:28 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot/bootx64: startprog64.S
Log Message:
Fix operand width
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/sys/arch/i386/stand/efibo
Module Name:src
Committed By: christos
Date: Sat Feb 4 16:14:04 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot
Log Message:
Don't error out for set but unused variables for now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/
Module Name:src
Committed By: roy
Date: Sat Feb 4 13:36:07 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot panic.c
Log Message:
Mark reboot() and _rtt() as __dead.
Use __builtin_unreachable() to ensure Panic really is marked dead.
Thanks to joe
Module Name:src
Committed By: roy
Date: Fri Feb 3 17:24:43 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: Makefile.efiboot
Log Message:
Fix build with clang.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/stand/efiboot/Makefile.
Module Name:src
Committed By: roy
Date: Fri Feb 3 16:42:26 UTC 2017
Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c efimemory.c
Log Message:
rows is a uint ... it will always be greater than or equal to 0.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r
Module Name:src
Committed By: joerg
Date: Thu Jan 12 22:16:29 UTC 2017
Modified Files:
src/sys/arch/i386/stand: Makefile.inc
Log Message:
Remove some manual size tuning that no longer seems to be needed.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/s
Module Name:src
Committed By: maxv
Date: Sun Dec 4 08:21:08 UTC 2016
Modified Files:
src/sys/arch/i386/stand/lib: biosmem.S biosmemps2.S biosmemx.S exec.c
multiboot.S startprog.S
Log Message:
KNF and explain a few things
To generate a diff of this commit:
cv
Module Name:src
Committed By: maxv
Date: Sun Jun 5 14:13:57 UTC 2016
Modified Files:
src/sys/arch/i386/stand/lib: bootinfo.c bootinfo.h exec.c
Log Message:
Don't use a magic value. Define a limit, and enforce it.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1
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 no point in using this global variable
Module Name:src
Committed By: martin
Date: Mon May 23 18:36:06 UTC 2016
Modified Files:
src/sys/arch/i386/stand/misc: rawr32.exe.uue
Log Message:
New Rawrite32 release
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/stand/misc/rawr32.exe.uue
Module Name:src
Committed By: martin
Date: Wed Feb 3 15:06:25 UTC 2016
Modified Files:
src/sys/arch/i386/stand/misc: rawr32.exe.uue
Log Message:
New rawrite32 version out (small bugfixes)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stan
Module Name:src
Committed By: christos
Date: Wed Feb 3 05:27:53 UTC 2016
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
PR/50748: David Binderman: check bounds before dereference
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/a
Module Name:src
Committed By: christos
Date: Sat Jan 23 22:29:29 UTC 2016
Modified Files:
src/sys/arch/i386/stand/boot: Makefile.boot
src/sys/arch/i386/stand/dosboot: Makefile
src/sys/arch/i386/stand/pxeboot: Makefile
Log Message:
We'll define the kernel ty
Module Name:src
Committed By: christos
Date: Sun Jan 17 14:57:18 UTC 2016
Modified Files:
src/sys/arch/i386/stand/lib/netif: 3c90xb.c etherdrv.h
Log Message:
PR/50668: David Binderman: Don't compare unsigned to -1
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r
Module Name:src
Committed By: christos
Date: Mon Jan 4 18:17:31 UTC 2016
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
revert, this has to do with the bootloader protocol version and should
stay the same until there is a reason for it to change.
To
Module Name:src
Committed By: christos
Date: Sun Jan 3 20:59:47 UTC 2016
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
change 60 to 70 which is the current release. Noticed by Rares Aioanei.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1
Module Name:src
Committed By: christos
Date: Sun Dec 13 21:03:31 UTC 2015
Modified Files:
src/sys/arch/i386/stand/lib: dosfile.c
Log Message:
one default is better than two
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/stand/lib/dosfile.
Module Name:src
Committed By: christos
Date: Sun Dec 13 19:51:53 UTC 2015
Modified Files:
src/sys/arch/i386/stand/lib: dosfile.c
Log Message:
better than returning random errors.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/stand/lib/do
Module Name:src
Committed By: mlelstv
Date: Fri Dec 11 08:04:20 UTC 2015
Modified Files:
src/sys/arch/i386/stand/lib: dosfile.c
Log Message:
PR 50516 bad switch statement.
Adding some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i3
Module Name:src
Committed By: uebayasi
Date: Thu Aug 20 11:39:28 UTC 2015
Modified Files:
src/sys/arch/i386/stand/boot: Makefile.boot
Log Message:
${PROG} depends on ${LDSCRIPT}.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/i386/stand/boot/M
Module Name:src
Committed By: uebayasi
Date: Thu Aug 20 11:38:27 UTC 2015
Modified Files:
src/sys/arch/i386/stand/bootxx: Makefile.bootxx
Log Message:
${PROG} depends on ${LDSCRIPT}.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/i386/stand/bo
Module Name:src
Committed By: khorben
Date: Thu Jun 11 15:56:53 UTC 2015
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Also document the "splash" command in boot(8)
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/i386/stand
Module Name:src
Committed By: mrg
Date: Thu Apr 16 08:38:36 UTC 2015
Modified Files:
src/sys/arch/i386/stand/lib: Makefile
Log Message:
remove HAVE_GCC=45 fragment.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/i386/stand/lib/Makefile
Please
Module Name:src
Committed By: martin
Date: Sun Mar 8 19:47:17 UTC 2015
Modified Files:
src/sys/arch/i386/stand: Makefile.booters
Log Message:
Compile the booblocks for i386 CPUs, even when the main target architecture
is amd64.
Fixes PR port-i386/49725.
To generate a di
Module Name:src
Committed By: jakllsch
Date: Sun Jan 18 20:18:07 UTC 2015
Modified Files:
src/sys/arch/i386/stand/lib: biosdisk.c
Log Message:
While the old gpt.S mbr code looks at both primary and alternate GPT
partition tables, mbrgpt.S and DKWEDGE_METHOD_GPT only look i
Module Name:src
Committed By: christos
Date: Fri Jan 16 03:45:53 UTC 2015
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Restore previous behavior: "boot -s" == "boot netbsd -s"
Instead of ignoring the flags and doing the default boot. Merge some
extran
Module Name:src
Committed By: erh
Date: Sat Jul 19 14:50:21 UTC 2014
Modified Files:
src/sys/arch/i386/stand/lib: bios_disk.S
Log Message:
Fix bootxx_* and boot on machines where the bios sets high bits of %eax on
success.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: dsl
Date: Thu May 1 18:37:26 UTC 2014
Modified Files:
src/sys/arch/i386/stand: Makefile.inc
Log Message:
Add -fno-asynchronous-unwind-tables -fno-exceptions to gcc builds.
One of these (probably the first) is needed to stop the eh-frame
secti
Module Name:src
Committed By: uebayasi
Date: Mon Apr 14 15:05:19 UTC 2014
Modified Files:
src/sys/arch/i386/stand/boot: Makefile.boot
Log Message:
Use ldscript. Identical output confirmed.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/i386/s
Module Name:src
Committed By: uebayasi
Date: Mon Apr 14 13:04:44 UTC 2014
Modified Files:
src/sys/arch/i386/stand/boot: Makefile.boot
Log Message:
Other boot loaders name ELF *.sym, not *.syms. Follow that convention.
To generate a diff of this commit:
cvs rdiff -u -r1.
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).
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/i386/stand/lib/Makef
1 - 100 of 207 matches
Mail list logo