summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Don't put aggregate structs 4K large on the kernel stack, especially whenpeter1998-11-061-23/+30
* The handle for the kernel is common. With this fix, ELF kernels can loadpeter1998-11-041-11/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-12/+1
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-30/+41
* - bzero() after malloc() bug fixpeter1998-10-151-6/+7
* Load the full symbol tables if they are present. This means that ddbpeter1998-10-131-10/+78
* Only print kernel entry point during load.peter1998-10-121-21/+108
* Fully implement KLD and preloading.peter1998-10-091-53/+142
* Implement dynamic loading for ELF.dfr1998-09-111-186/+410
* Add partial KLD support for ELF. The module loading is not written yet.dfr1998-08-241-0/+503
OpenPOWER on IntegriCloud