summaryrefslogtreecommitdiffstats
path: root/sys/geom/gate
Commit message (Expand)AuthorAgeFilesLines
* - Add missing Giant drop before acquiring the topology lock.pjd2004-11-231-3/+6
* Unlock g_gate_list_mtx mutex when we cannot allocate unit number.pjd2004-10-021-0/+1
* Tag all geom classes in the tree with a version number.phk2004-08-081-0/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Remove unused argument for good.pjd2004-07-011-2/+2
* Introduce a hack that will make geom_gate to work with read-only mounts.pjd2004-06-271-0/+9
* Don't hold topology lock while calling g_gate_release().pjd2004-06-211-0/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Close some small wakeup<->msleep races.pjd2004-05-051-2/+4
* Turn off debugging by default.pjd2004-05-031-1/+1
* Prefer signed type over unsigned to be able to assert negativepjd2004-05-031-1/+1
* - Hold g_gate_list_mtx lock while generating/checking unit number.pjd2004-05-031-5/+9
* Make it compile on 64-bit architectures.pjd2004-05-022-26/+26
* Kernel bits of GEOM Gate.pjd2004-04-302-0/+775
OpenPOWER on IntegriCloud