| Commit message (Expand) | Author | Age | Files | Lines |
| * | Un-break the build for MAC. The renaming of these entry points have | Christian S.J. Peron | 2008-08-27 | 1 | -1/+1 |
| * | MFC | John Birrell | 2008-08-27 | 1 | -1/+48 |
| * | MFC r181235: | Konstantin Belousov | 2008-08-10 | 1 | -0/+2 |
| * | MFC of r180374 | Edwin Groothuis | 2008-07-15 | 1 | -11/+14 |
| * | MFC: Fix panic on e.g. "kldload /dev/null". | Ruslan Ermilov | 2008-03-18 | 1 | -0/+5 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
| * | Mark the kernel linker file as linked so that it is visible to the various | John Baldwin | 2007-02-26 | 1 | -0/+1 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Let native elf class be registered earlier. | Jung-uk Kim | 2006-07-14 | 1 | -1/+1 |
| * | Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope to | John Baldwin | 2006-06-21 | 1 | -2/+2 |
| * | Conditionally acquire Giant around VFS operations. | John Baldwin | 2006-06-20 | 1 | -1/+5 |
| * | Make our ELF64 type definitions match standards. In particular this | Marcel Moolenaar | 2005-12-18 | 1 | -5/+5 |
| * | Check to see if the hash table is present in link_elf_lookup_symbol() | John Baldwin | 2005-10-31 | 1 | -0/+6 |
| * | Add support for kernel modules with a single PT_LOAD section. | Peter Wemm | 2005-10-17 | 1 | -6/+9 |
| * | Correctly handle vm_map_wire()'s failure. (See also revisions 1.81 and | Alan Cox | 2005-08-28 | 1 | -1/+5 |
| * | Eliminate an unneeded reference on a vm object. If, in fact, the nearby | Alan Cox | 2005-08-28 | 1 | -2/+0 |
| * | Revert the previous change for two reasons: (1) If vm_map_find() succeeds | Alan Cox | 2005-08-28 | 1 | -17/+10 |
| * | Normalize the VM wiring done with SPARSE_MAPPING: check for errors, and | Brian Feldman | 2004-08-09 | 1 | -10/+17 |
| * | Give kldunload a -f(orce) argument. | Poul-Henning Kamp | 2004-07-13 | 1 | -2/+2 |
| * | Make the GDB dynamic linker hooks (r_debug_state) conditional upon | Marcel Moolenaar | 2004-07-10 | 1 | -9/+9 |
| * | Include <sys/gmon.h> instead of <machine/profile.h> for the declaration | Bruce Evans | 2004-05-19 | 1 | -3/+3 |
| * | Make a small revision to the api between the elf linker core and the | Peter Wemm | 2004-05-16 | 1 | -7/+14 |
| * | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -1/+1 |
| * | Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. | Poul-Henning Kamp | 2003-07-27 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Bail out if there were not two loadable sections. Add XXX comment about | Poul-Henning Kamp | 2003-05-12 | 1 | -0/+8 |
| * | Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64) | Peter Wemm | 2003-04-06 | 1 | -2/+6 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -7/+7 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -7/+7 |
| * | Resolve relative relocations in klds before trying to parse the module's | Jake Burkholder | 2003-01-21 | 1 | -0/+32 |
| * | Merge kld access control checks from the MAC tree: these access control | Robert Watson | 2002-11-19 | 1 | -0/+9 |
| * | Add two hooks to signal module load and module unload to MD code. | Marcel Moolenaar | 2002-10-19 | 1 | -0/+9 |
| * | Reduce code duplication by moving the common actions in | Marcel Moolenaar | 2002-10-19 | 1 | -57/+55 |
| * | Non-functional change in preparation of the next commit: | Marcel Moolenaar | 2002-10-19 | 1 | -41/+36 |
| * | In link_elf_load_file(), when SPARSE_MAPPING is defined and we | Marcel Moolenaar | 2002-10-19 | 1 | -1/+0 |
| * | Fix kernel module loading on ia64. Cross-module function calls | Marcel Moolenaar | 2002-10-15 | 1 | -0/+12 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+2 |
| * | Add a workaround for what seems to be confusion between binutils and the | Jake Burkholder | 2002-09-27 | 1 | -0/+10 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -8/+0 |
| * | Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire). | Jake Burkholder | 2002-08-29 | 1 | -4/+4 |
| * | Work around a GCC optimization bug on ia64: In link_elf_symbol_values(), | Marcel Moolenaar | 2002-08-24 | 1 | -2/+2 |
| * | s/sus/sys/ in the a.out kernel case. | Peter Wemm | 2002-08-22 | 1 | -1/+1 |
| * | Instead of nlist.h and link.h, use sys/nlist_aout.h and sys/link_elf.h | Peter Wemm | 2002-08-22 | 1 | -2/+2 |
| * | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 1 | -5/+10 |
| * | Don't use the symbol name to lookup the symbol value when we can use | Marcel Moolenaar | 2002-04-25 | 1 | -8/+55 |
| * | Add function link_elf_get_gp(), specific to ia64 for now, to get | Marcel Moolenaar | 2002-04-21 | 1 | -0/+19 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -7/+6 |
| * | Fix a number of misspellings of "dependency" and "dependencies" in | Ian Dowse | 2001-11-16 | 1 | -1/+1 |
| * | Add the sysctl "kern.function_list", which currently exports all | Brian Feldman | 2001-10-30 | 1 | -0/+23 |
| * | Also, machine/profile.h should be necessary for the function prototype | Brian Feldman | 2001-10-30 | 1 | -0/+3 |