aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/load_aout.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Cleanup warnings.Paul Saab2000-12-281-8/+13
* MFC: rev 1.18 (make MI as `sizeof' returns different sizes on differentDavid E. O'Brien2000-07-071-2/+2
* * 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