| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix yet another fallout of our M_* song and dance. | phk | 2003-03-10 | 1 | -1/+1 |
* | Mark some args unused so this compiles in userland. | phk | 2003-01-28 | 1 | -1/+1 |
* | Implement DIOCBSDBB ioctl which overwrites first BBSIZE bytes of BSD | phk | 2003-01-26 | 1 | -0/+62 |
* | Fix typo. | phk | 2003-01-13 | 1 | -1/+1 |
* | Output the fstype of each partition in a disklabel in the configuration | jhb | 2003-01-10 | 1 | -0/+7 |
* | BSD disklabels expose the controling label though the 'c' partition, and | phk | 2003-01-06 | 1 | -12/+26 |
* | Constification and some s/int/u_int/ changes. | phk | 2002-12-16 | 1 | -7/+7 |
* | Don't interpret the hotspots relative to all slices on a slicer, but | phk | 2002-12-13 | 1 | -1/+4 |
* | Use the hotspot code to prevent people from overwriting their disklabel | phk | 2002-12-02 | 1 | -11/+90 |
* | Always recalculate the SRM checksum if the label is at 64 bytes offset. | phk | 2002-11-08 | 1 | -3/+13 |
* | Fix to support pc98. | nyan | 2002-11-07 | 1 | -0/+5 |
* | Add more compatibility junk. | phk | 2002-10-28 | 1 | -8/+18 |
* | Now that the sectorsize and mediasize are properties of the provider, | phk | 2002-10-20 | 1 | -13/+5 |
* | Make the sectorsize a property of providers so we can include it in the XML | phk | 2002-10-20 | 1 | -0/+2 |
* | Style(9) and english(9) fixes. | phk | 2002-10-20 | 1 | -55/+54 |
* | Fix argument order mistake when decoding disklabels from on-disk format. | phk | 2002-10-05 | 1 | -1/+1 |
* | Don the asbestos underwear and add the code which lets DIOCWDINFO | phk | 2002-09-30 | 1 | -7/+23 |
* | Retire g_io_fail() and let g_io_deliver() take an error argument instead. | phk | 2002-09-30 | 1 | -8/+12 |
* | Extensively rework the geom_bsd method, put a lot of comments in, betting | phk | 2002-09-27 | 1 | -104/+424 |
* | Add the new g_slice_config() call, which can add/delete/change a slice, | phk | 2002-09-27 | 1 | -0/+4 |
* | Correctly en/decode MAXPARTITIONS partitions. | phk | 2002-09-27 | 1 | -16/+8 |
* | "Fix" printf format issues by using %j | phk | 2002-09-13 | 1 | -2/+3 |
* | Remove "magicspace". It looks good on paper, it doesn't work in practice. | phk | 2002-09-06 | 1 | -13/+1 |
* | Improve some on the naming. | phk | 2002-06-09 | 1 | -1/+1 |
* | Change the registration of magic spaces so it does its own memory management. | phk | 2002-06-05 | 1 | -9/+7 |
* | Introduce the concept of "magic spaces", and implement them in most of | phk | 2002-05-21 | 1 | -1/+15 |
* | Remove the "-class" suffix from classes, they will not be ambiguous. | phk | 2002-05-21 | 1 | -1/+1 |
* | Generalize a bit: we don't need separate functions to find the i386 and | phk | 2002-05-19 | 1 | -33/+9 |
* | Implement the GEOMGETCONF ioctl which returns vital stats for the | phk | 2002-04-23 | 1 | -12/+21 |
* | Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start | phk | 2002-04-09 | 1 | -10/+11 |
* | Move access and orphan member functions from class to geom. | phk | 2002-04-04 | 1 | -2/+0 |
* | Retire the bogus ioctl DIOCGPART in toto. | phk | 2002-04-02 | 1 | -11/+0 |
* | In the absense of any smarter way to do this, cast various printf | phk | 2002-03-28 | 1 | -1/+1 |
* | Calculate the checksum the right place for alpha. The fact that this | phk | 2002-03-27 | 1 | -1/+1 |
* | Eliminate some thread pointers which do not make sense anymore. | phk | 2002-03-26 | 1 | -6/+6 |
* | Cave in to tradition and rename "methods" to "classes". | phk | 2002-03-26 | 1 | -7/+7 |
* | Make the BSD method width/endian agnostic and support alpha | phk | 2002-03-24 | 1 | -11/+187 |
* | Make this compile in the userland-regression testsuite again. | phk | 2002-03-17 | 1 | -13/+3 |
* | Add a generic and general ioctl pass-through mechanism. | phk | 2002-03-16 | 1 | -1/+23 |
* | First commit of the GEOM subsystem to make it easier for people to | phk | 2002-03-11 | 1 | -0/+257 |