CVS commit: src/sys/arch/vax/boot/boot

2018-03-21 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Wed Mar 21 18:27:27 UTC 2018 Modified Files: src/sys/arch/vax/boot/boot: devopen.c ra.c Log Message: Fix bug causing autoboot on 750/780 not to work. Cleanup. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/arch/vax/boot/boot

2018-03-20 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Tue Mar 20 13:30:40 UTC 2018 Modified Files: src/sys/arch/vax/boot/boot: if_qe.c Log Message: Change the driver to map the data structures onto the qbus. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/vax/boot/boot

2018-03-19 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Mon Mar 19 17:29:09 UTC 2018 Modified Files: src/sys/arch/vax/boot/boot: Makefile Log Message: gcc 5.5 has no problem with -O2 on boot. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/arch/vax/boot/boot

2018-03-19 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Mon Mar 19 15:43:45 UTC 2018 Modified Files: src/sys/arch/vax/boot/boot: devopen.c hp.c if_de.c ra.c vaxstand.h Log Message: Use a common routine ubmap() that setup the map registers as needed, not expecting everything to be below

CVS commit: src/sys/arch/vax/boot/boot

2017-05-22 Thread Anders Magnusson
Module Name:src Committed By: ragge Date: Mon May 22 16:59:32 UTC 2017 Modified Files: src/sys/arch/vax/boot/boot: autoconf.c conf.c consio.c consio2.S ctu.c data.h devopen.c hp.c if_de.c if_le.c if_ni.c mfm.c ra.c rom.c tmscp.c vaxstand.h Log

CVS commit: src/sys/arch/vax/boot/boot

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:42:27 UTC 2016 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/arch/vax/boot/boot

2016-01-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 17 03:08:39 UTC 2016 Modified Files: src/sys/arch/vax/boot/boot: Makefile Log Message: Make this build without installed DESTDIR files. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/arch/vax/boot/boot

2016-01-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 17 04:53:16 UTC 2016 Modified Files: src/sys/arch/vax/boot/boot: Makefile version Log Message: Enable LIBSA_CREAD_NOCRC. PR/50638 Bump version to denote user visible change. Tested on simh 4.0-Beta1 emulationg MicroVAX

CVS commit: src/sys/arch/vax/boot/boot

2015-06-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 5 16:01:55 UTC 2015 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: Close the file descriptor used for loading before jumping to the kernel. Pointed out by Felix Deichmann on port-vax. To generate a

CVS commit: src/sys/arch/vax/boot/boot

2014-08-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 10 16:53:22 UTC 2014 Modified Files: src/sys/arch/vax/boot/boot: devopen.c Log Message: Remove atoi() prototype To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/vax/boot/boot/devopen.c Please

CVS commit: src/sys/arch/vax/boot/boot

2014-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat May 24 07:38:42 UTC 2014 Modified Files: src/sys/arch/vax/boot/boot: Makefile Log Message: Force -O1 when compiling this, it doesn't work with -O2 (need to investigate later) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/vax/boot/boot

2013-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 9 18:31:53 UTC 2013 Modified Files: src/sys/arch/vax/boot/boot: boot.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/vax/boot/boot/boot.c Please note that

CVS commit: src/sys/arch/vax/boot/boot

2012-05-14 Thread David Brownlee
Module Name:src Committed By: abs Date: Mon May 14 10:05:51 UTC 2012 Modified Files: src/sys/arch/vax/boot/boot: Makefile Log Message: Revert hax to fix boot blocks for gcc 4.5, accudently committed in last To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/vax/boot/boot

2011-07-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 08:56:25 UTC 2011 Modified Files: src/sys/arch/vax/boot/boot: if_ni.c Log Message: avoid some multi-level pointer cast issues. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9