Subject: CVS commit: src/sys/rump
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/08/2007 13:12:09
Module Name:	src
Committed By:	pooka
Date:		Wed Aug  8 13:12:09 UTC 2007

Modified Files:
	src/sys/rump/librump/rumpkern: emul.c
Added Files:
	src/sys/rump/include/machine: bswap.h

Log Message:
Provide rumpmachine bswap.h, which makes bswapxx() call rumpuser
directly instead of relying on a symbol in rumpkern.  I would like
to make it call the libc symbol directly, but I don't currently know
how to make it do that MI.

Makes hfs work (on i386), as it avoids endless recursion in bswap64().
Thanks to dillo for the image!


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/rump/include/machine/bswap.h
cvs rdiff -r1.3 -r1.4 src/sys/rump/librump/rumpkern/emul.c

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