Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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.




Home | Main Index | Thread Index | Old Index