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

2011-03-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Mar  5 01:58:01 UTC 2011

Modified Files:
src/sys/arch/mmeye/stand/boot: Makefile

Log Message:
Use deflate.sh from the right directory. Execute with HOST_SH.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mmeye/stand/boot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-07-04 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Jul  4 12:03:56 UTC 2011

Modified Files:
src/sys/arch/mmeye/stand/boot: wd.c

Log Message:
convert a cast & structure assignment to a memcpy() to avoid
potential pointer aliasing issues.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mmeye/stand/boot/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2019-01-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan  8 17:15:31 UTC 2019

Modified Files:
src/sys/arch/mmeye/stand/boot: wdc.c

Log Message:
Include  for DEV_BSIZE/DEV_BSHIFT


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mmeye/stand/boot/wdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2019-01-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan  8 19:12:41 UTC 2019

Modified Files:
src/sys/arch/mmeye/stand/boot: wdc.c

Log Message:
no need for machine/param.h


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mmeye/stand/boot/wdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2019-01-08 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Tue Jan  8 19:36:57 UTC 2019

Modified Files:
src/sys/arch/mmeye/stand/boot: wd.c

Log Message:
no need for 


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mmeye/stand/boot/wd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.