aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/link_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Let native elf class be registered earlier.Jung-uk Kim2006-07-141-1/+1
* Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope toJohn Baldwin2006-06-211-2/+2
* Conditionally acquire Giant around VFS operations.John Baldwin2006-06-201-1/+5
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-5/+5
* Check to see if the hash table is present in link_elf_lookup_symbol()John Baldwin2005-10-311-0/+6
* Add support for kernel modules with a single PT_LOAD section.Peter Wemm2005-10-171-6/+9
* Correctly handle vm_map_wire()'s failure. (See also revisions 1.81 andAlan Cox2005-08-281-1/+5
* Eliminate an unneeded reference on a vm object. If, in fact, the nearbyAlan Cox2005-08-281-2/+0
* Revert the previous change for two reasons: (1) If vm_map_find() succeedsAlan Cox2005-08-281-17/+10
* Normalize the VM wiring done with SPARSE_MAPPING: check for errors, andBrian Feldman2004-08-091-10/+17
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-07-131-2/+2
* Make the GDB dynamic linker hooks (r_debug_state) conditional uponMarcel Moolenaar2004-07-101-9/+9
* Include <sys/gmon.h> instead of <machine/profile.h> for the declarationBruce Evans2004-05-191-3/+3
* Make a small revision to the api between the elf linker core and thePeter Wemm2004-05-161-7/+14
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.Poul-Henning Kamp2003-07-271-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Bail out if there were not two loadable sections. Add XXX comment aboutPoul-Henning Kamp2003-05-121-0/+8
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)Peter Wemm2003-04-061-2/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* Resolve relative relocations in klds before trying to parse the module'sJake Burkholder2003-01-211-0/+32
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-191-0/+9
* Add two hooks to signal module load and module unload to MD code.Marcel Moolenaar2002-10-191-0/+9
* Reduce code duplication by moving the common actions inMarcel Moolenaar2002-10-191-58/+56
* Non-functional change in preparation of the next commit:Marcel Moolenaar2002-10-191-41/+36
* In link_elf_load_file(), when SPARSE_MAPPING is defined and weMarcel Moolenaar2002-10-191-1/+0
* Fix kernel module loading on ia64. Cross-module function callsMarcel Moolenaar2002-10-151-0/+12
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-2/+2
* Add a workaround for what seems to be confusion between binutils and theJake Burkholder2002-09-271-0/+10
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-8/+0
* Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire).Jake Burkholder2002-08-291-4/+4
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),Marcel Moolenaar2002-08-241-2/+2
* s/sus/sys/ in the a.out kernel case.Peter Wemm2002-08-221-1/+1
* Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.hPeter Wemm2002-08-221-2/+2
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-5/+10
* Don't use the symbol name to lookup the symbol value when we can useMarcel Moolenaar2002-04-251-8/+55
* Add function link_elf_get_gp(), specific to ia64 for now, to getMarcel Moolenaar2002-04-211-0/+19
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-7/+6
* Fix a number of misspellings of "dependency" and "dependencies" inIan Dowse2001-11-161-1/+1
* Add the sysctl "kern.function_list", which currently exports allBrian Feldman2001-10-301-0/+23
* Also, machine/profile.h should be necessary for the function prototypeBrian Feldman2001-10-301-0/+3
* Use kmupetext() for ELF KLDs to allow for increased text segment size.Brian Feldman2001-10-301-0/+6
* The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.Doug Rabson2001-09-151-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-9/+10
* Fix a warning. l_name is managed by us and is malloc/free'ed.Peter Wemm2001-09-101-1/+1
* Unindent a if (1) { that was left behind in the last commit.Peter Wemm2001-09-031-46/+44
* Argh. Make the ia64 kernel work in all situations. For some reason,Peter Wemm2001-09-031-4/+3
* Fix some of the GDB linkage setup. The l_name member of the gdb linkageBill Paul2001-08-101-2/+14