summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/load_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-19/+25
* Remove residual printf.dcs2000-06-071-1/+0
* long != int on Alphas.bp2000-05-121-1/+2
* Update loader logic to distinguish modules vs. files.bp2000-05-011-83/+255
* Fix the loader to handle module dependencies properly. More fixesbp2000-02-251-39/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable load of i386 ELF kernels with larger KVA range (e.g. starting attegge1999-02-151-2/+2
* Don't forget a trailing \n when loading a kernel that has been stripped.peter1999-01-041-7/+8
* Load the first page of the file and use the headers in it. This shouldpeter1998-10-171-52/+48
* "fix" the gzipped kernel load problem by having the loader check that itpeter1998-10-161-22/+33
* Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.dfr1998-10-151-3/+3
* Tweak the output one more time again. The kernel or module pathnamepeter1998-10-141-2/+3
* Make the ELF load messages cleaner.peter1998-10-131-8/+17
* Only print kernel entry point during load.peter1998-10-121-62/+76
* Implement preloading for elf modulespeter1998-10-091-33/+129
* First shot at loading elf symbols. Things are a bit strange becausepeter1998-10-021-13/+126
* ELF loader, part 1. It works with ELF kernels generated on the i386peter1998-09-301-0/+276
OpenPOWER on IntegriCloud