summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put raidframe in the attic.jsing2012-04-06134-46235/+0
* Eliminate redundant buf validation checks in xxstrategy() methods nowmatthew2011-07-061-2/+2
* remove stupid casts, ok deraadttedu2011-06-2115-50/+50
* Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotmatthew2011-06-051-16/+1
* Get rid of the wlabel argument to bounds_check_with_label(). It'smatthew2011-06-031-6/+4
* Make RAIDFRAME compilepea2011-04-142-4/+4
* The only sensible argument for VOP_* calls that take a struct proc pointer isoga2010-09-232-9/+9
* All users of physio(9) now pass NULL as the buf pointer argument, somatthew2010-09-221-3/+3
* Store a struct device pointer within struct disk and populate this whenjsing2010-09-081-2/+2
* the only thing left on the raidframe TODO list is to go awaytedu2010-07-011-11/+0
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
* missing dkio.h includes; ok krw@naddy2010-05-234-4/+8
* Make raidframe compile after recent #include rectification. Noted bykrw2010-04-231-1/+2
* Recycle unused disklabel fields in order to create a disklabel uniquejsing2010-04-231-3/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* catch up to readdisklabel API change; tested by matthieuderaadt2009-08-251-10/+8
* The only value that d_npartitions should have is MAXPARTITIONS.krw2009-05-211-2/+2
* Correct cases of mishandling of pending reads and writes to preventbeck2008-07-231-3/+3
* More removal of clauses 3 and 4 from NetBSD licenses.ray2008-06-271-8/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-264-32/+4
* Don't bypass partition bounds check for RAW_PART. We now guarantee thatkrw2008-06-151-8/+7
* Change all remaining MD uses of MALLOC and FREE into proper malloc() andmiod2008-05-191-2/+2
* Add DIOCRLDINFO support.krw2008-03-261-1/+10
* Change XXgetdisklabel() to the 'normal' four parameter model tokrw2008-03-241-6/+6
* typos; ok jmc@martynas2007-11-262-6/+6
* spelling fixes, from Martynas Venckus;jmc2007-11-252-4/+4
* Oops. Stray debug printf snuck in.krw2007-11-051-2/+1
* Fix some cpu_switchto fallout. Reading disklabels to find raidkrw2007-11-051-37/+23
* The obvious bzero/memset -> M_ZERO changes.krw2007-09-094-29/+14
* Remove raidmakedisklabel(). The only invocation was commented out inkrw2007-06-231-25/+1
* b_cylinder does not need to be set on the callpath down into drivers.deraadt2007-06-201-18/+10
* Bring raidgetdisklabel() into line with all other drivers by passingkrw2007-06-121-14/+16
* all drivers should spoof version 1 labelsderaadt2007-06-081-2/+3
* Type of raidsize is now daddr64_t, not int. Fixes compile.krw2007-06-071-3/+3
* now that all partition size/offsets are potentially 64-bit, change thederaadt2007-06-061-6/+6
* use six new macros to access & store the 48-bit disklabel fields relatedderaadt2007-06-054-18/+18
* CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in thekrw2007-04-281-15/+11
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-102-4/+4
* Don't print the error strings returned by readdisklabel(). If youkrw2007-02-151-2/+2
* Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ...cloder2006-10-131-2/+2
* I don't think we're talking about animals in here, somk2006-07-092-4/+4
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-2/+2
* Remove now unused zeroref member in cfattach structures.miod2006-01-211-8/+2
* and remove a bogus free spotted after previous committedu2005-12-081-2/+1
* missing free, spotted by greg ostertedu2005-12-081-1/+2
* Fix botch accidentally introduced by me in my last commit here.pedro2005-11-101-2/+2
* Correctly close RAID components. Fixes PR 4508, okay deraadt@pedro2005-09-181-8/+5
* don't hide the process context in rf_close_component(), since we maypedro2004-11-281-4/+2
* addres -> addressmiod2004-09-201-2/+2
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-9/+3