| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not check error code from closing ->access() calls, we know they succeed. | phk | 2004-02-14 | 1 | -1/+1 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -5/+5 |
* | Simplify the ioctl handling in GEOM. | phk | 2003-09-01 | 1 | -139/+76 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Simplify the GEOM OAM api: Drop the request type, and let everything | phk | 2003-06-01 | 1 | -18/+18 |
* | Use bcmp() to compare hash strings. | phk | 2003-06-01 | 1 | -1/+1 |
* | Remove unused variables. | phk | 2003-05-31 | 1 | -23/+2 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | Fix the WARNING for wrong rawoffset, I tested incompatible units. | phk | 2003-05-06 | 1 | -2/+2 |
* | Don't warn if the rawoffset is zero, that is actually the best value it | phk | 2003-05-05 | 1 | -1/+1 |
* | Turn the check that rawoffset == mbroffset into a warning instead. | phk | 2003-05-05 | 1 | -3/+5 |
* | Only accept a rawoffset if it is identical to the mbroffset. | phk | 2003-05-04 | 1 | -0/+4 |
* | Add a way to read the current mbroffset from a BSD label class. | phk | 2003-05-04 | 1 | -1/+7 |
* | Remove debugging printfs which should not have been committed. | phk | 2003-05-04 | 1 | -3/+0 |
* | Add a OAM interface for changing the label and writing the boot code. | phk | 2003-05-03 | 1 | -26/+126 |
* | Make bsd_disklabel_le_enc calculate the checksum and fill it in. | phk | 2003-05-02 | 1 | -263/+109 |
* | Use g_slice_spoiled() rather than g_std_spoiled() | phk | 2003-05-02 | 1 | -2/+2 |
* | Rename g_call_me() to g_post_event(), and give it a flag | phk | 2003-04-23 | 1 | -2/+2 |
* | Make more of the "hotspot" stuff generic: | phk | 2003-04-19 | 1 | -16/+11 |
* | These two files fell off during my previous commit: put the encoding | phk | 2003-04-17 | 1 | -125/+5 |
* | 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 |
* | Remove all references to BIO_SETATTR. We will not be using it. | phk | 2003-04-03 | 1 | -2/+0 |
* | Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification. | phk | 2003-04-03 | 1 | -81/+82 |
* | Add handling for cancelled events in the g_call_me() methods. | phk | 2003-04-02 | 1 | -4/+8 |
* | Change events to have an array of "void *" references, and give the | phk | 2003-04-02 | 1 | -4/+4 |
* | Premptively change initializations of struct g_class to use C99 | phk | 2003-03-24 | 1 | -3/+2 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | 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 |