| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r298819: | bdrewery | 2016-06-27 | 1 | -1/+1 |
* | MFC r296467: | kib | 2016-03-21 | 1 | -41/+92 |
* | MFC r295489: | kib | 2016-03-12 | 1 | -38/+19 |
* | MFC r296419 (by kib): | dim | 2016-03-07 | 1 | -1/+28 |
* | MFC r288000: | kib | 2015-09-27 | 1 | -20/+31 |
* | MFC r281003: | kib | 2015-04-23 | 1 | -2/+40 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+2 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -4/+1 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -1/+2 |
* | Fix kernel modules loading for MIPS64 kernel: | gonzo | 2012-01-14 | 1 | -0/+4 |
* | Remove malloc(9) return value checks when M_WAITOK is used. | dchagin | 2011-04-16 | 1 | -26/+0 |
* | Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h | dim | 2010-11-14 | 1 | -4/+4 |
* | Release the vnode lock and close the linker file vnode earlier in | kib | 2010-10-02 | 1 | -3/+3 |
* | completely ignore zero-sized elf sections in modules of elf object type (amd64) | avg | 2010-07-23 | 1 | -0/+6 |
* | Kernel module support for mips. | neel | 2010-02-18 | 1 | -2/+2 |
* | Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace if | rwatson | 2009-07-20 | 1 | -4/+4 |
* | r195699 introduced an assertion regarding when progbits data in kernel | rwatson | 2009-07-15 | 1 | -3/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -2/+41 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 1 | -10/+50 |
* | strict kobj signatures: linker_if fixes | avg | 2009-06-11 | 1 | -2/+2 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add the ksyms(4) pseudo driver. The ksyms driver allows a process to | sson | 2009-05-26 | 1 | -0/+30 |
* | Scanning all the formats for binary translation of modules loading can | attilio | 2009-02-10 | 1 | -2/+1 |
* | Calling linker_load_dependencies() while holding the module' | kib | 2008-08-03 | 1 | -0/+2 |
* | Improve readability and cscope searches a little bit by not using the | obrien | 2008-07-11 | 1 | -38/+38 |
* | Improve the output of kldload(8) to show which module can't be loaded. | edwin | 2008-07-08 | 1 | -9/+12 |
* | Enforce the mapping of kernel loadable modules in the uppermost 2GB of the | alc | 2008-06-20 | 1 | -0/+7 |
* | Add hooks for the Compact C Type Format (CTF) data to be attached to | jb | 2008-05-23 | 1 | -0/+53 |
* | Fix panic on e.g. "kldload /dev/null". | ru | 2008-03-15 | 1 | -0/+4 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | 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 |