summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* new arg to disk_unbusy, to record separate read/write statistics.tedu2004-02-151-2/+3
* Remove unused files.grange2004-02-082-3453/+0
* Do not fill more than the first three fields of cfdriver structures unlessmiod2004-01-141-2/+2
* on behalf of tdeval@:henning2003-11-271-13/+13
* typos from Jared Yanovich;jmc2003-10-261-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-274-24/+26
* Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), untiltdeval2003-01-193-23/+17
* Wording.tdeval2003-01-191-3/+3
* Major KNF. Incentive from Tedutdeval2002-12-16137-15494/+19383
* Missing initialization.tdeval2002-12-031-1/+2
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-8/+8
* 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-095-38/+54
* Clean up hook cookies from shutdown hook.tdeval2002-08-052-2/+8
* No need to disestablish the startuphook.art2002-07-151-6/+1
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
* splbio protection for biodone()tdeval2002-05-282-14/+22
* max length of debug variablestdeval2002-05-222-8/+10
* Introduce a new file, machine/internal_types.h, to hold that specific archespie2002-04-241-2/+2
* Final __P removal plus some cosmetic fixupsmillert2002-03-142-8/+8
* First round of __P removal in sysmillert2002-03-144-98/+97
* numraid is needed, always.tdeval2002-03-081-5/+5
* Implement a shutdown hook.tdeval2002-03-063-69/+84
* Cope with the new pid allocation semantic from nordin@tdeval2002-02-161-6/+3
* Pool deals fairly well with physical memory shortage, but it doesn't dealart2002-01-231-3/+2
* Enable the RAIDFrame auto-configuration feature.tdeval2001-12-294-112/+449
* Fix compilation error when building a raid enabled kernel.tdeval2001-12-081-3/+12
* occured->occurredmpech2001-09-201-2/+2
* More lame OpenBSD tags.fgsch2001-07-092-0/+2
* Fix PR/1489 - apply patch supplied - thanks Michael Joosten <joost@c-lab.de>peter2001-01-021-2/+2
* sync RAIDframe with Gre Oster's work for NetBSD.peter2000-08-0834-1049/+3399
* sync with NetBSDpeter2000-01-1145-1319/+846
* remove 'INTEGRATE' macro that did static __inline__ in advance of doingpeter2000-01-111-15/+9
* sync with NetBSD - remove an unused prototype.peter2000-01-111-7/+3
* sync with NetBSDpeter2000-01-082-8/+7
* sync with work by Greg Oster on NetBSDpeter2000-01-0750-1536/+965
* Init b_dep so that soft updates work.art1999-12-031-1/+2
* writen->writtentodd1999-10-292-4/+4
* * remove redundant rf_ccmn.hpeter1999-08-0416-202/+38
* * rf_reconstruct.c: adopt nilkas' suggestion regard statics andpeter1999-08-038-211/+163
* revert from using static functions, as per niklas@openbsd.org advice.peter1999-08-021-14/+14
* fix reconstruction performance. the old code used home-grown timerspeter1999-08-021-27/+26
* minor style nitpeter1999-08-021-3/+4
* * make some function static, copied from rf_netbsdkintf.cpeter1999-08-021-16/+16