aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/link_elf_obj.c
Commit message (Expand)AuthorAgeFilesLines
* Cast to `const char *' instead of to c_caddr_t. This is part ofBruce Evans1999-01-291-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-12/+12
* Don't try to call SYSUNINIT functions if there was a link error.Doug Rabson1999-01-251-1/+5
* When loading something that has undefined symbols, it would be helpful toPeter Wemm1998-12-311-5/+13
* Don't put aggregate structs 4K large on the kernel stack, especially whenPeter Wemm1998-11-061-23/+30
* The handle for the kernel is common. With this fix, ELF kernels can loadPeter Wemm1998-11-041-11/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-12/+1
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-30/+41
* - bzero() after malloc() bug fixPeter Wemm1998-10-151-6/+7
* Load the full symbol tables if they are present. This means that ddbPeter Wemm1998-10-131-10/+78
* Only print kernel entry point during load.Peter Wemm1998-10-121-21/+108
* Fully implement KLD and preloading.Peter Wemm1998-10-091-53/+142
* Implement dynamic loading for ELF.Doug Rabson1998-09-111-186/+410
* Add partial KLD support for ELF. The module loading is not written yet.Doug Rabson1998-08-241-0/+503