Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include sys/sbuf.h directly. | ae | 2011-07-11 | 1 | -0/+1 |
| | | | | Reviewed by: pjd | ||||
* | Provide a set of sysctls and tunables to disable device node creation | trasz | 2009-11-28 | 1 | -4/+9 |
| | | | | | | | | | | for specific "kinds" of disk labels - for example, GPT UUIDs. Reason for this is that sometimes, other GEOM classes attach to these device nodes instead of the proper ones - e.g. they attach to /dev/gptid/XXX instead of /dev/ada0p2, which is annoying. Reviewed by: pjd (earlier version) MFC after: 1 month | ||||
* | Fix tabs, slightly improve comments. | ivoras | 2009-06-18 | 1 | -9/+9 |
| | | | | | Approved by: gnn (mentor) (original) Noticed by: stas | ||||
* | Add support for labels derived from GPT metadata. | ivoras | 2009-06-13 | 1 | -0/+164 |
Approved by: gnn (mentor) Reviewed by: pjd PR: 128398 Submitted by: Marius Nuennerich < marius at nuenneri.ch > |