CVS commit: src/sys/arch/mvme68k/stand/wrtvid

2019-01-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Jan 8 00:00:53 UTC 2019 Modified Files: src/sys/arch/mvme68k/stand/wrtvid: wrtvid.c Log Message: Include unistd.h for write(2) and close(2). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mvme68k/stan

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

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

CVS commit: src/sys/arch/mvme68k/stand/bootst

2016-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 5 17:37:36 UTC 2016 Modified Files: src/sys/arch/mvme68k/stand/bootst: boot.c Log Message: use gets_s To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mvme68k/stand/bootst/boot.c Please note t

CVS commit: src/sys/arch/mvme68k/stand/installboot

2016-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 21:58:02 UTC 2016 Modified Files: src/sys/arch/mvme68k/stand/installboot: Makefile Log Message: uses _KERNTYPES To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mvme68k/stand/installboot/Ma

CVS commit: src/sys/arch/mvme68k/stand/libbug

2014-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 21 20:21:08 UTC 2014 Modified Files: src/sys/arch/mvme68k/stand/libbug: Makefile Log Message: We don't need a special rule now that the file is called .S (having a just .o rule before broke the MKDEBUG build). To gener

CVS commit: src/sys/arch/mvme68k/stand/sboot

2014-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 21 20:13:19 UTC 2014 Modified Files: src/sys/arch/mvme68k/stand/sboot: Makefile Log Message: Add libkern for umoddi3 needed for correct leap yar computation in is_leap_year. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/mvme68k/stand/libbug

2014-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 21 20:10:28 UTC 2014 Modified Files: src/sys/arch/mvme68k/stand/libbug: Makefile Added Files: src/sys/arch/mvme68k/stand/libbug: bugstart.S Removed Files: src/sys/arch/mvme68k/stand/libbug: bugstart.s Log

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

2014-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 20 15:50:25 UTC 2014 Modified Files: src/sys/arch/mvme68k/stand/libsa: chiptotime.c Log Message: this needs clock.h To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mvme68k/stand/libsa/chiptotim

CVS commit: src/sys/arch/mvme68k/stand/installboot

2014-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 21 16:33:48 UTC 2014 Modified Files: src/sys/arch/mvme68k/stand/installboot: installboot.c Log Message: remove dead code To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 \ src/sys/arch/mvme68k/stand/in

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

2013-09-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 21 08:32:39 UTC 2013 Modified Files: src/sys/arch/mvme68k/stand: Makefile.booters src/sys/arch/mvme68k/stand/libsa: Makefile Makefile.inc Log Message: Explicitly link SRT0.o (Standalone RunTime startup code) first

CVS commit: src/sys/arch/mvme68k/stand/installboot

2013-08-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 06:58:58 UTC 2013 Modified Files: src/sys/arch/mvme68k/stand/installboot: Makefile Log Message: Use To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mvme68k/stand/installboot/Makefile Please

CVS commit: src/sys/arch/mvme68k/stand/sboot

2011-09-29 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 29 09:18:17 UTC 2011 Modified Files: src/sys/arch/mvme68k/stand/sboot: etherfun.c Log Message: Drop the "static" from the HEXDIGITS declaration, now that there's an extern definition in sys/systm.h, to allow this to continue t

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

2011-05-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 29 10:29:01 UTC 2011 Modified Files: src/sys/arch/mvme68k/stand/libsa: exec_mvme.c Log Message: Avoid backward seek on tape boot. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mvme68k/stand/

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

2011-01-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 2 05:30:12 UTC 2011 Modified Files: src/sys/arch/mvme68k/stand: Makefile.booters src/sys/arch/mvme68k/stand/bootsd: Makefile version src/sys/arch/mvme68k/stand/bootst: Makefile version src/sys/arch

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

2010-03-15 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Mar 15 16:13:13 UTC 2010 Modified Files: src/sys/arch/mvme68k/stand/libsa: Makefile Log Message: Latest change to loadfile_elf32.c grew a dependency on strncmp, so provide that as well as part of libsa for this platform. To gene