| Commit message (Expand) | Author | Age | Files | Lines |
* | Include <sys/diskmbr.h> instead of <sys/disklabel.h> | phk | 2002-10-01 | 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 | 8 | -61/+43 |
* | Introduce g_write_data() function. | phk | 2002-09-30 | 2 | -0/+19 |
* | Add missing g_enc_le2(). | phk | 2002-09-30 | 2 | -0/+9 |
* | Disable the g_sanity() check unless people ask for it in the debugflags. | phk | 2002-09-30 | 2 | -0/+6 |
* | Make sure we don't loose our topology lock in a call_me() handler. | phk | 2002-09-30 | 1 | -0/+1 |
* | Zero the local-variable mutexes before we call mtx_init() on them, | phk | 2002-09-28 | 1 | -0/+2 |
* | Style, whitespace and lint fixes. | phk | 2002-09-28 | 11 | -77/+75 |
* | Void functions cannot use return(foo) even if foo is also returning void. | phk | 2002-09-28 | 1 | -14/+28 |
* | First confirmed kill from my Flexelint license: Check return value | phk | 2002-09-28 | 1 | -0/+4 |
* | 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 | 8 | -5/+84 |
* | Make the UP/DOWN threads hold on to their own private mutex while doing | phk | 2002-09-27 | 1 | -2/+26 |
* | Correctly en/decode MAXPARTITIONS partitions. | phk | 2002-09-27 | 1 | -16/+8 |
* | Setattr should not retry on EBUSY, we could get EBUSY back because | phk | 2002-09-27 | 1 | -14/+15 |
* | Various no-ops: | phk | 2002-09-27 | 4 | -11/+5 |
* | Correctly calculate size of PC98 slices. | phk | 2002-09-27 | 1 | -1/+1 |
* | Allocate bio's with M_NOWAIT and let the caller deal with the problems. | phk | 2002-09-27 | 1 | -7/+9 |
* | Add checks for g_clone_bio() returning NULL, it will be possible RSN. | phk | 2002-09-27 | 2 | -1/+18 |
* | Implement g_call_me() as a way for geom methods to schedule operations | phk | 2002-09-27 | 3 | -1/+36 |
* | Ok, include also the two tests which actually does effect the claims | phk | 2002-09-27 | 1 | -0/+4 |
* | Hook into the shutdown EVENTHANDLER and stop tasting things after we | phk | 2002-09-27 | 1 | -0/+16 |
* | Rename the doorlock to eventlock, it gets to protect a bit more in the future. | phk | 2002-09-27 | 1 | -6/+6 |
* | - Use vrefcnt() instead of v_usecount. | jeff | 2002-09-25 | 1 | -1/+1 |
* | (This commit touches about 15 disk device drivers in a very consistent | phk | 2002-09-20 | 2 | -11/+9 |
* | Remove unneeded #include <sys/disklabel.h> | phk | 2002-09-20 | 1 | -1/+0 |
* | Retire now unused DIOCGDVIRGIN kludge. | phk | 2002-09-20 | 1 | -5/+0 |
* | "Fix" printf format issues by using %j | phk | 2002-09-13 | 3 | -5/+8 |
* | Use biowait() rather than DIY. | phk | 2002-09-13 | 1 | -24/+4 |
* | Add a couple more of the big/little-endian conversion routines and make | phk | 2002-09-13 | 2 | -6/+25 |
* | Fix another two printf() format errors which weren't warned | mux | 2002-09-13 | 1 | -4/+4 |
* | Fix another printf() format error which wasn't warned about | mux | 2002-09-13 | 1 | -2/+3 |
* | Fix a printf() format error on 64 bits architectures. | mux | 2002-09-13 | 1 | -3/+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 | 6 | -113/+2 |
* | Don't respect the O_EXCL flag, we don't get it back on close so we cannot | phk | 2002-09-06 | 1 | -0/+8 |
* | Use 'p' as the partition specifier instead of 's'. We continue to use | marcel | 2002-08-24 | 1 | -2/+5 |
* | Don't use the static thread.. it is going away. | julian | 2002-06-29 | 1 | -2/+2 |
* | Add two new submodes to the AES encryption method. | phk | 2002-06-28 | 1 | -11/+121 |
* | 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 | 12 | -53/+55 |
* | Change the registration of magic spaces so it does its own memory management. | phk | 2002-06-05 | 5 | -36/+43 |
* | Add compile time asserts for the size of struct gpt_hdr and struct | marcel | 2002-05-30 | 1 | -0/+3 |
* | Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other | phk | 2002-05-29 | 1 | -65/+0 |
* | Add support to GEOM for GUID Partition Tables (GPTs). The support | marcel | 2002-05-28 | 2 | -0/+331 |
* | Add a proof-of-concept encryption class. | phk | 2002-05-26 | 1 | -0/+274 |
* | Give the closet-dev_t we hand to the diskdrivers a name. | phk | 2002-05-26 | 1 | -0/+1 |
* | Only clear the spoiled flag if the class had no spoiled method, the spoiled | phk | 2002-05-26 | 1 | -1/+2 |
* | Fixed printf format errors. Most of them are 64-bit daddr_t casualties. | bde | 2002-05-25 | 1 | -4/+6 |