summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe/rf_openbsdkintf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Put raidframe in the attic.jsing2012-04-061-3481/+0
* Eliminate redundant buf validation checks in xxstrategy() methods nowmatthew2011-07-061-2/+2
* remove stupid casts, ok deraadttedu2011-06-211-4/+4
* 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-141-2/+2
* The only sensible argument for VOP_* calls that take a struct proc pointer isoga2010-09-231-7/+7
* 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
* 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-231-1/+2
* 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
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Don't bypass partition bounds check for RAW_PART. We now guarantee thatkrw2008-06-151-8/+7
* Add DIOCRLDINFO support.krw2008-03-261-1/+10
* Change XXgetdisklabel() to the 'normal' four parameter model tokrw2008-03-241-6/+6
* 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-091-16/+7
* 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-051-11/+11
* CCDLABELDEV/ect and RAIDLABELDEV/etc join other no-op defines in thekrw2007-04-281-15/+11
* Don't print the error strings returned by readdisklabel(). If youkrw2007-02-151-2/+2
* 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
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-2/+3
* Do not fill more than the first three fields of cfdriver structures unlessmiod2004-01-141-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-8/+11
* Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), untiltdeval2003-01-191-7/+4
* Major KNF. Incentive from Tedutdeval2002-12-161-871/+854
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-8/+8
* Remove those noisy informational messages from dmesg.tdeval2002-08-091-26/+33
* Clean up hook cookies from shutdown hook.tdeval2002-08-051-1/+5
* splbio protection for biodone()tdeval2002-05-281-12/+19