| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide better debug message on kernel module name clash. | trasz | 2015-10-10 | 1 | -6/+2 |
* | Fix a typo. | jhb | 2012-08-22 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -4/+4 |
* | Style fix. | attilio | 2010-11-22 | 1 | -3/+2 |
* | Scan the list in reverse order for the shutdown handlers of loaded modules. | attilio | 2010-11-19 | 1 | -2/+2 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -2/+2 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -1/+1 |
* | When the SYSINIT() to load a module invokes the MOD_LOAD event successfully, | jhb | 2008-12-05 | 1 | -0/+15 |
* | - Invoke MOD_QUIESCE on all modules in a linker file (kld) before | jhb | 2008-12-05 | 1 | -5/+20 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Add an automatic kernel module version dependency to prevent loading | jhb | 2008-02-13 | 1 | -0/+2 |
* | Move several data structure definitions out of freebsd32_misc.c and into | jhb | 2007-12-06 | 1 | -0/+1 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -15/+0 |
* | Address a problem I missed in removing Giant from the kernel linker. Not | jhb | 2006-06-26 | 1 | -3/+9 |
* | o Expand an exclusive lock scope to prevent a race between two | maxim | 2006-06-15 | 1 | -5/+5 |
* | Add a new module_file() function that returns the linker_file_t associated | jhb | 2006-04-17 | 1 | -0/+7 |
* | Swap the arguments for CP so we copy the correct source and | ps | 2005-02-18 | 1 | -4/+4 |
* | Add a 32bit syscall wrapper for modstat | ps | 2005-01-19 | 1 | -0/+81 |
* | Don't bother calling the module event handlers from module_shutdown() | truckman | 2004-08-20 | 1 | -0/+3 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+1 |
* | A module with no modevent function gets modevent_nop() as default. | phk | 2004-07-14 | 1 | -1/+9 |
* | Give kldunload a -f(orce) argument. | phk | 2004-07-13 | 1 | -1/+7 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final, | peter | 2003-01-07 | 1 | -1/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -6/+6 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -6/+6 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -6/+6 |
* | - Remove Giant acquisition from modevent(), modfnext(), modstat() and | arr | 2002-06-26 | 1 | -27/+11 |
* | - Lock down the ``module'' structure by adding an SX lock that is used by | arr | 2002-03-18 | 1 | -19/+58 |
* | Fix a warning. Do not assume pointer == long. | peter | 2002-02-26 | 1 | -2/+2 |
* | - Whitespace fixup left over from previous commit. | arr | 2002-02-22 | 1 | -10/+9 |
* | - Fix style further by adding parentheses around return values so that | arr | 2002-02-20 | 1 | -14/+14 |
* | - Style.9 formatting fix; this commit is mostly white space related with | arr | 2002-02-20 | 1 | -209/+209 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+13 |
* | Giant Pushdown. Saved the worst P4 tree breakage for last. | dillon | 2001-09-01 | 1 | -19/+52 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -3/+3 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -3/+3 |
* | First round implementation of a fine grain enhanced module to module | peter | 2000-04-29 | 1 | -15/+2 |
* | A hack basically.. We have a bunch of code that used to call | peter | 1999-11-08 | 1 | -1/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Implement a new generic mechanism for attaching handler functions to | msmith | 1999-08-21 | 1 | -4/+6 |
* | Oops, set module->file.. | peter | 1999-05-20 | 1 | -1/+2 |
* | First stages of a module dependency cleanup. This part fixes a | peter | 1999-05-08 | 1 | -21/+33 |
* | More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use | dillon | 1999-01-29 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -8/+8 |
* | Remove a diagnostic message left in by mistake. | dfr | 1999-01-09 | 1 | -3/+2 |