summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/load_aout.c
Commit message (Expand)AuthorAgeFilesLines
* Actually remove the stale a.out kld support. This is the stuff that waspeter2002-08-291-256/+0
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-6/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-8/+13
* Fix some warnings on the Alpha. sizeof() returns different things onpeter2000-05-011-2/+2
* Update loader logic to distinguish modules vs. files.bp2000-05-011-30/+30
* * Fix a stack of warnings.dfr1999-09-011-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correctly record the end of the a.out symbol table. In practice, arnordier1999-01-251-3/+3
* bootstrap.hmsmith1999-01-221-103/+1
* Fix extraneous free() on error.rnordier1999-01-221-2/+1
* * Begin integration of built-ins with Forth: leave the exit code fromabial1998-12-221-22/+26
* Only print filename and entry address for the kernel itself. The restpeter1998-10-121-2/+3
* Preload support for a.out KLD not implemented yet. (almost)peter1998-10-091-131/+25
* boot.cmsmith1998-10-021-3/+3
* s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.peter1998-09-301-2/+2
* * Add old UFS compatibility code to alpha/boot1.dfr1998-09-261-4/+4
* Use a.out.h to get all the correct bits in one place.msmith1998-09-181-3/+2
* Initial integration of the i386 bootloader and BTX.msmith1998-09-171-1/+2
* Resynch with working sources before BTX integration.msmith1998-09-141-5/+5
* Bootstrap updates.msmith1998-09-031-38/+296
* Bootloader update.msmith1998-08-311-0/+202
OpenPOWER on IntegriCloud