summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_bsd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-13/+5
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+2
* Style(9) and english(9) fixes.phk2002-10-201-55/+54
* Fix argument order mistake when decoding disklabels from on-disk format.phk2002-10-051-1/+1
* Don the asbestos underwear and add the code which lets DIOCWDINFOphk2002-09-301-7/+23
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-8/+12
* Extensively rework the geom_bsd method, put a lot of comments in, bettingphk2002-09-271-104/+424
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+4
* Correctly en/decode MAXPARTITIONS partitions.phk2002-09-271-16/+8
* "Fix" printf format issues by using %jphk2002-09-131-2/+3
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-13/+1
* Improve some on the naming.phk2002-06-091-1/+1
* Change the registration of magic spaces so it does its own memory management.phk2002-06-051-9/+7
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-1/+15
* Remove the "-class" suffix from classes, they will not be ambiguous.phk2002-05-211-1/+1
* Generalize a bit: we don't need separate functions to find the i386 andphk2002-05-191-33/+9
* Implement the GEOMGETCONF ioctl which returns vital stats for thephk2002-04-231-12/+21
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startphk2002-04-091-10/+11
* Move access and orphan member functions from class to geom.phk2002-04-041-2/+0
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-021-11/+0
* In the absense of any smarter way to do this, cast various printfphk2002-03-281-1/+1
* Calculate the checksum the right place for alpha. The fact that thisphk2002-03-271-1/+1
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-6/+6
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-7/+7
* Make the BSD method width/endian agnostic and support alphaphk2002-03-241-11/+187
* Make this compile in the userland-regression testsuite again.phk2002-03-171-13/+3
* Add a generic and general ioctl pass-through mechanism.phk2002-03-161-1/+23
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+257
OpenPOWER on IntegriCloud