| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | 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 | -3/+26 |
| * | free_vinum: Rearrange sequence of actions to avoid potential race | Greg Lehey | 2003-05-05 | 1 | -8/+7 |
| * | Rewrite of startup code: | Greg Lehey | 2003-05-04 | 1 | -49/+8 |
| * | Rewrite minor number decoding. Now we have only three types of | Greg Lehey | 2003-05-01 | 1 | -130/+110 |
| * | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -1/+0 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+9 |
| * | Format the cdevsw like all other drivers do it for improved grepability. | Poul-Henning Kamp | 2003-03-02 | 1 | -4/+13 |
| * | NO_GEOM cleanup: | Poul-Henning Kamp | 2003-03-02 | 1 | -18/+1 |
| * | Deregister the dev_clone event handler when unloading the module. Bad | Joerg Wunsch | 2003-02-11 | 1 | -1/+5 |
| * | Finally make vinum ready for the root filesystem in FreeBSD 5.x. (A | Joerg Wunsch | 2003-02-05 | 1 | -0/+82 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Remove bogus vinumdump(), if you can't dump, say so with nodump(). | Poul-Henning Kamp | 2002-03-29 | 1 | -8/+1 |
| * | Don't call cdevsw_{add,remove}(). | Poul-Henning Kamp | 2001-11-04 | 1 | -3/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -4/+4 |
| * | Set flag VF_HASDEBUG in vinum_conf to indicate that the module was | Greg Lehey | 2001-05-23 | 1 | -10/+6 |
| * | free_vinum: Change some explicit struct member references to the SD, | Greg Lehey | 2001-05-22 | 1 | -13/+23 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+1 |
| * | By convention, the moduledata is static unless there is a reason for it | Peter Wemm | 2001-03-13 | 1 | -1/+1 |
| * | Fix vinum for both devfs and non-devfs systems. | Alfred Perlstein | 2001-02-20 | 1 | -3/+10 |
| * | Take a shot at making vinum devfs aware. | Alfred Perlstein | 2001-02-20 | 1 | -7/+28 |
| * | Get rid of the last traces of ACTUALLY_LKM_NOT_KERNEL | Poul-Henning Kamp | 2000-10-23 | 1 | -2/+0 |
| * | Change the startup sequence of the vinum volume from SI_SUB_DRIVERS | Greg Lehey | 2000-02-29 | 1 | -5/+10 |
| * | Minor formatting changes (7th attempt) | Greg Lehey | 1999-09-28 | 1 | -3/+2 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -3/+3 |
| * | Changes to centralise the default blocksize behaviour. | Julian Elischer | 1999-09-09 | 1 | -3/+0 |
| * | Revert a bunch of contraversial changes by PHK. After | Julian Elischer | 1999-09-03 | 1 | -0/+1 |
| * | remove some out-of-scope DEVFS references.. | Julian Elischer | 1999-09-03 | 1 | -3/+0 |
| * | Make bdev userland access work like cdev userland access unless | Poul-Henning Kamp | 1999-08-30 | 1 | -1/+0 |
| * | Initialize the si_bsize fields of the new dev structure. This fixes | Greg Lehey | 1999-08-29 | 1 | -0/+6 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | vinumclose: close raw plexes and subdisks. | Greg Lehey | 1999-08-24 | 1 | -10/+16 |
| * | vinumopen: add code for opening raw plexes. Volume-related plex | Greg Lehey | 1999-08-14 | 1 | -0/+3 |
| * | vinumopen: add code to open raw subdisks. This is now used to | Greg Lehey | 1999-08-07 | 1 | -8/+13 |
| * | Modify device numbering method to work with latest -CURRENT. Briefly, | Greg Lehey | 1999-07-22 | 1 | -5/+9 |
| * | Correct type of intializer for (undocumented) cdevsw.d_parms. | Greg Lehey | 1999-06-29 | 1 | -1/+2 |
| * | Modify to work with phk's latest mods to cdevsw. This is a temporary | Greg Lehey | 1999-06-22 | 1 | -5/+4 |
| * | Modify to work with new style dev_t. | Greg Lehey | 1999-05-15 | 1 | -7/+3 |
| * | Continue where Julian left off in July 1998: | Poul-Henning Kamp | 1999-05-07 | 1 | -2/+1 |
| * | Convert to use physread() and physwrite(). | Greg Lehey | 1999-05-07 | 1 | -1/+1 |
| * | Remove old grunge, including references to sys/disk.h (which is going | Greg Lehey | 1999-05-07 | 1 | -2/+0 |
| * | Get extern declarations right. | Greg Lehey | 1999-05-02 | 1 | -4/+4 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
| * | free_vinum: clear up a warning message. | Greg Lehey | 1999-04-17 | 1 | -0/+2 |
| * | free_vinum: Clean out bdevsw entry before unloading kld. | Greg Lehey | 1999-04-05 | 1 | -6/+21 |
| * | vinumattach: Remove some really old, dead cruft. | Greg Lehey | 1999-03-31 | 1 | -26/+18 |
| * | Revise use of the vinum_conf variables drives_used, subdisks_used, | Greg Lehey | 1999-03-30 | 1 | -18/+21 |
| * | Remove longjmp declaration. | Greg Lehey | 1999-03-28 | 1 | -9/+6 |
| * | free_vinum: don't change loop bounds for deleting drives while in the loop. | Greg Lehey | 1999-03-19 | 1 | -11/+14 |