summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Don't support dynamic linking on ia64 for now - the tools can't cope.dfr2000-09-291-0/+6
* Ignore ELF files with 'interpreter' section because KLDs doesn't contain it.bp2000-09-061-0/+5
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-2/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* First round implementation of a fine grain enhanced module to modulepeter2000-04-291-77/+55
* Do not use uprintf() for link time error messages. This has unpleasantpeter2000-04-291-4/+4
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-241-137/+224
* Fixed a cast of a pointer to an integer of a possibly different size.bde1999-12-241-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-2/+2
* Fix an embarresing mistake in the kld symbol lookup for DDB. It shouldpeter1999-11-281-4/+6
* useracc() the prequel:phk1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-3/+3
* Use KERNBASE for the load address of the kernel rather than magic constantspeter1999-05-081-7/+2
* Cast to `const char *' instead of to c_caddr_t. This is part ofbde1999-01-291-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-12/+12
* Don't try to call SYSUNINIT functions if there was a link error.dfr1999-01-251-1/+5
* When loading something that has undefined symbols, it would be helpful topeter1998-12-311-5/+13
* 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