aboutsummaryrefslogtreecommitdiff
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 wasPeter Wemm2002-08-291-256/+0
* Implement the long-awaited module->file cache database. A userlandPeter Wemm2001-09-111-6/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-8/+13
* Fix some warnings on the Alpha. sizeof() returns different things onPeter Wemm2000-05-011-2/+2
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-011-30/+30
* * Fix a stack of warnings.Doug Rabson1999-09-011-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correctly record the end of the a.out symbol table. In practice, aRobert Nordier1999-01-251-3/+3
* bootstrap.hMike Smith1999-01-221-103/+1
* Fix extraneous free() on error.Robert Nordier1999-01-221-2/+1
* * Begin integration of built-ins with Forth: leave the exit code fromAndrzej Bialecki1998-12-221-21/+25
* Only print filename and entry address for the kernel itself. The restPeter Wemm1998-10-121-2/+3
* Preload support for a.out KLD not implemented yet. (almost)Peter Wemm1998-10-091-131/+25
* boot.cMike Smith1998-10-021-3/+3
* s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.Peter Wemm1998-09-301-2/+2
* * Add old UFS compatibility code to alpha/boot1.Doug Rabson1998-09-261-4/+4
* Use a.out.h to get all the correct bits in one place.Mike Smith1998-09-181-3/+2
* Initial integration of the i386 bootloader and BTX.Mike Smith1998-09-171-1/+2
* Resynch with working sources before BTX integration.Mike Smith1998-09-141-5/+5
* Bootstrap updates.Mike Smith1998-09-031-38/+296
* Bootloader update.Mike Smith1998-08-311-0/+202