| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r298819: | bdrewery | 2016-06-27 | 1 | -2/+2 |
* | MFC r297391: | bdrewery | 2016-06-27 | 1 | -2/+0 |
* | MFC 290728: | jhb | 2016-01-18 | 1 | -0/+6 |
* | MFC r264173: | kib | 2014-04-12 | 1 | -8/+2 |
* | MFC r263080: | kib | 2014-03-19 | 1 | -6/+3 |
* | MFC r259587: Invoke the kld_* event handlers from linker_load_file() ... | avg | 2014-02-17 | 1 | -24/+14 |
* | Rename the kld_unload event handler to kld_unload_try, and add a new | markj | 2013-08-24 | 1 | -26/+13 |
* | Set things up so that linker_file_lookup_set() is always called with the | markj | 2013-08-24 | 1 | -12/+20 |
* | Remove the kld lock macros and just use the sx(9) API. Add locking in | markj | 2013-08-24 | 1 | -67/+62 |
* | Use strdup(9) instead of reimplementing it. | markj | 2013-08-16 | 1 | -14/+4 |
* | Use kld_{load,unload} instead of mod_{load,unload} for the linker file load | markj | 2013-08-14 | 1 | -2/+2 |
* | FreeBSD's DTrace implementation has a few problems with respect to handling | markj | 2013-08-13 | 1 | -5/+1 |
* | Remove some unused fields from struct linker_file. They were added in | markj | 2013-08-13 | 1 | -2/+0 |
* | Add event handlers for module load and unload events. The load handlers are | markj | 2013-08-13 | 1 | -2/+8 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -9/+3 |
* | If a linker file contains at least one module, but all of the modules | jhb | 2012-04-12 | 1 | -2/+13 |
* | Correct debug message. | ae | 2012-03-22 | 1 | -1/+1 |
* | Acquire modules lock before call module_getname() in the KLD_DEBUG case. | ae | 2012-03-21 | 1 | -0/+4 |
* | Add CTLFLAG_TUN to the sysctl definition and fix style. | ae | 2012-03-15 | 1 | -2/+2 |
* | Add debug.kld_debug loader tunable. | ae | 2012-03-15 | 1 | -0/+1 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -2/+3 |
* | Revert r231923 for now. Further work is needed to make sure that the | delphij | 2012-02-20 | 1 | -1/+1 |
* | Use uprintf instead of printf for the reason why a kernel module can not | delphij | 2012-02-20 | 1 | -1/+1 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -3/+3 |
* | Add KLD_DEBUG option. | fjoe | 2011-11-06 | 1 | -0/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -8/+8 |
* | Don't leak kld_sx lock in kldunloadf(). | glebius | 2011-07-31 | 1 | -1/+2 |
* | Fix a LOR between hwpmc and the kernel linker. When a system-wide | rstone | 2011-07-17 | 1 | -11/+24 |
* | Provide compat32 shims for kldstat(2). | kib | 2011-03-30 | 1 | -23/+30 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -1/+1 |
* | Fix page fault that occurred when trying to initialize preloaded kernel module, | trasz | 2011-01-05 | 1 | -3/+11 |
* | kdb_backtrace: use stack_print_ddb instead of stack_print | avg | 2010-09-22 | 1 | -2/+2 |
* | - Unbreak build with KLD_DEBUG defined | gonzo | 2009-11-17 | 1 | -1/+6 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -1/+0 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -0/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+2 |
* | Improve the printf message when a module failed to load. This gives the | rpaulo | 2009-07-21 | 1 | -2/+2 |
* | Remove the interim vimage containers, struct vimage and struct procg, | jamie | 2009-07-17 | 1 | -12/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -15/+0 |
* | Don't assume a default (currently 15) value for preloaded klds when | attilio | 2009-06-29 | 1 | -39/+19 |
* | 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 hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -2/+3 |
* | A NOP change: style / whitespace cleanup of the noise that slipped | zec | 2009-05-08 | 1 | -1/+1 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | zec | 2009-05-08 | 1 | -0/+12 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+9 |
* | Scanning all the formats for binary translation of modules loading can | attilio | 2009-02-10 | 1 | -0/+8 |
* | Expand the scope of the sysctllock sx lock to protect the sysctl tree itself. | jhb | 2009-02-06 | 1 | -4/+4 |
* | Drop the kernel linker lock while running SYSUNINIT routines and removing | jhb | 2009-02-05 | 1 | -0/+3 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+16 |
* | - Invoke MOD_QUIESCE on all modules in a linker file (kld) before | jhb | 2008-12-05 | 1 | -4/+27 |