summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinum.c
Commit message (Expand)AuthorAgeFilesLines
* Fix vinum for both devfs and non-devfs systems.alfred2001-02-201-3/+10
* Take a shot at making vinum devfs aware.alfred2001-02-201-7/+28
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-231-2/+0
* Change the startup sequence of the vinum volume from SI_SUB_DRIVERSgrog2000-02-291-5/+10
* Minor formatting changes (7th attempt)grog1999-09-281-3/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-3/+3
* Changes to centralise the default blocksize behaviour.julian1999-09-091-3/+0
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+1
* remove some out-of-scope DEVFS references..julian1999-09-031-3/+0
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-1/+0
* Initialize the si_bsize fields of the new dev structure. This fixesgrog1999-08-291-0/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* vinumclose: close raw plexes and subdisks.grog1999-08-241-10/+16
* vinumopen: add code for opening raw plexes. Volume-related plexgrog1999-08-141-0/+3
* vinumopen: add code to open raw subdisks. This is now used togrog1999-08-071-8/+13
* Modify device numbering method to work with latest -CURRENT. Briefly,grog1999-07-221-5/+9
* Correct type of intializer for (undocumented) cdevsw.d_parms.grog1999-06-291-1/+2
* Modify to work with phk's latest mods to cdevsw. This is a temporarygrog1999-06-221-5/+4
* Modify to work with new style dev_t.grog1999-05-151-7/+3
* Continue where Julian left off in July 1998:phk1999-05-071-2/+1
* Convert to use physread() and physwrite().grog1999-05-071-1/+1
* Remove old grunge, including references to sys/disk.h (which is goinggrog1999-05-071-2/+0
* Get extern declarations right.grog1999-05-021-4/+4
* Suser() simplification:phk1999-04-271-2/+2
* free_vinum: clear up a warning message.grog1999-04-171-0/+2
* free_vinum: Clean out bdevsw entry before unloading kld.grog1999-04-051-7/+22
* vinumattach: Remove some really old, dead cruft.grog1999-03-311-26/+18
* Revise use of the vinum_conf variables drives_used, subdisks_used,grog1999-03-301-18/+21
* Remove longjmp declaration.grog1999-03-281-9/+6
* free_vinum: don't change loop bounds for deleting drives while in the loop.grog1999-03-191-12/+15
* Modify to compile with egcs.grog1999-03-181-9/+3
* vinum_inactive: distinguish whether we care whether the configgrog1999-03-131-5/+8
* Change printf() calls to log() calls.grog1999-03-021-101/+42
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-17/+26
* Include Peter Wemm's renaming and restructuringgrog1999-01-211-74/+30
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-281-4/+5
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-281-0/+544
* Remove LKM's depricated by modules.sos1998-12-271-544/+0
* Remove some dead code and commentsgrog1998-11-031-10/+8
* Move the kld stuff to here.peter1998-10-231-4/+38
* Import base vinum lkm sourcesgrog1998-09-161-0/+512
OpenPOWER on IntegriCloud