summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_elf_obj.c
Commit message (Expand)AuthorAgeFilesLines
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-5/+5
* Handle vm_map_wire()'s failure.alc2005-08-281-1/+5
* Eliminate an unneeded reference on a vm object. If, in fact, the nearbyalc2005-08-281-2/+0
* Add support for completing the installation of ELF relocatableiedowse2004-08-291-3/+208
* Give kldunload a -f(orce) argument.phk2004-07-131-1/+1
* Wrap long line.peter2004-06-291-1/+3
* Change strategy based on a suggestion from Ian Dowse. Instead of tryingpeter2004-06-151-37/+30
* Fix symbol lookups between modules. This caused modules that depend onpeter2004-06-151-1/+5
* Insurance: cause a proper symbol lookup failure for symbol entries thatpeter2004-06-151-0/+2
* If a symbol has section+offset definitions provided, always use insteadpeter2004-05-181-6/+9
* Remove leftover padding variables.peter2004-05-181-8/+4
* Clean up the code some more. Unify the text/data (progbits) and bsspeter2004-05-171-236/+249
* Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND.peter2004-05-171-5/+5
* Checkpoint commit for an alternative WIP kernel module loader that isn'tpeter2004-04-301-1058/+695
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Bail out if there were not two loadable sections. Add XXX comment aboutphk2003-05-121-0/+8
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)peter2003-04-061-2/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-0/+32
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-191-0/+9
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+9
* Reduce code duplication by moving the common actions inmarcel2002-10-191-58/+56
* Non-functional change in preparation of the next commit:marcel2002-10-191-41/+36
* In link_elf_load_file(), when SPARSE_MAPPING is defined and wemarcel2002-10-191-1/+0
* Fix kernel module loading on ia64. Cross-module function callsmarcel2002-10-151-0/+12
* Be consistent about "static" functions: if the function is markedphk2002-09-281-2/+2
* Add a workaround for what seems to be confusion between binutils and thejake2002-09-271-0/+10
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-8/+0
* Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire).jake2002-08-291-4/+4
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),marcel2002-08-241-2/+2
* s/sus/sys/ in the a.out kernel case.peter2002-08-221-1/+1
* Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.hpeter2002-08-221-2/+2
* In order to better support flexible and extensible access control,rwatson2002-08-151-5/+10
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-8/+55
* Add function link_elf_get_gp(), specific to ia64 for now, to getmarcel2002-04-211-0/+19
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-7/+6
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-1/+1
* Add the sysctl "kern.function_list", which currently exports allgreen2001-10-301-0/+23
* Also, machine/profile.h should be necessary for the function prototypegreen2001-10-301-0/+3
* Use kmupetext() for ELF KLDs to allow for increased text segment size.green2001-10-301-0/+6
* The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.dfr2001-09-151-4/+0
* KSE Milestone 2julian2001-09-121-9/+10
* Fix a warning. l_name is managed by us and is malloc/free'ed.peter2001-09-101-1/+1
* Unindent a if (1) { that was left behind in the last commit.peter2001-09-031-46/+44
* Argh. Make the ia64 kernel work in all situations. For some reason,peter2001-09-031-4/+3
* Fix some of the GDB linkage setup. The l_name member of the gdb linkagewpaul2001-08-101-2/+14
* Previously, the ELF linker would always just store the pointer to agreen2001-08-061-1/+5
OpenPOWER on IntegriCloud