| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct check for partition c. Previously the check was for drive 2, | grog | 2001-01-20 | 1 | -1/+1 |
* | format_config: If a subdisk loses its drive (due to a bug which has | grog | 2001-01-14 | 1 | -12/+25 |
* | open_drive: Refuse to open partition c of a disk device. | grog | 2001-01-10 | 1 | -5/+9 |
* | open_drive: Add support for more than 32 devices of a particular kind. | grog | 2000-12-20 | 1 | -6/+11 |
* | open_drive: | grog | 2000-08-16 | 1 | -16/+21 |
* | open_drive: Recognize "wd" device type. This is going away, but it's | grog | 2000-06-02 | 1 | -7/+6 |
* | vinum_scandisk: Correct error recovery if a configuration is munged. | grog | 2000-05-11 | 1 | -3/+3 |
* | remove_drive: correctly obliterate the magic number. | grog | 2000-05-04 | 1 | -7/+15 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 1 | -2/+2 |
* | open_drive: Add kludges for vn and md. | grog | 2000-04-06 | 1 | -0/+4 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -2/+2 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -2/+3 |
* | Fix a problem with device number parsing, which caused da10 to map to | grog | 2000-03-02 | 1 | -5/+5 |
* | open_drive: open drives directly rather than going via namei and | grog | 2000-02-29 | 1 | -198/+126 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -4/+3 |
* | Add missing header file. | grog | 2000-01-05 | 1 | -0/+1 |
* | Explicitly type large scalar parameters to avoid compilation warnings | grog | 2000-01-05 | 1 | -8/+6 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+4 |
* | Look for disk devices rather than bdevs. | phk | 1999-12-12 | 1 | -2/+2 |
* | Fix another instance of vinum_scandisk giving a request to the daemon | grog | 1999-10-13 | 1 | -10/+10 |
* | open_drive: Don't call set_drive_state to take a drive down, do it | grog | 1999-09-28 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | read_drive: Remove references to vp->v_lastr, which is going away. | grog | 1999-08-26 | 1 | -16/+3 |
* | format_config: print preferred plex correctly. | grog | 1999-08-24 | 1 | -0/+1 |
* | Clean up some comments. | grog | 1999-08-16 | 1 | -13/+11 |
* | Add note that a change needs backing out. | grog | 1999-08-15 | 1 | -19/+27 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -2/+2 |
* | Remove some XXX comments (they're not really gone, just invisible). | grog | 1999-08-14 | 1 | -112/+57 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -2/+2 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+1 |
* | Fixed all printf format errors reported by gcc -Wformat on i386's: | bde | 1999-08-08 | 1 | -8/+8 |
* | Remove code to accept partitions of type 'unused'. From now on, Vinum | grog | 1999-08-07 | 1 | -84/+97 |
* | use vp->v_rdev; | phk | 1999-07-20 | 1 | -2/+2 |
* | close_drive: | grog | 1999-06-29 | 1 | -6/+5 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -3/+3 |
* | Split close_drive into two parts to ensure correct locking against the | grog | 1999-06-24 | 1 | -21/+30 |
* | Backout last change. strerror doesn't exist in the kernel. | grog | 1999-06-23 | 1 | -4/+2 |
* | Print more legible error message if a drive open fails. | grog | 1999-06-22 | 1 | -2/+4 |
* | Modify to work with new style dev_t. | grog | 1999-05-15 | 1 | -21/+7 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -2/+2 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -2/+2 |
* | Remove old grunge, including references to sys/disk.h (which is going | grog | 1999-05-07 | 1 | -6/+1 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -2/+1 |
* | close_drive: | grog | 1999-05-02 | 1 | -32/+47 |
* | daemon_save_config: | grog | 1999-04-10 | 1 | -3/+5 |
* | Revise use of the vinum_conf variables drives_used, subdisks_used, | grog | 1999-03-30 | 1 | -75/+85 |
* | Remove longjmp declaration. | grog | 1999-03-28 | 1 | -7/+1 |
* | init_drive: | grog | 1999-03-23 | 1 | -2/+9 |
* | Add debug flags DEBUG_BIGDRIVE, designed for testing only. It | grog | 1999-03-19 | 1 | -3/+7 |