| Commit message (Expand) | Author | Age | Files | Lines |
| * | free_drive: Free the drive even if it's referenced. I don't know what | Greg Lehey | 2003-07-01 | 1 | -12/+7 |
| * | Check compatibility partitions on all archs. This makes vinum | Hartmut Brandt | 2003-06-23 | 1 | -2/+0 |
| * | check_drive: If the partition isn't a Vinum drive, release it again | Greg Lehey | 2003-06-15 | 1 | -35/+35 |
| * | Silence a warning. | Greg Lehey | 2003-06-12 | 2 | -0/+2 |
| * | Remove "raw" and "label" keywords. | Greg Lehey | 2003-06-12 | 2 | -6/+2 |
| * | vinum_bounds_check: Don't check the label sector if the architecture | Greg Lehey | 2003-06-12 | 1 | -12/+13 |
| * | Remove VINUM_LABEL ioctl. It has been deprecated since December 1998, | Greg Lehey | 2003-06-12 | 2 | -8/+2 |
| * | Remove write_volume_label, the implementation of VINUM_LABEL ioctl. | Greg Lehey | 2003-06-12 | 1 | -50/+1 |
| * | Remove kw_raw. I've forgotten what it was intended for, and it was | Greg Lehey | 2003-06-12 | 1 | -5/+1 |
| * | Don't deregister the kld on resetconfig, only when we're really ready | Greg Lehey | 2003-06-03 | 1 | -3/+3 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 1 | -16/+29 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 1 | -3/+9 |
| * | expand_table: Add parameters file and line if we're debugging. | Greg Lehey | 2003-05-23 | 1 | -7/+18 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 2 | -8/+31 |
| * | detachobject: Update volume config after detaching a plex. | Greg Lehey | 2003-05-23 | 1 | -3/+5 |
| * | Change the way the plex lock mutexes work. Previously they were part | Greg Lehey | 2003-05-23 | 1 | -2/+7 |
| * | Change many strcpys to strlcpys, etc. | Greg Lehey | 2003-05-23 | 1 | -20/+24 |
| * | print_config: | Greg Lehey | 2003-05-19 | 1 | -6/+14 |
| * | ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandisk | Greg Lehey | 2003-05-08 | 1 | -5/+1 |
| * | Fix usages of %ll[dx] with typedef'ed created types. | David E. O'Brien | 2003-05-05 | 2 | -19/+19 |
| * | Add sector size member to subdisk, plex and volume objects. | Greg Lehey | 2003-05-05 | 1 | -0/+3 |
| * | Remove an accidental #include. | Greg Lehey | 2003-05-05 | 1 | -8/+30 |
| * | Implement DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls. It appears that | Greg Lehey | 2003-05-05 | 1 | -0/+24 |
| * | Correct failed checkin. Only one of the hunks in the last checkin | Greg Lehey | 2003-05-05 | 1 | -1/+1 |
| * | Clarify comments. | Greg Lehey | 2003-05-05 | 1 | -2/+2 |
| * | Add "preferred" keyword. | Greg Lehey | 2003-05-05 | 2 | -0/+7 |
| * | White space fixes. | Greg Lehey | 2003-05-05 | 1 | -3/+4 |
| * | Remove DIOCGDINFO ioctl. This almost makes newfs work again without | Greg Lehey | 2003-05-05 | 1 | -14/+41 |
| * | vinum_scandisk: Make sure the config is locked before we mess around | Greg Lehey | 2003-05-05 | 1 | -15/+22 |
| * | Finally implement read policies. The previous "implementation" didn't | Greg Lehey | 2003-05-05 | 1 | -21/+51 |
| * | free_vinum: Rearrange sequence of actions to avoid potential race | Greg Lehey | 2003-05-05 | 1 | -8/+7 |
| * | Update declaration of vinum_scandisk (only one parameter). | Greg Lehey | 2003-05-04 | 1 | -1/+1 |
| * | Rewrite of startup code: | Greg Lehey | 2003-05-04 | 1 | -0/+18 |
| * | Rewrite of startup code: | Greg Lehey | 2003-05-04 | 1 | -2/+3 |
| * | Rewrite of startup code: | Greg Lehey | 2003-05-04 | 2 | -24/+83 |
| * | Rewrite of startup code: | Greg Lehey | 2003-05-04 | 1 | -49/+8 |
| * | check_drive: If we find an existing drive which is "up" or "down", | Greg Lehey | 2003-05-02 | 1 | -2/+4 |
| * | White space changes. | Greg Lehey | 2003-05-02 | 1 | -11/+10 |
| * | Note when we issue a request to the disk driver, so that we can | Greg Lehey | 2003-05-01 | 1 | -1/+2 |
| * | Rewrite minor number decoding. Now we have only three types of | Greg Lehey | 2003-05-01 | 1 | -110/+51 |
| * | For consistency's sake, on command failure, throw 1, not -1. | Greg Lehey | 2003-05-01 | 1 | -39/+36 |
| * | Rewrite minor number decoding. Now we have only three types of | Greg Lehey | 2003-05-01 | 1 | -5/+5 |
| * | Rewrite minor number decoding. Now we have only three types of | Greg Lehey | 2003-05-01 | 1 | -31/+37 |
| * | Terminate a comment. | Greg Lehey | 2003-05-01 | 1 | -2/+2 |
| * | Don't make definition of kw_debug dependent on VINUMDEBUG. In | Greg Lehey | 2003-05-01 | 1 | -3/+1 |
| * | Use strrchr, not rindex. This is for compatibility with other | Greg Lehey | 2003-05-01 | 1 | -8/+8 |
| * | #ifdef VINUMDEBUG, not #if VINUMDEBUG. | Greg Lehey | 2003-05-01 | 1 | -2/+2 |
| * | Don't make definition of kw_debug dependent on VINUMDEBUG. It's only | Greg Lehey | 2003-05-01 | 1 | -3/+1 |
| * | Rewrite minor number decoding. Now we have only three types of | Greg Lehey | 2003-05-01 | 1 | -307/+311 |
| * | Use microtime, not getmicrotime, for timing debug entries. | Greg Lehey | 2003-05-01 | 1 | -63/+49 |