summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_mbr.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add more compatibility junk.phk2002-10-281-3/+16
* Reduce the GEOM verbosity under bootverbose to something more sufferable.phk2002-10-251-3/+4
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-6/+2
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-2/+4
* Include <sys/diskmbr.h> instead of <sys/disklabel.h>phk2002-10-011-1/+1
* Style, whitespace and lint fixes.phk2002-09-281-3/+2
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+4
* Deal with a new exteded MBR paritition typephk2002-09-081-1/+1
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-3/+0
* Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPTphk2002-06-101-3/+1
* Improve some on the naming.phk2002-06-091-4/+6
* Change the registration of magic spaces so it does its own memory management.phk2002-06-051-4/+3
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-281-0/+17
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-1/+7
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-211-2/+2
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-15/+28
* Move access and orphan member functions from class to geom.phk2002-04-041-4/+0
* In the absense of any smarter way to do this, cast various printfphk2002-03-281-1/+1
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-4/+4
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-13/+13
* Be more systematic about conversion of on-disk formats in a endian/widthphk2002-03-241-2/+182
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+211
OpenPOWER on IntegriCloud