| Commit message (Expand) | Author | Age | Files | Lines |
* | Style fix. | Attilio Rao | 2010-11-22 | 1 | -3/+2 |
* | Scan the list in reverse order for the shutdown handlers of loaded modules. | Attilio Rao | 2010-11-19 | 1 | -2/+2 |
* | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten | 2010-06-21 | 1 | -2/+2 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn | 2010-03-11 | 1 | -1/+1 |
* | When the SYSINIT() to load a module invokes the MOD_LOAD event successfully, | John Baldwin | 2008-12-05 | 1 | -0/+15 |
* | - Invoke MOD_QUIESCE on all modules in a linker file (kld) before | John Baldwin | 2008-12-05 | 1 | -5/+20 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
* | Add an automatic kernel module version dependency to prevent loading | John Baldwin | 2008-02-13 | 1 | -0/+2 |
* | Move several data structure definitions out of freebsd32_misc.c and into | John Baldwin | 2007-12-06 | 1 | -0/+1 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -15/+0 |
* | Address a problem I missed in removing Giant from the kernel linker. Not | John Baldwin | 2006-06-26 | 1 | -3/+9 |
* | o Expand an exclusive lock scope to prevent a race between two | Maxim Konovalov | 2006-06-15 | 1 | -5/+5 |
* | Add a new module_file() function that returns the linker_file_t associated | John Baldwin | 2006-04-17 | 1 | -0/+7 |
* | Swap the arguments for CP so we copy the correct source and | Paul Saab | 2005-02-18 | 1 | -4/+4 |
* | Add a 32bit syscall wrapper for modstat | Paul Saab | 2005-01-19 | 1 | -0/+81 |
* | Don't bother calling the module event handlers from module_shutdown() | Don Lewis | 2004-08-20 | 1 | -0/+3 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
* | A module with no modevent function gets modevent_nop() as default. | Poul-Henning Kamp | 2004-07-14 | 1 | -1/+9 |
* | Give kldunload a -f(orce) argument. | Poul-Henning Kamp | 2004-07-13 | 1 | -1/+7 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final, | Peter Wemm | 2003-01-07 | 1 | -1/+1 |
* | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -6/+6 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -6/+6 |
* | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -6/+6 |
* | - Remove Giant acquisition from modevent(), modfnext(), modstat() and | Andrew R. Reiter | 2002-06-26 | 1 | -27/+11 |
* | - Lock down the ``module'' structure by adding an SX lock that is used by | Andrew R. Reiter | 2002-03-18 | 1 | -19/+58 |
* | Fix a warning. Do not assume pointer == long. | Peter Wemm | 2002-02-26 | 1 | -2/+2 |
* | - Whitespace fixup left over from previous commit. | Andrew R. Reiter | 2002-02-22 | 1 | -10/+9 |
* | - Fix style further by adding parentheses around return values so that | Andrew R. Reiter | 2002-02-20 | 1 | -14/+14 |
* | - Style.9 formatting fix; this commit is mostly white space related with | Andrew R. Reiter | 2002-02-20 | 1 | -209/+209 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -13/+13 |
* | Giant Pushdown. Saved the worst P4 tree breakage for last. | Matthew Dillon | 2001-09-01 | 1 | -19/+52 |
* | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -3/+3 |
* | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -3/+3 |
* | First round implementation of a fine grain enhanced module to module | Peter Wemm | 2000-04-29 | 1 | -15/+2 |
* | A hack basically.. We have a bunch of code that used to call | Peter Wemm | 1999-11-08 | 1 | -1/+8 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Implement a new generic mechanism for attaching handler functions to | Mike Smith | 1999-08-21 | 1 | -4/+6 |
* | Oops, set module->file.. | Peter Wemm | 1999-05-20 | 1 | -1/+2 |
* | First stages of a module dependency cleanup. This part fixes a | Peter Wemm | 1999-05-08 | 1 | -21/+33 |
* | More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use | Matthew Dillon | 1999-01-29 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -8/+8 |
* | Remove a diagnostic message left in by mistake. | Doug Rabson | 1999-01-09 | 1 | -3/+2 |
* | Implement a mechanism for a module to report a small amount of module | Doug Rabson | 1999-01-09 | 1 | -2/+27 |
* | put a \n on an error message printf | Peter Wemm | 1998-11-06 | 1 | -2/+2 |
* | *gulp*. Jordan specifically OK'ed this.. | Peter Wemm | 1998-10-16 | 1 | -2/+2 |