| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix botch accidentally introduced by me in my last commit here. |  pedro | 2005-11-10 | 1 | -2/+2 |
* | Correctly close RAID components. Fixes PR 4508, okay deraadt@ |  pedro | 2005-09-18 | 1 | -8/+5 |
* | don't hide the process context in rf_close_component(), since we may |  pedro | 2004-11-28 | 1 | -4/+2 |
* | addres -> address |  miod | 2004-09-20 | 1 | -2/+2 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -9/+3 |
* | new arg to disk_unbusy, to record separate read/write statistics. |  tedu | 2004-02-15 | 1 | -2/+3 |
* | Remove unused files. |  grange | 2004-02-08 | 2 | -3453/+0 |
* | Do not fill more than the first three fields of cfdriver structures unless |  miod | 2004-01-14 | 1 | -2/+2 |
* | on behalf of tdeval@: |  henning | 2003-11-27 | 1 | -13/+13 |
* | typos from Jared Yanovich; |  jmc | 2003-10-26 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 2 | -12/+4 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 4 | -24/+26 |
* | Temporary fix for PR#3069 (thanks for the report, Alex Cichowski), until |  tdeval | 2003-01-19 | 3 | -23/+17 |
* | Wording. |  tdeval | 2003-01-19 | 1 | -3/+3 |
* | Major KNF. Incentive from Tedu |  tdeval | 2002-12-16 | 137 | -15494/+19383 |
* | Missing initialization. |  tdeval | 2002-12-03 | 1 | -1/+2 |
* | Remove more '\n's from panic() statements. Both trailing and leading. |  krw | 2002-10-12 | 1 | -8/+8 |
* | Remove more '\n's from panic() statements. Both trailing and leading. |  krw | 2002-10-12 | 1 | -8/+8 |
* | Remove those noisy informational messages from dmesg. |  tdeval | 2002-08-09 | 5 | -38/+54 |
* | Clean up hook cookies from shutdown hook. |  tdeval | 2002-08-05 | 2 | -2/+8 |
* | No need to disestablish the startuphook. |  art | 2002-07-15 | 1 | -6/+1 |
* | spelling; from Brian Poole <raj@cerias.purdue.edu> |  todd | 2002-06-14 | 1 | -2/+2 |
* | splbio protection for biodone() |  tdeval | 2002-05-28 | 2 | -14/+22 |
* | max length of debug variables |  tdeval | 2002-05-22 | 2 | -8/+10 |
* | Introduce a new file, machine/internal_types.h, to hold that specific arch |  espie | 2002-04-24 | 1 | -2/+2 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 2 | -8/+8 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 4 | -98/+97 |
* | numraid is needed, always. |  tdeval | 2002-03-08 | 1 | -5/+5 |
* | Implement a shutdown hook. |  tdeval | 2002-03-06 | 3 | -69/+84 |
* | Cope with the new pid allocation semantic from nordin@ |  tdeval | 2002-02-16 | 1 | -6/+3 |
* | Pool deals fairly well with physical memory shortage, but it doesn't deal |  art | 2002-01-23 | 1 | -3/+2 |
* | Enable the RAIDFrame auto-configuration feature. |  tdeval | 2001-12-29 | 4 | -112/+449 |
* | Fix compilation error when building a raid enabled kernel. |  tdeval | 2001-12-08 | 1 | -3/+12 |
* | occured->occurred |  mpech | 2001-09-20 | 1 | -2/+2 |
* | More lame OpenBSD tags. |  fgsch | 2001-07-09 | 2 | -0/+2 |
* | Fix PR/1489 - apply patch supplied - thanks Michael Joosten <joost@c-lab.de> |  peter | 2001-01-02 | 1 | -2/+2 |
* | sync RAIDframe with Gre Oster's work for NetBSD. |  peter | 2000-08-08 | 34 | -1049/+3399 |
* | sync with NetBSD |  peter | 2000-01-11 | 45 | -1319/+846 |
* | remove 'INTEGRATE' macro that did static __inline__ in advance of doing |  peter | 2000-01-11 | 1 | -15/+9 |
* | sync with NetBSD - remove an unused prototype. |  peter | 2000-01-11 | 1 | -7/+3 |
* | sync with NetBSD |  peter | 2000-01-08 | 2 | -8/+7 |
* | sync with work by Greg Oster on NetBSD |  peter | 2000-01-07 | 50 | -1536/+965 |
* | Init b_dep so that soft updates work. |  art | 1999-12-03 | 1 | -1/+2 |
* | writen->written |  todd | 1999-10-29 | 2 | -4/+4 |
* | * remove redundant rf_ccmn.h |  peter | 1999-08-04 | 16 | -202/+38 |
* | * rf_reconstruct.c: adopt nilkas' suggestion regard statics and |  peter | 1999-08-03 | 8 | -211/+163 |
* | revert from using static functions, as per niklas@openbsd.org advice. |  peter | 1999-08-02 | 1 | -14/+14 |
* | fix reconstruction performance. the old code used home-grown timers |  peter | 1999-08-02 | 1 | -27/+26 |
* | minor style nit |  peter | 1999-08-02 | 1 | -3/+4 |
* | * make some function static, copied from rf_netbsdkintf.c |  peter | 1999-08-02 | 1 | -16/+16 |