summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_kern.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a cut&past-o.phk2002-12-011-1/+1
* Add the remaning part of the new libdisk interaction.phk2002-10-281-2/+23
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-251-2/+0
* No need to specify CTLTYPE_INT when we use SYSCTL_INT.phk2002-10-201-7/+7
* Be consistent and return the NUL at the end of kern.geom.conf{xml,dot}.phk2002-10-171-2/+2
* Properly isolate the locking domains of sysctl from the topology lockphk2002-10-041-17/+25
* Move GEOM's sysctls under kern.geom.phk2002-10-021-9/+11
* Zero the local-variable mutexes before we call mtx_init() on them,phk2002-09-281-0/+2
* Style, whitespace and lint fixes.phk2002-09-281-4/+5
* Make the UP/DOWN threads hold on to their own private mutex while doingphk2002-09-271-2/+26
* Various no-ops:phk2002-09-271-6/+0
* Don't use the static thread.. it is going away.julian2002-06-291-2/+2
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-3/+2
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-2/+2
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+192
OpenPOWER on IntegriCloud