Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/28/1999 12:18:32
Module Name:	src
Committed By:	christos
Date:		Thu Jan 28 20:18:32 UTC 1999

Modified Files:
	src/sys/arch/i386/stand/lib: Makefile
Added Files:
	src/sys/arch/i386/stand/lib: loadfile.c loadfile.h
Log Message:
Add loadfile.c (stolen from Jason's alpha/stand/common/loadfile.c)
loadfile.h contains macros that are supposed to be MD, but loadfile.c is now MI.
Fixes:
- a.out support
- pass information values via an array not global variables
- don't assume that you can access memory directly.
- remove MD parts
- remove some printfs.
XXX:  loadfile.c needs to be moved somewhere where other ports can use it.
XXX2: read() routines on the i386 don't appear to set errno on failure.