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

2021-06-21 Thread Nia Alarie
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

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

2021-06-21 Thread Nia Alarie
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

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

2020-07-15 Thread Kimmo Suominen
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

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

2017-11-14 Thread Maxime Villard
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

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

2017-11-08 Thread Maxime Villard
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

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

2017-10-11 Thread Maxime Villard
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

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

2017-10-07 Thread Maxime Villard
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

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

2016-02-02 Thread Christos Zoulas
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

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

2015-08-20 Thread Masao Uebayashi
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

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

2015-06-11 Thread Pierre Pronchery
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

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

2015-01-15 Thread Christos Zoulas
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

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

2014-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 01:15:29 UTC 2014 Modified Files: src/sys/arch/i386/stand/boot: boot2.c Log Message: allow LS to be commented out To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/i386/stand/boot/boot2.c

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

2014-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 4 20:18:50 UTC 2014 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Removed Files: src/sys/arch/i386/stand/boot: boot.ldscript Log Message: undo the linker script hack now that the linker scripts do

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

2014-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 1 22:06:13 UTC 2014 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Use a custom ldscript so that we can keep boot_start at 0. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

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

2014-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 1 22:05:49 UTC 2014 Added Files: src/sys/arch/i386/stand/boot: boot.ldscript Log Message: Provide a boot ldscript that puts the text.unlikely section after the text section so that boot_start gets placed first. We also

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

2014-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 1 22:07:54 UTC 2014 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: remove commented out -fno-reorder-functions To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

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

2013-08-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 30 16:43:33 UTC 2013 Modified Files: src/sys/arch/i386/stand/boot: version Log Message: Bump bootloader version for memory disk image changes. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2013-08-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 17:15:26 UTC 2013 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Add KLINK_MACHINE= i386 To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

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

2012-08-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 4 03:51:28 UTC 2012 Modified Files: src/sys/arch/i386/stand/boot: boot2.c Log Message: Fix i386 `boot' command to try the usual set of kernel names. Without this, the `boot' command will try only `netbsd', not

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

2011-08-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 22 09:43:08 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: disable mmx/sse here too. hopefully fixes amd64 /boot issues. certainly changes the output in ways that gcc 4.1 doesn't. To

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

2011-06-23 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jun 23 12:07:00 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: boot2.c Log Message: cast a uint8_t * to a char * for a function that takes char *. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2011-06-02 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Jun 2 18:48:55 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Put all the 'CFLAGS+= -Dxxx' together. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

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

2011-03-18 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Mar 18 18:24:09 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: boot2.c Log Message: Honor bp_timeout even if someone sets X86_BP_FLAGS_NOBOOTCONF. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

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

2011-02-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Feb 26 18:22:59 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Enable LIBSA_PRINTF_LONGLONG_SUPPORT. Useful in any of the cases where we already print a (64-bit) daddr_t. To generate a

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

2011-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 5 22:24:02 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: version Log Message: Note stack/heap changes made in revision 1.47 of Makefile.boot with version 5.5. To generate a diff of this commit: cvs rdiff -u

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

2011-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Jan 5 22:28:05 UTC 2011 Modified Files: src/sys/arch/i386/stand/boot: version Log Message: NetBSD/x86 BIOS Boot 5.6: now with GUID Partition Table support. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

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

2010-12-24 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 24 20:40:42 UTC 2010 Modified Files: src/sys/arch/i386/stand/boot: devopen.c devopen.h Log Message: Sprinkle daddr_t. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/i386/stand/boot/devopen.c

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

2010-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Dec 20 00:39:06 UTC 2010 Modified Files: src/sys/arch/i386/stand/boot: biosboot.S Log Message: We want a literal 0x86 in %ah for this int $0x15 delay, not the value of the byte at 0x86. To generate a diff of this commit:

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

2010-12-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Dec 20 00:55:10 UTC 2010 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Move the bottom of the heap off the top of the stack. Also, increase the heap size by 64KiB. These changes allows gzipped

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

2010-12-11 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Dec 11 08:20:17 UTC 2010 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: disable ext2fs support in /boot on amd64 for now. it breaks cd booting. XXX: i don't know why, or plan to figure it out, but at

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

2010-09-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 11 12:43:54 UTC 2010 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Enable SUPPORT_EXT2FS. Tested on i386 that has root on ext2fs with 128 byte and 256 byte inode sizes on QEMU. Note for

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

2010-05-23 Thread Bernd Ernesti
Module Name:src Committed By: veego Date: Sun May 23 13:59:12 UTC 2010 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Add ${PROG}.syms to CLEANFILES To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2010-02-08 Thread Hubert Feyrer
Module Name:src Committed By: hubertf Date: Mon Feb 8 21:25:32 UTC 2010 Modified Files: src/sys/arch/i386/stand/boot: boot2.c Log Message: When a password is set for the bootloader (installboot -o password=...), it currently complains about an unknown command and prints

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

2009-11-18 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Nov 18 20:33:39 UTC 2009 Modified Files: src/sys/arch/i386/stand/boot: Makefile.boot Log Message: Keep the output of 'ld' prior to extracting the image. Useful for debugging (etc) since it contains the symbols. To generate a