Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+1 |
* | Remove unused argument for good. | pjd | 2004-07-01 | 1 | -2/+2 |
* | Introduce a hack that will make geom_gate to work with read-only mounts. | pjd | 2004-06-27 | 1 | -0/+9 |
* | Don't hold topology lock while calling g_gate_release(). | pjd | 2004-06-21 | 1 | -0/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | Close some small wakeup<->msleep races. | pjd | 2004-05-05 | 1 | -2/+4 |
* | Turn off debugging by default. | pjd | 2004-05-03 | 1 | -1/+1 |
* | Prefer signed type over unsigned to be able to assert negative | pjd | 2004-05-03 | 1 | -1/+1 |
* | - Hold g_gate_list_mtx lock while generating/checking unit number. | pjd | 2004-05-03 | 1 | -5/+9 |
* | Make it compile on 64-bit architectures. | pjd | 2004-05-02 | 2 | -26/+26 |
* | Kernel bits of GEOM Gate. | pjd | 2004-04-30 | 2 | -0/+775 |