| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+3 |
* | Don't pass error value pointer to g_read_data(9) at all if we don't | sobomax | 2005-11-30 | 1 | -1/+1 |
* | Check for g_read_data(9) errors properly: | sobomax | 2005-11-30 | 1 | -1/+1 |
* | Merged from geom_mbr.c revisions 1.62 and 1.66. | nyan | 2005-07-15 | 1 | -6/+68 |
* | Remove geometry translations here. | nyan | 2005-03-30 | 1 | -23/+0 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 1 | -1/+4 |
* | Add observations of the Linux98 and Grub/98 boot loaders. These | imp | 2004-11-30 | 1 | -5/+15 |
* | Reject tasting of this provider if the sector size isn't a multiple of | imp | 2004-11-30 | 1 | -3/+6 |
* | Only do the geometry translations on ad* devices, other devices seems to | sos | 2004-10-08 | 1 | -18/+22 |
* | Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs. | sos | 2004-10-07 | 1 | -0/+19 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Use default method initialization on geoms. | phk | 2004-08-08 | 1 | -2/+2 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -1/+1 |
* | Re-arrange and consolidate some random debugging stuff | scottl | 2003-12-07 | 1 | -1/+1 |
* | Simplify the ioctl handling in GEOM. | phk | 2003-09-01 | 1 | -51/+21 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -4/+0 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | Use g_slice_spoiled() not g_std_spoiled() | phk | 2003-05-02 | 1 | -1/+1 |
* | Remove DIOCGPC98 ioctl. | nyan | 2003-05-01 | 1 | -5/+0 |
* | - Move decoding pc98_partition function into geom_pc98_enc.c. | nyan | 2003-05-01 | 1 | -24/+2 |
* | 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 | -8/+0 |
* | Retire the "frontstuff" record keeping, it was no match for the | phk | 2003-04-12 | 1 | -1/+0 |
* | With the magic sequence checks removed this class is downright dangerous | phk | 2003-04-09 | 1 | -6/+11 |
* | Style issue: use do {...} while(0); for multi-exit section. | phk | 2003-04-09 | 1 | -2/+2 |
* | #include <sys/endian.h> as needed. | phk | 2003-04-03 | 1 | -0/+1 |
* | Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification. | phk | 2003-04-03 | 1 | -3/+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 |
* | In userland case include <errno.h>, not <err.h>. This is needed to make | phk | 2003-01-06 | 1 | -1/+1 |
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -8/+8 |
* | MFMBR: Add ioctls for writing an IPL and a boot menu. | nyan | 2003-01-03 | 1 | -70/+160 |
* | Don't mangle geometry for pc98, this will happen in the ata driver. | phk | 2002-12-17 | 1 | -4/+0 |
* | Get rid of g_slice_addslice() and use g_slice_config() instead. | phk | 2002-12-16 | 1 | -9/+6 |
* | Constification and some s/int/u_int/ changes. | phk | 2002-12-16 | 1 | -8/+8 |
* | Add support for the PC98 platform to the ATA driver. | sos | 2002-12-03 | 1 | -0/+4 |
* | Save a slice name on the disk and print it at g_pc98_dumpconf(). | nyan | 2002-11-17 | 1 | -14/+26 |
* | Fix to support pc98. | nyan | 2002-11-07 | 1 | -52/+115 |
* | Reject slices where begin == end. | phk | 2002-11-04 | 1 | -11/+11 |
* | Don't truncate on large disks. | phk | 2002-10-27 | 1 | -1/+6 |
* | Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it. | phk | 2002-10-26 | 1 | -0/+6 |
* | Reduce the GEOM verbosity under bootverbose to something more sufferable. | phk | 2002-10-25 | 1 | -1/+0 |
* | Now that the sectorsize and mediasize are properties of the provider, | phk | 2002-10-20 | 1 | -12/+4 |
* | Make the sectorsize a property of providers so we can include it in the XML | phk | 2002-10-20 | 1 | -0/+1 |
* | Use %jd instead of %lld now that we have it. | phk | 2002-10-20 | 1 | -2/+3 |
* | Style, whitespace and lint fixes. | phk | 2002-09-28 | 1 | -1/+0 |
* | Add the new g_slice_config() call, which can add/delete/change a slice, | phk | 2002-09-27 | 1 | -3/+2 |
* | Correctly calculate size of PC98 slices. | phk | 2002-09-27 | 1 | -1/+1 |