Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | - Lock down the ``module'' structure by adding an SX lock that is used by | arr | 2002-03-18 | 1 | -0/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+4 |
* | sysvipc loadable. | alfred | 2000-12-01 | 1 | -1/+8 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Call the chained module handler before unregistering the syscall so that | dfr | 1999-06-27 | 1 | -5/+12 |
* | Move lkmnosys() from kern_lkm.c to here. | peter | 1999-01-17 | 1 | -1/+13 |
* | Implement a mechanism for a module to report a small amount of module | dfr | 1999-01-09 | 1 | -1/+4 |
* | Implement support for adding syscalls in KLD modules. | dfr | 1999-01-09 | 1 | -0/+94 |