| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Linker set support depends on the magic __start_<section> and | kib | 2006-11-30 | 1 | -0/+47 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope to | jhb | 2006-06-21 | 1 | -2/+0 |
* | Conditionally acquire Giant around VFS operations. | jhb | 2006-06-20 | 1 | -1/+5 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -5/+5 |
* | Handle vm_map_wire()'s failure. | alc | 2005-08-28 | 1 | -1/+5 |
* | Eliminate an unneeded reference on a vm object. If, in fact, the nearby | alc | 2005-08-28 | 1 | -2/+0 |
* | Add support for completing the installation of ELF relocatable | iedowse | 2004-08-29 | 1 | -3/+208 |
* | Give kldunload a -f(orce) argument. | phk | 2004-07-13 | 1 | -1/+1 |
* | Wrap long line. | peter | 2004-06-29 | 1 | -1/+3 |
* | Change strategy based on a suggestion from Ian Dowse. Instead of trying | peter | 2004-06-15 | 1 | -37/+30 |
* | Fix symbol lookups between modules. This caused modules that depend on | peter | 2004-06-15 | 1 | -1/+5 |
* | Insurance: cause a proper symbol lookup failure for symbol entries that | peter | 2004-06-15 | 1 | -0/+2 |
* | If a symbol has section+offset definitions provided, always use instead | peter | 2004-05-18 | 1 | -6/+9 |
* | Remove leftover padding variables. | peter | 2004-05-18 | 1 | -8/+4 |
* | Clean up the code some more. Unify the text/data (progbits) and bss | peter | 2004-05-17 | 1 | -236/+249 |
* | Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND. | peter | 2004-05-17 | 1 | -5/+5 |
* | Checkpoint commit for an alternative WIP kernel module loader that isn't | peter | 2004-04-30 | 1 | -1058/+695 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | phk | 2003-07-27 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Bail out if there were not two loadable sections. Add XXX comment about | phk | 2003-05-12 | 1 | -0/+8 |
* | Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64) | peter | 2003-04-06 | 1 | -2/+6 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | Resolve relative relocations in klds before trying to parse the module's | jake | 2003-01-21 | 1 | -0/+32 |
* | Merge kld access control checks from the MAC tree: these access control | rwatson | 2002-11-19 | 1 | -0/+9 |
* | Add two hooks to signal module load and module unload to MD code. | marcel | 2002-10-19 | 1 | -0/+9 |
* | Reduce code duplication by moving the common actions in | marcel | 2002-10-19 | 1 | -58/+56 |
* | Non-functional change in preparation of the next commit: | marcel | 2002-10-19 | 1 | -41/+36 |
* | In link_elf_load_file(), when SPARSE_MAPPING is defined and we | marcel | 2002-10-19 | 1 | -1/+0 |
* | Fix kernel module loading on ia64. Cross-module function calls | marcel | 2002-10-15 | 1 | -0/+12 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -2/+2 |
* | Add a workaround for what seems to be confusion between binutils and the | jake | 2002-09-27 | 1 | -0/+10 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -8/+0 |
* | Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire). | jake | 2002-08-29 | 1 | -4/+4 |
* | Work around a GCC optimization bug on ia64: In link_elf_symbol_values(), | marcel | 2002-08-24 | 1 | -2/+2 |
* | s/sus/sys/ in the a.out kernel case. | peter | 2002-08-22 | 1 | -1/+1 |
* | Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.h | peter | 2002-08-22 | 1 | -2/+2 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -5/+10 |
* | Don't use the symbol name to lookup the symbol value when we can use | marcel | 2002-04-25 | 1 | -8/+55 |
* | Add function link_elf_get_gp(), specific to ia64 for now, to get | marcel | 2002-04-21 | 1 | -0/+19 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -7/+6 |
* | Fix a number of misspellings of "dependency" and "dependencies" in | iedowse | 2001-11-16 | 1 | -1/+1 |
* | Add the sysctl "kern.function_list", which currently exports all | green | 2001-10-30 | 1 | -0/+23 |
* | Also, machine/profile.h should be necessary for the function prototype | green | 2001-10-30 | 1 | -0/+3 |
* | Use kmupetext() for ELF KLDs to allow for increased text segment size. | green | 2001-10-30 | 1 | -0/+6 |
* | The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure. | dfr | 2001-09-15 | 1 | -4/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+10 |