| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -2/+2 |
* | Simplify the ioctl handling in GEOM. | phk | 2003-09-01 | 1 | -53/+21 |
* | Implement DOSPTYP_EXTLBA more completely: loop until we find no more | phk | 2003-07-29 | 1 | -1/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -6/+0 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -2/+0 |
* | Use g_slice_spoiled(). | phk | 2003-05-02 | 1 | -3/+5 |
* | Back out all the stuff that didn't belong in the last commit. | phk | 2003-05-02 | 1 | -5/+3 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -3/+5 |
* | Rename g_call_me() to g_post_event(), and give it a flag | phk | 2003-04-23 | 1 | -1/+1 |
* | Time has run from the "run GEOM in userland" harness, and the new regression | phk | 2003-04-13 | 1 | -9/+0 |
* | Retire the "frontstuff" record keeping, it was no match for the | phk | 2003-04-12 | 1 | -2/+0 |
* | Move the functions for encoding decoding struct dos_partition into | phk | 2003-04-12 | 1 | -18/+2 |
* | Only be verbose if (bootverbose) | phk | 2003-04-09 | 1 | -3/+6 |
* | Correctly split cyl/sects bytes when we print them. | phk | 2003-04-09 | 1 | -2/+5 |
* | Style issue: use do {...} while(0); for multi-exit section. | phk | 2003-04-09 | 1 | -4/+4 |
* | Retire the DIOCGMBR ioctl before anybody starts to use it. | phk | 2003-04-03 | 1 | -5/+0 |
* | Update the initializer for GEOM_MBREXT, I overlooked it previously. | phk | 2003-04-03 | 1 | -3/+2 |
* | Add #define for DOSPTYP_PMBR, and use it. | phk | 2003-04-03 | 1 | -1/+1 |
* | Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification. | phk | 2003-04-03 | 1 | -2/+3 |
* | Add handling for cancelled events in the g_call_me() methods. | phk | 2003-04-02 | 1 | -2/+5 |
* | Change events to have an array of "void *" references, and give the | phk | 2003-04-02 | 1 | -2/+2 |
* | Premptively change initializations of struct g_class to use C99 | phk | 2003-03-24 | 1 | -3/+2 |
* | Wrap a long line. | phk | 2003-02-11 | 1 | -1/+2 |
* | Remove commented out g_enc_dos_partition(). We won't be needing it. | phk | 2003-01-31 | 1 | -18/+0 |
* | Don't restrict MBR sectorsize to 512 bytes. | phk | 2003-01-11 | 1 | -20/+23 |
* | Implement ioctls for tampering with sector0. | phk | 2002-12-29 | 1 | -27/+84 |
* | Don't forget our topology lock in the MBREXT case. | phk | 2002-12-19 | 1 | -0/+1 |
* | Remember to hold topology lock when we change things. | phk | 2002-12-17 | 1 | -0/+2 |
* | Get rid of g_slice_addslice() and use g_slice_config() instead. | phk | 2002-12-16 | 1 | -71/+82 |
* | Constification and some s/int/u_int/ changes. | phk | 2002-12-16 | 1 | -9/+9 |
* | Remove clause 3 in the license with NAI's consent. | phk | 2002-11-04 | 1 | -6/+6 |
* | Remove the GEOM_GPT hack. We now check for partition type 0xEE and | marcel | 2002-11-02 | 1 | -25/+23 |
* | Spruce up bootverbose output a bit. | phk | 2002-10-31 | 1 | -17/+8 |
* | Add more compatibility junk. | phk | 2002-10-28 | 1 | -3/+16 |
* | Reduce the GEOM verbosity under bootverbose to something more sufferable. | phk | 2002-10-25 | 1 | -3/+4 |
* | Now that the sectorsize and mediasize are properties of the provider, | phk | 2002-10-20 | 1 | -6/+2 |
* | Make the sectorsize a property of providers so we can include it in the XML | phk | 2002-10-20 | 1 | -2/+4 |
* | Include <sys/diskmbr.h> instead of <sys/disklabel.h> | phk | 2002-10-01 | 1 | -1/+1 |
* | Style, whitespace and lint fixes. | phk | 2002-09-28 | 1 | -3/+2 |
* | Add the new g_slice_config() call, which can add/delete/change a slice, | phk | 2002-09-27 | 1 | -0/+4 |
* | Deal with a new exteded MBR paritition type | phk | 2002-09-08 | 1 | -1/+1 |
* | Remove "magicspace". It looks good on paper, it doesn't work in practice. | phk | 2002-09-06 | 1 | -3/+0 |
* | Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPT | phk | 2002-06-10 | 1 | -3/+1 |
* | Improve some on the naming. | phk | 2002-06-09 | 1 | -4/+6 |
* | Change the registration of magic spaces so it does its own memory management. | phk | 2002-06-05 | 1 | -4/+3 |
* | Add support to GEOM for GUID Partition Tables (GPTs). The support | marcel | 2002-05-28 | 1 | -0/+17 |
* | Introduce the concept of "magic spaces", and implement them in most of | phk | 2002-05-21 | 1 | -1/+7 |
* | Remove the "-class" suffix from classes, they will not be ambiguous. | phk | 2002-05-21 | 1 | -2/+2 |
* | Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start | phk | 2002-04-09 | 1 | -15/+28 |